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

  /external/pdfium/core/fxcrt/xml/
cfx_xmlinstruction.cpp 7 #include "core/fxcrt/xml/cfx_xmlinstruction.h"
15 CFX_XMLInstruction::CFX_XMLInstruction(const WideString& wsTarget)
18 CFX_XMLInstruction::~CFX_XMLInstruction() {}
20 FX_XMLNODETYPE CFX_XMLInstruction::GetType() const {
24 std::unique_ptr<CFX_XMLNode> CFX_XMLInstruction::Clone() {
25 auto pClone = pdfium::MakeUnique<CFX_XMLInstruction>(GetName());
31 void CFX_XMLInstruction::AppendData(const WideString& wsData) {
35 void CFX_XMLInstruction::RemoveData(int32_t index)
    [all...]
cfx_xmlinstruction.h 16 class CFX_XMLInstruction : public CFX_XMLAttributeNode {
18 explicit CFX_XMLInstruction(const WideString& wsTarget);
19 ~CFX_XMLInstruction() override;
cfx_xmldoc.cpp 15 #include "core/fxcrt/xml/cfx_xmlinstruction.h"
23 m_pRoot->InsertChildNode(new CFX_XMLInstruction(L"xml"));
56 CFX_XMLInstruction* pInstruction = (CFX_XMLInstruction*)pNode;
cfx_xmlparser.cpp 11 #include "core/fxcrt/xml/cfx_xmlinstruction.h"
89 m_pChild = new CFX_XMLInstruction(m_ws1);
148 auto* instruction = static_cast<CFX_XMLInstruction*>(m_pChild);
cfx_xmlnode.cpp 14 #include "core/fxcrt/xml/cfx_xmlinstruction.h"
336 CFX_XMLInstruction* pInstruction = (CFX_XMLInstruction*)pNode;
  /external/pdfium/xfa/fxfa/parser/
cxfa_simple_parser.h 17 class CFX_XMLInstruction;
73 CFX_XMLInstruction* pXMLInstruction,
cxfa_simple_parser.cpp 20 #include "core/fxcrt/xml/cfx_xmlinstruction.h"
    [all...]

Completed in 550 milliseconds