Home
last modified time | relevance | path

Searched refs:GetWidgetMgr (Results 1 – 8 of 8) sorted by relevance

/external/pdfium/xfa/src/fwl/src/core/
Dfwl_appimp.cpp28 IFWL_WidgetMgr* IFWL_App::GetWidgetMgr() { in GetWidgetMgr() function in IFWL_App
29 return static_cast<CFWL_AppImp*>(GetImpl())->GetWidgetMgr(); in GetWidgetMgr()
80 IFWL_WidgetMgr* CFWL_AppImp::GetWidgetMgr() { in GetWidgetMgr() function in CFWL_AppImp
Dfwl_widgetmgrimp.cpp25 return pApp->GetWidgetMgr(); in FWL_GetWidgetMgr()
30 m_pAdapter = pAdapterNative->GetWidgetMgr(m_pDelegate); in CFWL_WidgetMgr()
Dfwl_formimp.cpp469 static_cast<CFWL_WidgetMgr*>(pApp->GetWidgetMgr()); in ShowChildWidget()
/external/pdfium/xfa/include/fwl/adapter/
Dfwl_adapternative.h20 virtual IFWL_AdapterWidgetMgr* GetWidgetMgr(
/external/pdfium/xfa/src/fwl/src/core/include/
Dfwl_appimp.h25 virtual IFWL_WidgetMgr* GetWidgetMgr();
/external/pdfium/xfa/include/fwl/core/
Dfwl_app.h23 IFWL_WidgetMgr* GetWidgetMgr();
/external/pdfium/xfa/src/fxfa/src/app/
Dxfa_ffapp.h44 IFWL_AdapterWidgetMgr* GetWidgetMgr(
Dxfa_ffapp.cpp188 IFWL_AdapterWidgetMgr* CXFA_FFApp::GetWidgetMgr( in GetWidgetMgr() function in CXFA_FFApp