Searched refs:OnValueChanged (Results 1 – 3 of 3) sorted by relevance
/external/pdfium/xfa/fxfa/ |
D | cxfa_ffnotify.h | 38 void OnValueChanged(CXFA_Node* pSender,
|
D | cxfa_ffnotify.cpp | 359 void CXFA_FFNotify::OnValueChanged(CXFA_Node* pSender, in OnValueChanged() function in CXFA_FFNotify
|
/external/pdfium/xfa/fxfa/parser/ |
D | cxfa_node.cpp | 2054 pNotify->OnValueChanged(this, eAttribute, this, this); in SendAttributeChangeMessage() 2062 pNotify->OnValueChanged(this, eAttribute, this, GetParent()); in SendAttributeChangeMessage() 2069 pNotify->OnValueChanged(this, eAttribute, pParentNode, in SendAttributeChangeMessage() 2072 pNotify->OnValueChanged(this, eAttribute, this, pParentNode); in SendAttributeChangeMessage() 2081 pNotify->OnValueChanged(this, eAttribute, this, pParentNode); in SendAttributeChangeMessage() 2083 pNotify->OnValueChanged(this, eAttribute, pParentNode, in SendAttributeChangeMessage() 2088 pNotify->OnValueChanged(this, eAttribute, pNode, pNode->GetParent()); in SendAttributeChangeMessage() 2100 pNotify->OnValueChanged(this, eAttribute, pUINode, in SendAttributeChangeMessage() 2115 pNotify->OnValueChanged(this, eAttribute, pUINode, in SendAttributeChangeMessage() 2124 pNotify->OnValueChanged(this, eAttribute, pUINode, in SendAttributeChangeMessage() [all …]
|