Searched refs:SyncValue (Results 1 - 3 of 3) sorted by relevance

/external/pdfium/xfa/fxfa/parser/
H A Dcxfa_node.h230 void SyncValue(const WideString& wsValue, bool bNotify);
H A Dcxfa_node.cpp1528 void CXFA_Node::SyncValue(const WideString& wsValue, bool bNotify) { function in class:CXFA_Node
/external/pdfium/xfa/fxfa/
H A Dcxfa_widgetacc.cpp1660 m_pNode->SyncValue(wsContent, bNotify);
1697 pChild->SyncValue(wsChildValue, bNotify);
1699 node->SyncValue(wsValue, bNotify);
2067 m_pNode->SyncValue(WideString(), false);
2354 m_pNode->SyncValue(wsValue, true);
2394 m_pNode->SyncValue(wsNewText, true);

Completed in 221 milliseconds