Home | History | Annotate | Download | only in parser

Lines Matching defs:InsertChild

145           pParentNode->InsertChild(pCurNode, pBeforeNode);
262 pClone->InsertChild(pChild->Clone(bRecursive), nullptr);
449 InsertChild(pNewNode, nullptr);
475 pClone->InsertChild(pChild->CloneTemplateToForm(bRecursive), nullptr);
807 int32_t CXFA_Node::InsertChild(int32_t index, CXFA_Node* pNode) {
854 bool CXFA_Node::InsertChild(CXFA_Node* pNode, CXFA_Node* pBeforeNode) {
1208 GetParent()->InsertChild(pNewInstance, pNextSibling);
1243 GetParent()->InsertChild(pNewInstance, pBeforeInstance);