Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dcxfa_node.h92 void SendAttributeChangeMessage(XFA_Attribute eAttribute, bool bScriptModify);
Dcxfa_node.cpp1376 void CXFA_Node::SendAttributeChangeMessage(XFA_Attribute eAttribute, in SendAttributeChangeMessage() function in CXFA_Node
/external/pdfium/fxjs/xfa/
Dcjx_object.cpp1199 ToNode(GetXFAObject())->SendAttributeChangeMessage(eAttr, bScriptModify); in OnChanged()