Home
last modified time | relevance | path

Searched refs:wsContent (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/fxjs/xfa/
Dcjx_object.cpp537 void CJX_Object::SetContent(const WideString& wsContent, in SetContent() argument
555 pChildValue->JSObject()->SetContent(wsContent, wsContent, bNotify, in SetContent()
561 fxcrt::Split(wsContent, L'\n'); in SetContent()
597 pArrayNode->JSObject()->SetContent(wsContent, wsContent, bNotify, in SetContent()
614 pChildValue->JSObject()->SetContent(wsContent, wsContent, bNotify, in SetContent()
619 pBindNode->JSObject()->SetContent(wsContent, wsXMLValue, bNotify, in SetContent()
623 pArrayNode->JSObject()->SetContent(wsContent, wsContent, bNotify, in SetContent()
656 wsContent, wsXMLValue, bNotify, bScriptModify, bSyncData); in SetContent()
676 pBindNode->JSObject()->SetContent(wsContent, wsXMLValue, bNotify, in SetContent()
693 SetAttributeValue(wsContent, wsXMLValue, bNotify, bScriptModify); in SetContent()
[all …]
Dcjx_object.h131 void SetContent(const WideString& wsContent,
/external/pdfium/xfa/fxfa/parser/
Dcxfa_document.cpp90 const WideString& wsContent, in FormValueNode_SetChildContent() argument
119 pContentRawDataNode->JSObject()->SetCData(XFA_Attribute::Value, wsContent, in FormValueNode_SetChildContent()
126 pChildNode->JSObject()->SetCData(XFA_Attribute::Value, wsContent, false, in FormValueNode_SetChildContent()
582 WideString wsContent = pText->JSObject()->GetContent(false); in CreateDataBinding() local
583 if (wsContent == wsValue) { in CreateDataBinding()
587 pFormNode->JSObject()->SetCData(XFA_Attribute::Value, wsContent, in CreateDataBinding()
611 WideString wsContent; in CreateDataBinding() local
613 wsContent = pText->JSObject()->GetContent(false); in CreateDataBinding()
615 FormValueNode_SetChildContent(pValue, wsContent, XFA_Element::Text); in CreateDataBinding()
Dxfa_utils.cpp116 Optional<WideString> wsContent = in ContentNodeNeedtoExport() local
118 if (!wsContent) in ContentNodeNeedtoExport()
Dcxfa_document_parser.cpp206 WideString wsContent = ToXMLText(pXMLNode)->GetText(); in GetPlainTextFromRichText() local
207 wsPlainText += wsContent; in GetPlainTextFromRichText()
Dcxfa_node.cpp3965 Optional<WideString> wsContent = pText->JSObject()->TryContent(false, true); in GetCheckState() local
3966 if (wsContent && *wsContent == wsValue) in GetCheckState()
3984 WideString wsContent; in SetCheckState() local
3988 wsContent = pText->JSObject()->GetContent(false); in SetCheckState()
3993 SyncValue(wsContent, bNotify); in SetCheckState()
4506 WideString wsContent; in GetItemValue() local