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

  /external/pdfium/xfa/include/fwl/adapter/
fwl_adapterwidgetmgr.h 22 virtual FWL_ERR DestroyWidget(IFWL_Widget* pWidget) = 0;
fwl_sdadapterimp.h 23 virtual FWL_ERR DestroyWidget(IFWL_Widget* pWidget);
  /external/pdfium/xfa/src/fwl/src/core/
fwl_sdadapterimp.cpp 18 FWL_ERR CFWL_SDAdapterWidgetMgr::DestroyWidget(IFWL_Widget* pWidget) {
fwl_widgetmgrimp.cpp 375 return m_pAdapter->DestroyWidget(pWidget);
    [all...]

Completed in 704 milliseconds