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

  /external/pdfium/xfa/src/fxfa/src/common/
xfa_doclayout.h 47 void RemoveChild(CXFA_LayoutItem* pChildItem);
xfa_object.h 253 FX_BOOL RemoveChild(CXFA_Node* pNode, FX_BOOL bNotify = TRUE);
    [all...]
  /external/pdfium/core/include/fxcrt/
fx_xml.h 162 void RemoveChild(FX_DWORD index);
  /external/pdfium/xfa/src/fxfa/src/parser/
xfa_document_datamerger_imp.cpp 521 pFormParent->RemoveChild(pExistingNode);
584 pFormParent->RemoveChild(pNode);
588 pFormParent->RemoveChild(pExistingNode);
    [all...]
xfa_document_serialize.cpp 52 pDataModel->RemoveChild(pDataNode);
57 pImportDataRoot->RemoveChild(pChildNode);
xfa_layout_itemlayout.cpp 320 pLayoutItem->RemoveChild(pPreItem);
494 pChildItem->m_pParent->RemoveChild(pChildItem);
509 pChildItem->m_pParent->RemoveChild(pChildItem);
533 void CXFA_LayoutItem::RemoveChild(CXFA_LayoutItem* pChildItem) {
646 pGenerateNode->GetNodeItem(XFA_NODEITEM_Parent)->RemoveChild(pGenerateNode);
    [all...]
xfa_object_imp.cpp     [all...]
xfa_layout_pagemgr_new.cpp 187 pParentLayoutItem->RemoveChild(pLayoutItem);
197 pParentLayoutItem->RemoveChild(pLayoutItem);
    [all...]
xfa_objectacc_imp.cpp     [all...]
  /external/pdfium/fpdfsdk/include/pdfwindow/
PWL_Wnd.h 441 void RemoveChild(CPWL_Wnd* pWnd);
  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_Wnd.cpp 492 void CPWL_Wnd::RemoveChild(CPWL_Wnd* pWnd) {
512 RemoveChild(pWnd);
  /external/pdfium/xfa/src/fxfa/src/app/
xfa_ffdoc.cpp 93 pNewRoot->RemoveChild(pChildNode);
  /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 440 milliseconds