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

  /external/pdfium/xfa/src/fdp/include/
fde_xml.h 20 class IFDE_XMLText;
138 class IFDE_XMLText : public IFDE_XMLNode {
140 static IFDE_XMLText* Create(const CFX_WideString& wsText);
  /external/pdfium/xfa/src/fxfa/src/parser/
xfa_parser_imp.cpp     [all...]
xfa_utils_imp.cpp 213 ((IFDE_XMLText*)pXMLNode)->GetText(wsContent);
xfa_object_imp.cpp     [all...]
  /external/pdfium/xfa/src/fdp/src/xml/
fde_xml.cpp 833 IFDE_XMLText* IFDE_XMLText::Create(const CFX_WideString& wsText) {
834 return (IFDE_XMLText*)new CFDE_XMLText(wsText);
    [all...]
  /external/pdfium/xfa/src/fxfa/src/app/
xfa_textlayout.cpp     [all...]

Completed in 1117 milliseconds