Home
last modified time | relevance | path

Searched refs:wsChildValue (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/xfa/fxfa/
Dcxfa_widgetacc.cpp1689 WideString wsChildValue = text; in SetCheckState() local
1693 wsChildValue = pItemchild->JSObject()->GetContent(false); in SetCheckState()
1695 wsChildValue.clear(); in SetCheckState()
1697 pChild->SyncValue(wsChildValue, bNotify); in SetCheckState()
1752 WideString wsChildValue = pItemchild->JSObject()->GetContent(false); in SetSelectedMemberByValue() local
1753 if (wsValue != wsChildValue) { in SetSelectedMemberByValue()
1756 wsChildValue = pItemchild->JSObject()->GetContent(false); in SetSelectedMemberByValue()
1758 wsChildValue.clear(); in SetSelectedMemberByValue()
1762 pNode->JSObject()->SetContent(wsChildValue, wsChildValue, bNotify, in SetSelectedMemberByValue()
/external/pdfium/xfa/fxfa/parser/
Dcxfa_simple_parser.cpp444 WideString wsChildValue = GetPlainTextFromRichText(child); in ConstructXFANode() local
445 if (!wsChildValue.IsEmpty()) in ConstructXFANode()
446 pXFAChild->JSObject()->SetCData(XFA_Attribute::Value, wsChildValue, in ConstructXFANode()