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

  /external/pdfium/core/fxcrt/xml/
cfx_xmltext.cpp 7 #include "core/fxcrt/xml/cfx_xmltext.h"
11 CFX_XMLText::CFX_XMLText(const WideString& wsText)
14 CFX_XMLText::~CFX_XMLText() {}
16 FX_XMLNODETYPE CFX_XMLText::GetType() const {
20 std::unique_ptr<CFX_XMLNode> CFX_XMLText::Clone() {
21 return pdfium::MakeUnique<CFX_XMLText>(m_wsText);
cfx_xmltext.h 15 class CFX_XMLText : public CFX_XMLNode {
17 explicit CFX_XMLText(const WideString& wsText);
18 ~CFX_XMLText() override;
cfx_xmlchardata.h 13 #include "core/fxcrt/xml/cfx_xmltext.h"
15 class CFX_XMLCharData : public CFX_XMLText {
cfx_xmlchardata.cpp 12 : CFX_XMLText(wsCData) {}
cfx_xmlelement.cpp 14 #include "core/fxcrt/xml/cfx_xmltext.h"
36 wsText += static_cast<CFX_XMLText*>(pChild)->GetText();
89 buffer << static_cast<CFX_XMLText*>(pChild)->GetText();
102 InsertChildNode(new CFX_XMLText(wsText));
cfx_xmldoc.cpp 17 #include "core/fxcrt/xml/cfx_xmltext.h"
140 WideString ws = static_cast<CFX_XMLText*>(pNode)->GetText();
cfx_xmlparser.cpp 13 #include "core/fxcrt/xml/cfx_xmltext.h"
132 m_pChild = new CFX_XMLText(m_ws1);
cfx_xmlnode.cpp 15 #include "core/fxcrt/xml/cfx_xmltext.h"
419 WideString ws = static_cast<CFX_XMLText*>(pNode)->GetText();
  /external/pdfium/xfa/fxfa/parser/
cxfa_simple_parser.cpp 23 #include "core/fxcrt/xml/cfx_xmltext.h"
284 WideString wsText = static_cast<CFX_XMLText*>(pXMLChild)->GetText();
324 WideString wsContent = static_cast<CFX_XMLText*>(pXMLNode)->GetText();
    [all...]
  /external/pdfium/fxjs/xfa/
cjx_object.cpp 13 #include "core/fxcrt/xml/cfx_xmltext.h"
505 static_cast<CFX_XMLText*>(xfaObj->GetXMLMappingNode())
564 static_cast<CFX_XMLText*>(xfaObj->GetXMLMappingNode())
    [all...]
  /external/pdfium/xfa/fxfa/
cxfa_textlayout.cpp 16 #include "core/fxcrt/xml/cfx_xmltext.h"
764 wsText = static_cast<CFX_XMLText*>(pXMLNode)->GetText();
    [all...]

Completed in 350 milliseconds