Home
last modified time | relevance | path

Searched refs:InsertChildNode (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/core/fxcrt/xml/
Dcfx_xmlnode_unittest.cpp121 parent.InsertChildNode(&nodeC, -1); in TEST()
130 parent.InsertChildNode(&nodeD, 1); in TEST()
136 parent.InsertChildNode(&nodeE, 0); in TEST()
142 parent.InsertChildNode(&nodeF, 10); in TEST()
Dcfx_xmlnode.h34 void InsertChildNode(CFX_XMLNode* pNode, int32_t index);
Dcfx_xmlnode.cpp13 void CFX_XMLNode::InsertChildNode(CFX_XMLNode* pNode, int32_t index) { in InsertChildNode() function in CFX_XMLNode
/external/pdfium/xfa/fxfa/parser/
Dcxfa_document_parser.cpp263 doc->GetRoot()->InsertChildNode(doc->CreateNode<CFX_XMLInstruction>(L"xml"), in LoadXML()