Home
last modified time | relevance | path

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

/external/pdfium/fxjs/xfa/
Dcjx_object.cpp530 void CJX_Object::SetContent(const WideString& wsContent, in SetContent() argument
548 pChildValue->JSObject()->SetContent(wsContent, wsContent, bNotify, in SetContent()
554 fxcrt::Split(wsContent, L'\n'); in SetContent()
590 pArrayNode->JSObject()->SetContent(wsContent, wsContent, bNotify, in SetContent()
607 pChildValue->JSObject()->SetContent(wsContent, wsContent, bNotify, in SetContent()
613 pBindNode->JSObject()->SetContent(wsContent, wsXMLValue, bNotify, in SetContent()
617 pArrayNode->JSObject()->SetContent(wsContent, wsContent, bNotify, in SetContent()
646 wsContent, wsXMLValue, bNotify, bScriptModify, bSyncData); in SetContent()
665 pBindNode->JSObject()->SetContent(wsContent, wsXMLValue, bNotify, in SetContent()
682 SetAttributeValueImpl(wsContent, wsXMLValue, bNotify, bScriptModify); in SetContent()
[all …]
Dcjx_object.h138 void SetContent(const WideString& wsContent,
/external/pdfium/xfa/fxfa/parser/
Dcxfa_document.cpp93 const WideString& wsContent, in FormValueNode_SetChildContent() argument
123 wsContent); in FormValueNode_SetChildContent()
129 pChildNode->JSObject()->SetCData(XFA_Attribute::Value, wsContent); in FormValueNode_SetChildContent()
589 WideString wsContent = pText->JSObject()->GetContent(false); in CreateDataBinding() local
590 if (wsContent == wsValue) { in CreateDataBinding()
593 pFormNode->JSObject()->SetCData(XFA_Attribute::Value, wsContent); in CreateDataBinding()
616 WideString wsContent; in CreateDataBinding() local
618 wsContent = pText->JSObject()->GetContent(false); in CreateDataBinding()
620 FormValueNode_SetChildContent(pValue, wsContent, XFA_Element::Text); in CreateDataBinding()
Dxfa_utils.cpp115 absl::optional<WideString> wsContent = in ContentNodeNeedtoExport() local
117 if (!wsContent.has_value()) in ContentNodeNeedtoExport()
Dcxfa_document_builder.cpp204 WideString wsContent = ToXMLText(pXMLNode)->GetText(); in GetPlainTextFromRichText() local
205 wsPlainText += wsContent; in GetPlainTextFromRichText()
Dcxfa_node.cpp4005 absl::optional<WideString> wsContent = in GetCheckState() local
4007 if (wsContent == wsValue) in GetCheckState()
4025 WideString wsContent; in SetCheckState() local
4029 wsContent = pText->JSObject()->GetContent(false); in SetCheckState()
4034 SyncValue(wsContent, true); in SetCheckState()
4550 WideString wsContent; in GetItemValue() local