HomeSort by relevance Sort by last modified time
    Searched defs:InsertChild (Results 1 - 3 of 3) sorted by null

  /external/pdfium/xfa/fxfa/parser/
cxfa_layoutitem.cpp 189 void CXFA_LayoutItem::InsertChild(CXFA_LayoutItem* pBeforeItem,
cxfa_node.cpp 180 pParentNode->InsertChild(pCurNode, pBeforeNode);
236 ->InsertChild(pNewInstance, pNextSibling);
267 ->InsertChild(pNewInstance, pBeforeInstance);
546 pClone->InsertChild(pChild->Clone(bRecursive));
681 InsertChild(pNewNode, nullptr);
712 pClone->InsertChild(pChild->CloneTemplateToForm(bRecursive));
    [all...]
  /frameworks/base/tools/aapt2/xml/
XmlDom.cpp 374 void Element::InsertChild(size_t index, std::unique_ptr<Node> child) {

Completed in 257 milliseconds