Home
last modified time | relevance | path

Searched refs:DestroyWidget (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/xfa/include/fwl/adapter/
Dfwl_adapterwidgetmgr.h22 virtual FWL_ERR DestroyWidget(IFWL_Widget* pWidget) = 0;
Dfwl_sdadapterimp.h23 virtual FWL_ERR DestroyWidget(IFWL_Widget* pWidget);
/external/pdfium/xfa/src/fwl/src/core/
Dfwl_sdadapterimp.cpp18 FWL_ERR CFWL_SDAdapterWidgetMgr::DestroyWidget(IFWL_Widget* pWidget) { in DestroyWidget() function in CFWL_SDAdapterWidgetMgr
Dfwl_widgetmgrimp.cpp375 return m_pAdapter->DestroyWidget(pWidget); in DestroyWidget_Native()