Home
last modified time | relevance | path

Searched refs:CFX_XMLInstruction (Results 1 – 7 of 7) sorted by relevance

/external/pdfium/core/fxcrt/xml/
Dcfx_xmlinstruction.cpp15 CFX_XMLInstruction::CFX_XMLInstruction(const WideString& wsTarget) in CFX_XMLInstruction() function in CFX_XMLInstruction
18 CFX_XMLInstruction::~CFX_XMLInstruction() {} in ~CFX_XMLInstruction()
20 FX_XMLNODETYPE CFX_XMLInstruction::GetType() const { in GetType()
24 std::unique_ptr<CFX_XMLNode> CFX_XMLInstruction::Clone() { in Clone()
25 auto pClone = pdfium::MakeUnique<CFX_XMLInstruction>(GetName()); in Clone()
31 void CFX_XMLInstruction::AppendData(const WideString& wsData) { in AppendData()
35 void CFX_XMLInstruction::RemoveData(int32_t index) { in RemoveData()
Dcfx_xmlinstruction.h16 class CFX_XMLInstruction : public CFX_XMLAttributeNode {
18 explicit CFX_XMLInstruction(const WideString& wsTarget);
19 ~CFX_XMLInstruction() override;
Dcfx_xmldoc.cpp23 m_pRoot->InsertChildNode(new CFX_XMLInstruction(L"xml")); in CFX_XMLDoc()
56 CFX_XMLInstruction* pInstruction = (CFX_XMLInstruction*)pNode; in SaveXMLNode()
Dcfx_xmlparser.cpp89 m_pChild = new CFX_XMLInstruction(m_ws1); in DoParser()
148 auto* instruction = static_cast<CFX_XMLInstruction*>(m_pChild); in DoParser()
Dcfx_xmlnode.cpp336 CFX_XMLInstruction* pInstruction = (CFX_XMLInstruction*)pNode; in SaveXMLNode()
/external/pdfium/xfa/fxfa/parser/
Dcxfa_simple_parser.h17 class CFX_XMLInstruction; variable
73 CFX_XMLInstruction* pXMLInstruction,
Dcxfa_simple_parser.cpp939 ParseInstruction(pXFANode, static_cast<CFX_XMLInstruction*>(pXMLChild), in NormalLoader()
1239 CFX_XMLInstruction* pXMLInstruction, in ParseInstruction()