HomeSort by relevance Sort by last modified time
    Searched refs:wsContent (Results 1 - 5 of 5) sorted by null

  /external/pdfium/fxjs/xfa/
cjx_object.cpp 615 bool CJX_Object::SetContent(const WideString& wsContent,
634 pChildValue->JSObject()->SetContent(wsContent, wsContent, bNotify,
640 if (!wsContent.IsEmpty()) {
642 size_t iLength = wsContent.GetLength();
643 auto iEnd = wsContent.Find(L'\n', iStart);
647 wsContent.Mid(iStart, iEnd.value() - iStart));
652 iEnd = wsContent.Find(L'\n', iStart);
655 wsContent.Mid(iStart, iLength - iStart));
696 pArrayNode->JSObject()->SetContent(wsContent, wsContent, bNotify
    [all...]
cjx_object.h 91 bool SetContent(const WideString& wsContent,
  /external/pdfium/xfa/fxfa/parser/
xfa_document_datamerger_imp.cpp 79 const WideString& wsContent,
108 pContentRawDataNode->JSObject()->SetCData(XFA_Attribute::Value, wsContent,
115 pChildNode->JSObject()->SetCData(XFA_Attribute::Value, wsContent, false,
225 WideString wsContent = pText->JSObject()->GetContent(false);
226 if (wsContent == wsValue) {
230 pFormNode->JSObject()->SetCData(XFA_Attribute::Value, wsContent,
254 WideString wsContent;
256 wsContent = pText->JSObject()->GetContent(false);
258 FormValueNode_SetChildContent(pValue, wsContent, XFA_Element::Text);
    [all...]
cxfa_simple_parser.cpp 324 WideString wsContent = static_cast<CFX_XMLText*>(pXMLNode)->GetText();
325 wsPlainText += wsContent;
    [all...]
  /external/pdfium/xfa/fxfa/
cxfa_widgetacc.cpp     [all...]

Completed in 152 milliseconds