Searched defs:InsertChild (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/xfa/src/fxfa/src/parser/
H A Dxfa_layout_itemlayout.cpp520 void CXFA_LayoutItem::InsertChild(CXFA_LayoutItem* pBeforeItem, function in class:CXFA_LayoutItem
1066 pPageAreaLayoutItem->InsertChild(pBeforeItem, pProcessItem);
1085 pPageAreaLayoutItem->InsertChild(pBeforeItem, pLayoutItem);
H A Dxfa_object_imp.cpp144 pClone->InsertChild(pChild->Clone(bRecursive));
288 InsertChild(pNewNode, NULL);
318 pClone->InsertChild(pChild->CloneTemplateToForm(bRecursive));
1007 this->InsertChild(index++, pNewChild);
1014 pFakeRoot->InsertChild(pChild);
1035 this->InsertChild(pChild);
1524 InsertChild(pHeadChild);
2983 pParentNode->InsertChild(pCurNode, pBeforeNode);
3011 ->InsertChild(pNewInstance, pNextSibling);
3042 ->InsertChild(pNewInstanc
4629 int32_t CXFA_Node::InsertChild(int32_t index, CXFA_Node* pNode) { function in class:CXFA_Node
4672 FX_BOOL CXFA_Node::InsertChild(CXFA_Node* pNode, CXFA_Node* pBeforeNode) { function in class:CXFA_Node
[all...]

Completed in 474 milliseconds