Searched refs:InsertChild (Results 1 – 14 of 14) sorted by relevance
/external/pdfium/xfa/src/fxfa/src/parser/ |
D | xfa_parser_imp.cpp | 191 pXFANode->InsertChild(pXFAChild); in ConstructXFANode() 430 pXFARootNode->InsertChild(pXFAConfigDOMRoot, NULL); in ParseAsXDPPacket_XDP() 482 pXFARootNode->InsertChild(pPacketNode); in ParseAsXDPPacket_XDP() 492 pXFARootNode->InsertChild(pPacketNode); in ParseAsXDPPacket_XDP() 505 pXFARootNode->InsertChild(pPacketNode); in ParseAsXDPPacket_XDP() 512 pXFARootNode->InsertChild(pPacketNode); in ParseAsXDPPacket_XDP() 883 pXFANode->InsertChild(pXFAChild); in NormalLoader() 1064 pXFANode->InsertChild(pContentRawDataNode); in ParseContentNode() 1188 pXFAChild->InsertChild(pXFAMetaData); in ParseDataGroup() 1197 pXFANode->InsertChild(pXFAChild); in ParseDataGroup() [all …]
|
D | xfa_document_datamerger_imp.cpp | 84 pChildNode->InsertChild(pContentRawDataNode); in XFA_DataMerge_FormValueNode_SetChildContent() 149 pDataNode->InsertChild(pValue); in XFA_DataMerge_CreateDataBinding() 519 pFormParent->InsertChild(pExistingNode); in XFA_NodeMerge_CloneOrMergeContainer() 522 pFormParent->InsertChild(pExistingNode); in XFA_NodeMerge_CloneOrMergeContainer() 541 pFormParent->InsertChild(pNewNode, NULL); in XFA_NodeMerge_CloneOrMergeContainer() 549 pNewNode->InsertChild(pNewChild, NULL); in XFA_NodeMerge_CloneOrMergeContainer() 589 pFormParent->InsertChild(pExistingNode); in XFA_NodeMerge_CloneOrMergeInstanceManager() 600 pFormParent->InsertChild(pNewNode, NULL); in XFA_NodeMerge_CloneOrMergeInstanceManager() 1149 pDataScope->InsertChild(pDataNode); in XFA_DataMerge_UpdateBindingRelations() 1269 pDataScope->InsertChild(pDataNode); [all …]
|
D | xfa_document_datadescription_imp.cpp | 83 pDataParent->InsertChild(pDataNode); in XFA_DataDescription_MaybeCreateDataNode() 118 pDataParent->InsertChild(pDataNode); in XFA_DataDescription_MaybeCreateDataNode()
|
D | xfa_script_nodehelper.cpp | 375 m_pCreateParent->InsertChild(pNewNode); in XFA_ResolveNodes_CreateNode() 392 m_pCreateParent->InsertChild(pNewNode); in XFA_ResolveNodes_CreateNode()
|
D | xfa_object_imp.cpp | 144 pClone->InsertChild(pChild->Clone(bRecursive)); in Clone() 288 InsertChild(pNewNode, NULL); in GetNodeList() 318 pClone->InsertChild(pChild->CloneTemplateToForm(bRecursive)); in CloneTemplateToForm() 1007 this->InsertChild(index++, pNewChild); in Script_NodeClass_LoadXML() 1014 pFakeRoot->InsertChild(pChild); in Script_NodeClass_LoadXML() 1035 this->InsertChild(pChild); in Script_NodeClass_LoadXML() 1524 InsertChild(pHeadChild); in Script_Attribute_String() 2983 pParentNode->InsertChild(pCurNode, pBeforeNode); in XFA_ScriptInstanceManager_ReorderDataNodes() 3011 ->InsertChild(pNewInstance, pNextSibling); in XFA_ScriptInstanceManager_InsertItem() 3042 ->InsertChild(pNewInstance, pBeforeInstance); in XFA_ScriptInstanceManager_InsertItem() [all …]
|
D | xfa_document_serialize.cpp | 58 pDataModel->InsertChild(pChildNode); in ImportData() 66 pDataModel->InsertChild(pImportDataRoot); in ImportData()
|
D | xfa_layout_pagemgr_new.cpp | 93 m_pTemplatePageSetRoot->InsertChild(pPageArea, NULL); in InitLayoutPage() 103 pPageArea->InsertChild(pContentArea, NULL); in InitLayoutPage() 121 pPageArea->InsertChild(pMedium, NULL); in InitLayoutPage() 1765 pFormToplevelSubform->InsertChild(pPendingPageSet); in MergePageSetContents()
|
D | xfa_document_imp.cpp | 330 pDestNodeParent->InsertChild(pNewNode, NULL); in XFA_ProtoMerge_MergeNodeRecurse()
|
D | xfa_objectacc_imp.cpp | 1078 pNode->InsertChild(pTextNode); in SetMessageText() 2368 m_pNode->InsertChild(-1, pItems); in InsertItem() 2371 m_pNode->InsertChild(-1, pSaveItems); in InsertItem() 2389 m_pNode->InsertChild(-1, pSaveItems); in InsertItem() 3363 pItems->InsertChild(nIndex, pText); in InsertListTextItem()
|
D | xfa_layout_itemlayout.cpp | 520 void CXFA_LayoutItem::InsertChild(CXFA_LayoutItem* pBeforeItem, in InsertChild() function in CXFA_LayoutItem 1066 pPageAreaLayoutItem->InsertChild(pBeforeItem, pProcessItem); in DoLayoutPageArea() 1085 pPageAreaLayoutItem->InsertChild(pBeforeItem, pLayoutItem); in DoLayoutPageArea()
|
/external/pdfium/xfa/src/fxfa/src/common/ |
D | xfa_doclayout.h | 48 void InsertChild(CXFA_LayoutItem* pBeforeItem, CXFA_LayoutItem* pChildItem);
|
D | xfa_object.h | 251 int32_t InsertChild(int32_t index, CXFA_Node* pNode); 252 FX_BOOL InsertChild(CXFA_Node* pNode, CXFA_Node* pBeforeNode = NULL);
|
/external/pdfium/xfa/src/fxfa/src/app/ |
D | xfa_ffwidgethandler.cpp | 504 pParent->InsertChild(pNewFormItem, pBefore); in CreateFormItem() 518 pParent->InsertChild(pNewNode, pBefore); in CreateCopyNode() 529 pParent->InsertChild(pNewTemplateNode, pBefore); in CreateTemplateNode()
|
D | xfa_ffdoc.cpp | 94 pOriginRoot->InsertChild(pChildNode); in XFA_XPDPacket_MergeRootNode()
|