OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InsertChildNode
(Results
1 - 6
of
6
) sorted by null
/external/pdfium/xfa/src/fdp/src/xml/
fde_xml.cpp
178
int32_t CFDE_XMLNode::
InsertChildNode
(CFDE_XMLNode* pNode, int32_t index) {
497
pClone->
InsertChildNode
(pCloneNext);
831
InsertChildNode
(new CFDE_XMLText(wsText));
858
m_pRoot->
InsertChildNode
(pXML);
[
all
...]
fde_xml.h
33
virtual int32_t
InsertChildNode
(CFDE_XMLNode* pNode, int32_t index = -1);
/external/pdfium/xfa/src/fdp/include/
fde_xml.h
58
virtual int32_t
InsertChildNode
(IFDE_XMLNode* pNode, int32_t index = -1) = 0;
/external/pdfium/xfa/src/fxfa/src/parser/
xfa_parser_imp.cpp
690
pDataElement->
InsertChildNode
(pXMLDocumentNode);
[
all
...]
xfa_document_datamerger_imp.cpp
[
all
...]
xfa_object_imp.cpp
[
all
...]
Completed in 163 milliseconds