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

  /external/pdfium/xfa/fxfa/parser/
cxfa_attachnodelist.cpp 27 pParent->RemoveChild(pNode, true);
35 pParent->RemoveChild(pNewNode, true);
41 return m_pAttachNode->RemoveChild(pNode, true);
cxfa_dataimporter.cpp 49 pDataModel->RemoveChild(pDataNode, true);
53 pImportDataRoot->RemoveChild(pChildNode, true);
cxfa_layoutitem.h 42 void RemoveChild(CXFA_LayoutItem* pChildItem);
cxfa_layoutitem.cpp 165 pChildItem->m_pParent->RemoveChild(pChildItem);
182 pChildItem->m_pParent->RemoveChild(pChildItem);
209 void CXFA_LayoutItem::RemoveChild(CXFA_LayoutItem* pChildItem) {
xfa_document_datamerger_imp.cpp 544 pFormParent->RemoveChild(pNode, true);
548 pFormParent->RemoveChild(pExistingNode, true);
    [all...]
cxfa_itemlayoutprocessor.cpp 633 pGenerateNode->GetParent()->RemoveChild(pGenerateNode, true);
    [all...]
cxfa_node.h 170 bool RemoveChild(CXFA_Node* pNode, bool bNotify);
cxfa_layoutpagemgr.cpp 132 pParentLayoutItem->RemoveChild(pLayoutItem);
142 pParentLayoutItem->RemoveChild(pLayoutItem);
    [all...]
cxfa_node.cpp 144 pParentNode->RemoveChild(pCurNode, true);
914 bool CXFA_Node::RemoveChild(CXFA_Node* pNode, bool bNotify) {
    [all...]
  /external/pdfium/fxjs/xfa/
cjx_node.cpp 278 pFakeRoot->RemoveChild(pNewChild, true);
286 GetXFANode()->RemoveChild(pChild, true);
306 pFakeRoot->RemoveChild(pChild, true);
cjx_object.cpp 662 pBind->RemoveChild(pChildNode, true);
683 pBind->RemoveChild(pBind->GetFirstChild(), true);
    [all...]
  /external/pdfium/fpdfsdk/pwl/
cpwl_wnd.cpp 196 m_CreationParams.pParentWnd->RemoveChild(this);
385 void CPWL_Wnd::RemoveChild(CPWL_Wnd* pWnd) {
cpwl_wnd.h 304 void RemoveChild(CPWL_Wnd* pWnd);
  /external/pdfium/xfa/fxfa/
cxfa_ffdoc.cpp 226 pNewRoot->RemoveChild(pChildNode, true);
cxfa_widgetacc.cpp     [all...]
  /external/sfntly/cpp/src/test/tinyxml/
tinyxml.h 611 bool RemoveChild( TiXmlNode* removeThis );
    [all...]
  /external/tinyxml/
tinyxml.h 564 bool RemoveChild( TiXmlNode* removeThis );
    [all...]
xmltest.cpp 184 todoElement->RemoveChild( itemElement );

Completed in 797 milliseconds