Home
last modified time | relevance | path

Searched refs:IFWL_WidgetMgr (Results 1 – 9 of 9) sorted by relevance

/external/pdfium/xfa/include/fwl/core/
Dfwl_widgetmgr.h10 class IFWL_WidgetMgr; variable
23 class IFWL_WidgetMgr {
25 virtual ~IFWL_WidgetMgr() {} in ~IFWL_WidgetMgr()
37 IFWL_WidgetMgr* FWL_GetWidgetMgr();
Dfwl_app.h12 class IFWL_WidgetMgr; variable
23 IFWL_WidgetMgr* GetWidgetMgr();
/external/pdfium/xfa/src/fwl/src/core/include/
Dfwl_appimp.h14 class IFWL_WidgetMgr; variable
25 virtual IFWL_WidgetMgr* GetWidgetMgr();
Dfwl_widgetmgrimp.h52 class CFWL_WidgetMgr : public IFWL_WidgetMgr {
/external/pdfium/xfa/src/fwl/src/core/
Dfwl_appimp.cpp28 IFWL_WidgetMgr* IFWL_App::GetWidgetMgr() { in GetWidgetMgr()
80 IFWL_WidgetMgr* CFWL_AppImp::GetWidgetMgr() { in GetWidgetMgr()
Dfwl_panelimp.cpp56 IFWL_WidgetMgr* pWidgetMgr = FWL_GetWidgetMgr(); in Update()
Dfwl_widgetimp.cpp262 static void NotifyHideChildWidget(IFWL_WidgetMgr* widgetMgr, in NotifyHideChildWidget()
281 IFWL_WidgetMgr* widgetMgr = FWL_GetWidgetMgr(); in SetStates()
932 IFWL_WidgetMgr* pWidgetMgr = FWL_GetWidgetMgr(); in GetOffsetFromParent()
1092 IFWL_WidgetMgr* widgetMgr = FWL_GetWidgetMgr(); in FWL_EnabelWidget()
Dfwl_widgetmgrimp.cpp21 IFWL_WidgetMgr* FWL_GetWidgetMgr() { in FWL_GetWidgetMgr()
/external/pdfium/xfa/src/fwl/src/theme/
Dwidgettp.cpp11 IFWL_WidgetMgr* pWidgetMgr = FWL_GetWidgetMgr(); in FWL_SetChildThemeID()