Searched refs:wsContent (Results 1 – 6 of 6) sorted by relevance
/external/pdfium/fxjs/xfa/ |
D | cjx_object.cpp | 615 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 …]
|
D | cjx_object.h | 91 bool SetContent(const WideString& wsContent,
|
/external/pdfium/xfa/fxfa/parser/ |
D | xfa_document_datamerger_imp.cpp | 79 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()
|
D | xfa_utils.cpp | 132 Optional<WideString> wsContent = in ContentNodeNeedtoExport() local 134 if (!wsContent) in ContentNodeNeedtoExport()
|
D | cxfa_simple_parser.cpp | 324 WideString wsContent = static_cast<CFX_XMLText*>(pXMLNode)->GetText(); in GetPlainTextFromRichText() local 325 wsPlainText += wsContent; in GetPlainTextFromRichText()
|
/external/pdfium/xfa/fxfa/ |
D | cxfa_widgetacc.cpp | 1630 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
|