Searched refs:RemoveChildAndNotify (Results 1 – 10 of 10) sorted by relevance
/external/pdfium/xfa/fxfa/parser/ |
D | cxfa_attachnodelist.cpp | 34 pParent->RemoveChildAndNotify(pNode, true); in Append() 49 pParent->RemoveChildAndNotify(pNewNode, true); in Insert() 56 m_pAttachNode->RemoveChildAndNotify(pNode, true); in Remove()
|
D | cxfa_node_unittest.cpp | 249 GetNode()->RemoveChildAndNotify(child0, false); in TEST_F() 272 GetNode()->RemoveChildAndNotify(child0, false); in TEST_F() 296 GetNode()->RemoveChildAndNotify(child2, false); in TEST_F() 320 GetNode()->RemoveChildAndNotify(child1, false); in TEST_F() 377 EXPECT_DEATH_IF_SUPPORTED(GetNode()->RemoveChildAndNotify(nullptr, false), in TEST_F() 390 GetNode()->RemoveChildAndNotify(child1, false); in TEST_F()
|
D | xfa_document_datamerger_imp.cpp | 59 pFormParent->RemoveChildAndNotify(pExistingNode, true); in XFA_NodeMerge_CloneOrMergeContainer()
|
D | cxfa_document.cpp | 211 pFormParent->RemoveChildAndNotify(pNode, true); in CloneOrMergeInstanceManager() 215 pFormParent->RemoveChildAndNotify(pExistingNode, true); in CloneOrMergeInstanceManager() 1159 pDataParent->RemoveChildAndNotify(pDataNode, true); in UpdateBindingRelations() 1817 pSubformSetNode->RemoveChildAndNotify(pPageSetNode, true); in DoDataMerge() 1832 pNode->GetParent()->RemoveChildAndNotify(pNode, true); in DoDataMerge() 1850 pFormRoot->RemoveChildAndNotify(pNode, true); in DoDataRemerge()
|
D | cxfa_node.h | 212 void RemoveChildAndNotify(CXFA_Node* pNode, bool bNotify);
|
D | cxfa_node.cpp | 619 pParentNode->RemoveChildAndNotify(pCurNode, true); in ReorderDataNodes() 1633 void CXFA_Node::RemoveChildAndNotify(CXFA_Node* pNode, bool bNotify) { in RemoveChildAndNotify() function in CXFA_Node 1999 GetParent()->RemoveChildAndNotify(pRemoveInstance, true); in RemoveItem() 2013 pDataParent->RemoveChildAndNotify(pDataNode, true); in RemoveItem() 2044 pFormParent->RemoveChildAndNotify(pInstance, true); in CreateInstanceIfPossible() 4419 pBind->RemoveChildAndNotify(pChildNode, true); in ClearAllSelections() 4570 pItems->RemoveChildAndNotify(pNode, true); in DeleteItem() 4581 pItems->RemoveChildAndNotify(pNode, true); in DeleteItem()
|
/external/pdfium/fxjs/xfa/ |
D | cjx_node.cpp | 280 pFakeRoot->RemoveChildAndNotify(pNewChild, true); in loadXML() 288 GetXFANode()->RemoveChildAndNotify(pChild, true); in loadXML() 308 pFakeRoot->RemoveChildAndNotify(pChild, true); in loadXML()
|
D | cjx_object.cpp | 579 pBind->RemoveChildAndNotify(valueNodes[i], true); in SetContent() 1043 GetXFANode()->RemoveChildAndNotify(pHeadChild, true); in ScriptAttributeString() 1051 pProtoForm->RemoveChildAndNotify(pHeadChild, true); in ScriptAttributeString()
|
/external/pdfium/xfa/fxfa/layout/ |
D | cxfa_viewlayoutprocessor.cpp | 1744 pParentNode->RemoveChildAndNotify(pExistingNode, true); in MergePageSetContents() 1820 pNode->GetParent()->RemoveChildAndNotify(pNode, true); in MergePageSetContents() 1931 pPageSetFormNode->GetParent()->RemoveChildAndNotify(pPageSetFormNode, in PrepareLayout()
|
D | cxfa_contentlayoutprocessor.cpp | 464 pGenerateNode->GetParent()->RemoveChildAndNotify(pGenerateNode, true); in DeleteLayoutGeneratedNode() 1521 pFormNode->RemoveChildAndNotify(pLeaderNode, true); in ProcessUnUseOverFlow() 1523 pFormNode->RemoveChildAndNotify(pTrailerNode, true); in ProcessUnUseOverFlow()
|