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

  /external/pdfium/fpdfsdk/
fpdf_ext.cpp 91 CFX_WideString wsContent = pVersion->GetContent(0);
92 int nType = wsContent.GetInteger();
  /external/pdfium/xfa/fxfa/parser/
xfa_utils.cpp 187 CFX_WideString wsContent;
188 static_cast<CFDE_XMLText*>(pXMLNode)->GetText(wsContent);
189 wsPlainText += wsContent;
cxfa_dataexporter.cpp 115 CFX_WideString wsContent;
116 if (!pContentNode->TryContent(wsContent, false, false))
xfa_document_datamerger_imp.cpp 72 const CFX_WideString& wsContent,
100 pContentRawDataNode->SetCData(XFA_ATTRIBUTE_Value, wsContent);
106 pChildNode->SetCData(XFA_ATTRIBUTE_Value, wsContent);
211 CFX_WideString wsContent;
212 if (pText->TryContent(wsContent) && (wsContent == wsValue)) {
216 pFormNode->SetCData(XFA_ATTRIBUTE_Value, wsContent);
237 CFX_WideString wsContent;
239 pText->TryContent(wsContent);
241 FormValueNode_SetChildContent(pValue, wsContent, XFA_Element::Text)
    [all...]
cxfa_widgetdata.cpp 538 CFX_WideString wsContent;
539 if (pText->TryContent(wsContent) && (wsContent == wsValue))
594 CFX_WideString wsContent;
598 pText->TryContent(wsContent);
603 SyncValue(wsContent, bNotify);
    [all...]
cxfa_node.cpp     [all...]

Completed in 63 milliseconds