Home
last modified time | relevance | path

Searched refs:OnChanging (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/xfa/src/fxfa/src/common/
Dxfa_object.h588 void OnChanging(XFA_ATTRIBUTE eAttr, void* pNewValue, FX_BOOL bNotify);
/external/pdfium/xfa/src/fxfa/src/parser/
Dxfa_object_imp.cpp3930 OnChanging(eAttr, &mValue, bNotify); in SetMeasure()
3964 OnChanging(eAttr, (void*)(const FX_WCHAR*)wsValue, bNotify); in SetCData()
4041 OnChanging(XFA_ATTRIBUTE_Value, (void*)(const FX_WCHAR*)wsValue, bNotify); in SetAttributeValue()
4169 OnChanging(eAttr, pValue, bNotify); in SetValue()
4921 void CXFA_Node::OnChanging(XFA_ATTRIBUTE eAttr, in OnChanging() function in CXFA_Node