Searched refs:wsContent (Results 1 – 6 of 6) sorted by relevance
/external/pdfium/fxjs/xfa/ |
D | cjx_object.cpp | 530 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 …]
|
D | cjx_object.h | 138 void SetContent(const WideString& wsContent,
|
/external/pdfium/xfa/fxfa/parser/ |
D | cxfa_document.cpp | 93 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()
|
D | xfa_utils.cpp | 115 absl::optional<WideString> wsContent = in ContentNodeNeedtoExport() local 117 if (!wsContent.has_value()) in ContentNodeNeedtoExport()
|
D | cxfa_document_builder.cpp | 204 WideString wsContent = ToXMLText(pXMLNode)->GetText(); in GetPlainTextFromRichText() local 205 wsPlainText += wsContent; in GetPlainTextFromRichText()
|
D | cxfa_node.cpp | 4005 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
|