Home
last modified time | relevance | path

Searched refs:RemoveChildAndNotify (Results 1 – 10 of 10) sorted by relevance

/external/pdfium/xfa/fxfa/parser/
Dcxfa_attachnodelist.cpp34 pParent->RemoveChildAndNotify(pNode, true); in Append()
49 pParent->RemoveChildAndNotify(pNewNode, true); in Insert()
56 m_pAttachNode->RemoveChildAndNotify(pNode, true); in Remove()
Dcxfa_node_unittest.cpp249 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()
Dxfa_document_datamerger_imp.cpp59 pFormParent->RemoveChildAndNotify(pExistingNode, true); in XFA_NodeMerge_CloneOrMergeContainer()
Dcxfa_document.cpp211 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()
Dcxfa_node.h212 void RemoveChildAndNotify(CXFA_Node* pNode, bool bNotify);
Dcxfa_node.cpp619 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/
Dcjx_node.cpp280 pFakeRoot->RemoveChildAndNotify(pNewChild, true); in loadXML()
288 GetXFANode()->RemoveChildAndNotify(pChild, true); in loadXML()
308 pFakeRoot->RemoveChildAndNotify(pChild, true); in loadXML()
Dcjx_object.cpp579 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/
Dcxfa_viewlayoutprocessor.cpp1744 pParentNode->RemoveChildAndNotify(pExistingNode, true); in MergePageSetContents()
1820 pNode->GetParent()->RemoveChildAndNotify(pNode, true); in MergePageSetContents()
1931 pPageSetFormNode->GetParent()->RemoveChildAndNotify(pPageSetFormNode, in PrepareLayout()
Dcxfa_contentlayoutprocessor.cpp464 pGenerateNode->GetParent()->RemoveChildAndNotify(pGenerateNode, true); in DeleteLayoutGeneratedNode()
1521 pFormNode->RemoveChildAndNotify(pLeaderNode, true); in ProcessUnUseOverFlow()
1523 pFormNode->RemoveChildAndNotify(pTrailerNode, true); in ProcessUnUseOverFlow()