Home
last modified time | relevance | path

Searched refs:OnValueChanged (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/xfa/fxfa/parser/
Dcxfa_node.cpp1387 pNotify->OnValueChanged(this, eAttribute, this, this); in SendAttributeChangeMessage()
1395 pNotify->OnValueChanged(this, eAttribute, this, GetParent()); in SendAttributeChangeMessage()
1402 pNotify->OnValueChanged(this, eAttribute, pParentNode, in SendAttributeChangeMessage()
1405 pNotify->OnValueChanged(this, eAttribute, this, pParentNode); in SendAttributeChangeMessage()
1414 pNotify->OnValueChanged(this, eAttribute, this, pParentNode); in SendAttributeChangeMessage()
1416 pNotify->OnValueChanged(this, eAttribute, pParentNode, in SendAttributeChangeMessage()
1421 pNotify->OnValueChanged(this, eAttribute, pNode, pNode->GetParent()); in SendAttributeChangeMessage()
1434 pNotify->OnValueChanged(this, eAttribute, pUINode, in SendAttributeChangeMessage()
1449 pNotify->OnValueChanged(this, eAttribute, pUINode, in SendAttributeChangeMessage()
1458 pNotify->OnValueChanged(this, eAttribute, pUINode, in SendAttributeChangeMessage()
[all …]
/external/pdfium/xfa/fxfa/
Dcxfa_ffnotify.h33 void OnValueChanged(CXFA_Node* pSender,
Dcxfa_ffnotify.cpp389 void CXFA_FFNotify::OnValueChanged(CXFA_Node* pSender, in OnValueChanged() function in CXFA_FFNotify