Home
last modified time | relevance | path

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

/external/pdfium/core/fxcrt/xml/
Dcfx_xmlparser.cpp90 m_pParent->InsertChildNode(m_pChild); in DoParser()
99 m_pParent->InsertChildNode(m_pChild); in DoParser()
133 m_pParent->InsertChildNode(m_pChild); in DoParser()
139 m_pParent->InsertChildNode(m_pChild); in DoParser()
Dcfx_xmlnode.h54 int32_t InsertChildNode(CFX_XMLNode* pNode, int32_t index = -1);
Dcfx_xmlelement.cpp102 InsertChildNode(new CFX_XMLText(wsText)); in SetTextData()
Dcfx_xmldoc.cpp23 m_pRoot->InsertChildNode(new CFX_XMLInstruction(L"xml")); in CFX_XMLDoc()
Dcfx_xmlnode.cpp133 int32_t CFX_XMLNode::InsertChildNode(CFX_XMLNode* pNode, int32_t index) { in InsertChildNode() function in CFX_XMLNode
/external/pdfium/fxjs/xfa/
Dcjx_node.cpp256 pFakeXMLRoot->InsertChildNode(pXMLChild); in loadXML()
264 pFakeXMLRoot->InsertChildNode(pXMLNode); in loadXML()
/external/pdfium/xfa/fxfa/parser/
Dcxfa_node.cpp848 m_pXMLNode->InsertChildNode(pNode->m_pXMLNode, index); in InsertChild()
895 m_pXMLNode->InsertChildNode(pNode->m_pXMLNode, nIndex); in InsertChild()
Dcxfa_simple_parser.cpp771 pDataElement->InsertChildNode(pXMLDocumentNode); in ParseAsXDPPacket_Data()
Dxfa_document_datamerger_imp.cpp1389 m_pRootNode->GetXMLMappingNode()->InsertChildNode(pDatasetsXMLNode); in DoDataMerge()