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

  /external/pdfium/xfa/include/fwl/adapter/
fwl_adapternative.h 20 virtual IFWL_AdapterWidgetMgr* GetWidgetMgr(
  /external/pdfium/xfa/src/fwl/src/core/include/
fwl_appimp.h 25 virtual IFWL_WidgetMgr* GetWidgetMgr();
  /external/pdfium/xfa/src/fwl/src/core/
fwl_appimp.cpp 28 IFWL_WidgetMgr* IFWL_App::GetWidgetMgr() {
29 return static_cast<CFWL_AppImp*>(GetImpl())->GetWidgetMgr();
80 IFWL_WidgetMgr* CFWL_AppImp::GetWidgetMgr() {
fwl_widgetmgrimp.cpp 25 return pApp->GetWidgetMgr();
30 m_pAdapter = pAdapterNative->GetWidgetMgr(m_pDelegate);
    [all...]
fwl_formimp.cpp 469 static_cast<CFWL_WidgetMgr*>(pApp->GetWidgetMgr());
    [all...]
  /external/pdfium/xfa/include/fwl/core/
fwl_app.h 23 IFWL_WidgetMgr* GetWidgetMgr();
  /external/pdfium/xfa/src/fxfa/src/app/
xfa_ffapp.h 44 IFWL_AdapterWidgetMgr* GetWidgetMgr(
xfa_ffapp.cpp 188 IFWL_AdapterWidgetMgr* CXFA_FFApp::GetWidgetMgr(

Completed in 162 milliseconds