Home
last modified time | relevance | path

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

/external/pdfium/fxjs/xfa/
Dcjx_object.cpp615 bool CJX_Object::SetContent(const WideString& wsContent, in SetContent() argument
634 pChildValue->JSObject()->SetContent(wsContent, wsContent, bNotify, in SetContent()
640 if (!wsContent.IsEmpty()) { in SetContent()
642 size_t iLength = wsContent.GetLength(); in SetContent()
643 auto iEnd = wsContent.Find(L'\n', iStart); in SetContent()
647 wsContent.Mid(iStart, iEnd.value() - iStart)); in SetContent()
652 iEnd = wsContent.Find(L'\n', iStart); in SetContent()
655 wsContent.Mid(iStart, iLength - iStart)); in SetContent()
696 pArrayNode->JSObject()->SetContent(wsContent, wsContent, bNotify, in SetContent()
713 pChildValue->JSObject()->SetContent(wsContent, wsContent, bNotify, in SetContent()
[all …]
Dcjx_object.h91 bool SetContent(const WideString& wsContent,
/external/pdfium/xfa/fxfa/parser/
Dxfa_document_datamerger_imp.cpp79 const WideString& wsContent, in FormValueNode_SetChildContent() argument
108 pContentRawDataNode->JSObject()->SetCData(XFA_Attribute::Value, wsContent, in FormValueNode_SetChildContent()
115 pChildNode->JSObject()->SetCData(XFA_Attribute::Value, wsContent, false, in FormValueNode_SetChildContent()
225 WideString wsContent = pText->JSObject()->GetContent(false); in CreateDataBinding() local
226 if (wsContent == wsValue) { in CreateDataBinding()
230 pFormNode->JSObject()->SetCData(XFA_Attribute::Value, wsContent, in CreateDataBinding()
254 WideString wsContent; in CreateDataBinding() local
256 wsContent = pText->JSObject()->GetContent(false); in CreateDataBinding()
258 FormValueNode_SetChildContent(pValue, wsContent, XFA_Element::Text); in CreateDataBinding()
Dxfa_utils.cpp132 Optional<WideString> wsContent = in ContentNodeNeedtoExport() local
134 if (!wsContent) in ContentNodeNeedtoExport()
Dcxfa_simple_parser.cpp324 WideString wsContent = static_cast<CFX_XMLText*>(pXMLNode)->GetText(); in GetPlainTextFromRichText() local
325 wsPlainText += wsContent; in GetPlainTextFromRichText()
/external/pdfium/xfa/fxfa/
Dcxfa_widgetacc.cpp1630 Optional<WideString> wsContent = pText->JSObject()->TryContent(false, true); in GetCheckState() local
1631 if (wsContent && *wsContent == wsValue) in GetCheckState()
1650 WideString wsContent; in SetCheckState() local
1654 wsContent = pText->JSObject()->GetContent(false); in SetCheckState()
1660 m_pNode->SyncValue(wsContent, bNotify); in SetCheckState()
2206 WideString wsContent; in GetItemValue() local