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

  /external/pdfium/xfa/src/fxfa/src/parser/
xfa_document_datadescription_imp.cpp 83 pDataParent->InsertChild(pDataNode);
118 pDataParent->InsertChild(pDataNode);
xfa_parser_imp.cpp 191 pXFANode->InsertChild(pXFAChild);
430 pXFARootNode->InsertChild(pXFAConfigDOMRoot, NULL);
482 pXFARootNode->InsertChild(pPacketNode);
492 pXFARootNode->InsertChild(pPacketNode);
505 pXFARootNode->InsertChild(pPacketNode);
512 pXFARootNode->InsertChild(pPacketNode);
    [all...]
xfa_document_datamerger_imp.cpp 84 pChildNode->InsertChild(pContentRawDataNode);
149 pDataNode->InsertChild(pValue);
519 pFormParent->InsertChild(pExistingNode);
522 pFormParent->InsertChild(pExistingNode);
541 pFormParent->InsertChild(pNewNode, NULL);
549 pNewNode->InsertChild(pNewChild, NULL);
589 pFormParent->InsertChild(pExistingNode);
600 pFormParent->InsertChild(pNewNode, NULL);
    [all...]
xfa_script_nodehelper.cpp 375 m_pCreateParent->InsertChild(pNewNode);
392 m_pCreateParent->InsertChild(pNewNode);
xfa_document_serialize.cpp 58 pDataModel->InsertChild(pChildNode);
66 pDataModel->InsertChild(pImportDataRoot);
xfa_object_imp.cpp 144 pClone->InsertChild(pChild->Clone(bRecursive));
288 InsertChild(pNewNode, NULL);
318 pClone->InsertChild(pChild->CloneTemplateToForm(bRecursive));
    [all...]
xfa_document_imp.cpp 330 pDestNodeParent->InsertChild(pNewNode, NULL);
xfa_layout_pagemgr_new.cpp 93 m_pTemplatePageSetRoot->InsertChild(pPageArea, NULL);
103 pPageArea->InsertChild(pContentArea, NULL);
121 pPageArea->InsertChild(pMedium, NULL);
    [all...]
xfa_objectacc_imp.cpp     [all...]
xfa_layout_itemlayout.cpp 520 void CXFA_LayoutItem::InsertChild(CXFA_LayoutItem* pBeforeItem,
    [all...]
  /external/pdfium/xfa/src/fxfa/src/common/
xfa_doclayout.h 48 void InsertChild(CXFA_LayoutItem* pBeforeItem, CXFA_LayoutItem* pChildItem);
xfa_object.h 251 int32_t InsertChild(int32_t index, CXFA_Node* pNode);
252 FX_BOOL InsertChild(CXFA_Node* pNode, CXFA_Node* pBeforeNode = NULL);
    [all...]
  /external/pdfium/xfa/src/fxfa/src/app/
xfa_ffwidgethandler.cpp 504 pParent->InsertChild(pNewFormItem, pBefore);
518 pParent->InsertChild(pNewNode, pBefore);
529 pParent->InsertChild(pNewTemplateNode, pBefore);
xfa_ffdoc.cpp 94 pOriginRoot->InsertChild(pChildNode);

Completed in 179 milliseconds