Home
last modified time | relevance | path

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

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