Searched defs:wsXMLValue (Results 1 - 2 of 2) sorted by relevance
/external/pdfium/xfa/src/fxfa/src/parser/ |
H A D | xfa_document_datamerger_imp.cpp | 256 CFX_WideString wsXMLValue;
local 257 pDataNode->TryContent(wsXMLValue);
259 pWidgetData->GetNormalizeDataValue(wsXMLValue, wsNormailizeValue);
260 pDataNode->SetAttributeValue(wsNormailizeValue, wsXMLValue);
|
H A D | xfa_object_imp.cpp | 4034 const CFX_WideString& wsXMLValue,
4052 ->SetString(GetCData(XFA_ATTRIBUTE_QualifiedName), wsXMLValue);
local 4070 ((IFDE_XMLElement*)m_pXMLNode)->SetTextData(wsXMLValue);
4074 ((IFDE_XMLText*)m_pXMLNode)->SetText(wsXMLValue);
4235 const CFX_WideString& wsXMLValue,
4331 pBindNode->SetScriptContent(wsContent, wsXMLValue, bNotify,
4364 wsContent, wsXMLValue, bNotify, bScriptModify, bSyncData);
4382 pBindNode->SetScriptContent(wsContent, wsXMLValue, bNotify,
4397 SetAttributeValue(wsContent, wsXMLValue, bNotify, bScriptModify);
4412 const CFX_WideString& wsXMLValue,
4033 SetAttributeValue(const CFX_WideString& wsValue, const CFX_WideString& wsXMLValue, FX_BOOL bNotify, FX_BOOL bScriptModify) argument 4234 SetScriptContent(const CFX_WideString& wsContent, const CFX_WideString& wsXMLValue, FX_BOOL bNotify, FX_BOOL bScriptModify, FX_BOOL bSyncData) argument 4411 SetContent(const CFX_WideString& wsContent, const CFX_WideString& wsXMLValue, FX_BOOL bNotify, FX_BOOL bScriptModify, FX_BOOL bSyncData) argument [all...] |
Completed in 169 milliseconds