/external/pdfium/xfa/fxfa/parser/ |
D | cxfa_node_unittest.cpp | 57 GetNode()->InsertChildAndNotify(-1, child); in TEST_F() 69 GetNode()->InsertChildAndNotify(-1, child0); in TEST_F() 73 GetNode()->InsertChildAndNotify(-1, child); in TEST_F() 88 GetNode()->InsertChildAndNotify(-1, child0); in TEST_F() 92 GetNode()->InsertChildAndNotify(-1, child1); in TEST_F() 96 GetNode()->InsertChildAndNotify(-1, child2); in TEST_F() 100 GetNode()->InsertChildAndNotify(-1, child3); in TEST_F() 104 GetNode()->InsertChildAndNotify(2, child); in TEST_F() 126 GetNode()->InsertChildAndNotify(-1, child0); in TEST_F() 130 GetNode()->InsertChildAndNotify(-1, child1); in TEST_F() [all …]
|
D | xfa_document_datamerger_imp.cpp | 58 pFormParent->InsertChildAndNotify(pExistingNode, nullptr); in XFA_NodeMerge_CloneOrMergeContainer() 61 pFormParent->InsertChildAndNotify(pExistingNode, nullptr); in XFA_NodeMerge_CloneOrMergeContainer() 79 pFormParent->InsertChildAndNotify(pNewNode, nullptr); in XFA_NodeMerge_CloneOrMergeContainer() 85 pNewNode->InsertChildAndNotify(pNewChild, nullptr); in XFA_NodeMerge_CloneOrMergeContainer()
|
D | cxfa_document_parser.cpp | 295 pXFANode->InsertChildAndNotify(pXFAChild, nullptr); in ConstructXFANode() 388 pXFARootNode->InsertChildAndNotify(pXFAConfigDOMRoot, nullptr); in ParseAsXDPPacket_XDP() 431 pXFARootNode->InsertChildAndNotify(pPacketNode, nullptr); in ParseAsXDPPacket_XDP() 442 pXFARootNode->InsertChildAndNotify(pPacketNode, nullptr); in ParseAsXDPPacket_XDP() 455 pXFARootNode->InsertChildAndNotify(pPacketNode, nullptr); in ParseAsXDPPacket_XDP() 461 pXFARootNode->InsertChildAndNotify(pPacketNode, nullptr); in ParseAsXDPPacket_XDP() 709 pXFANode->InsertChildAndNotify(pXFAChild, nullptr); in NormalLoader() 789 pXFANode->InsertChildAndNotify(pContentRawDataNode, nullptr); in ParseContentNode() 885 pXFAChild->InsertChildAndNotify(pXFAMetaData, nullptr); in ParseDataGroup() 893 pXFANode->InsertChildAndNotify(pXFAChild, nullptr); in ParseDataGroup() [all …]
|
D | cxfa_attachnodelist.cpp | 29 m_pAttachNode->InsertChildAndNotify(pNode, nullptr); in Append() 40 m_pAttachNode->InsertChildAndNotify(pNewNode, pBeforeNode); in Insert()
|
D | cxfa_nodehelper.cpp | 94 m_pCreateParent->InsertChildAndNotify(pNewNode, nullptr); in CreateNode() 112 m_pCreateParent->InsertChildAndNotify(pNewNode, nullptr); in CreateNode()
|
D | cxfa_document.cpp | 117 pChildNode->InsertChildAndNotify(pContentRawDataNode, nullptr); in FormValueNode_SetChildContent() 158 pDestNodeParent->InsertChildAndNotify(pNewNode, nullptr); in MergeNodeRecurse() 215 pFormParent->InsertChildAndNotify(pExistingNode, nullptr); in CloneOrMergeInstanceManager() 227 pFormParent->InsertChildAndNotify(pNewNode, nullptr); in CloneOrMergeInstanceManager() 535 pDataNode->InsertChildAndNotify(pValue, nullptr); in CreateDataBinding() 738 pDataParent->InsertChildAndNotify(pDataNode, nullptr); in MaybeCreateDataNode() 775 pDataParent->InsertChildAndNotify(pDataNode, nullptr); in MaybeCreateDataNode() 1156 pDataScope->InsertChildAndNotify(pDataNode, nullptr); in UpdateBindingRelations() 1628 m_pRootNode->InsertChildAndNotify(pDatasetsRoot, nullptr); in DoDataMerge() 1670 pDatasetsRoot->InsertChildAndNotify(pDataRoot, nullptr); in DoDataMerge() [all …]
|
D | cxfa_validate.cpp | 140 pNode->InsertChildAndNotify(pTextNode, nullptr); in SetMessageText()
|
D | cxfa_node.h | 168 void InsertChildAndNotify(int32_t index, CXFA_Node* pNode); 169 void InsertChildAndNotify(CXFA_Node* pNode, CXFA_Node* pBeforeNode);
|
D | cxfa_node.cpp | 627 pParentNode->InsertChildAndNotify(pCurNode, pBeforeNode); in ReorderDataNodes() 999 pClone->InsertChildAndNotify(pChild->Clone(bRecursive), nullptr); in Clone() 1111 InsertChildAndNotify(pNewNode, nullptr); in GetOrCreateProperty() 1205 InsertChildAndNotify(pNewNode, nullptr); in GetNodeListWithFilter() 1234 pClone->InsertChildAndNotify(pChild->CloneTemplateToForm(bRecursive), in CloneTemplateToForm() 1548 void CXFA_Node::InsertChildAndNotify(int32_t index, CXFA_Node* pNode) { in InsertChildAndNotify() function in CXFA_Node 1549 InsertChildAndNotify(pNode, GetNthChild(index)); in InsertChildAndNotify() 1552 void CXFA_Node::InsertChildAndNotify(CXFA_Node* pNode, CXFA_Node* pBeforeNode) { in InsertChildAndNotify() function in CXFA_Node 1879 GetParent()->InsertChildAndNotify(pNewInstance, pNextSibling); in InsertItem() 1914 GetParent()->InsertChildAndNotify(pNewInstance, pBeforeInstance); in InsertItem() [all …]
|
/external/pdfium/fxjs/xfa/ |
D | cjx_node.cpp | 332 GetXFANode()->InsertChildAndNotify(index++, pNewChild); in loadXML() 340 pFakeRoot->InsertChildAndNotify(pChild, nullptr); in loadXML() 360 GetXFANode()->InsertChildAndNotify(pChild, nullptr); in loadXML()
|
D | cjx_object.cpp | 579 pBind->InsertChildAndNotify(pValueNodes, nullptr); in SetContent() 653 ->InsertChildAndNotify(pContentRawDataNode, nullptr); in SetContent() 746 ->InsertChildAndNotify(pContentRawDataNode, nullptr); in TryContent() 1138 ToNode(GetXFAObject())->InsertChildAndNotify(pHeadChild, nullptr); in ScriptAttributeString()
|
/external/pdfium/xfa/fxfa/layout/ |
D | cxfa_viewlayoutprocessor.cpp | 401 m_pPageSetNode->InsertChildAndNotify(pPageArea, nullptr); in InitLayoutPage() 412 pPageArea->InsertChildAndNotify(pContentArea, nullptr); in InitLayoutPage() 431 pPageArea->InsertChildAndNotify(pMedium, nullptr); in InitLayoutPage() 1772 pFormToplevelSubform->InsertChildAndNotify(pPendingPageSet, nullptr); in MergePageSetContents()
|