Home
last modified time | relevance | path

Searched refs:IFWL_AdapterWidgetMgr (Results 1 – 11 of 11) sorted by relevance

/external/pdfium/xfa/include/fwl/adapter/
Dfwl_adapternative.h10 class IFWL_AdapterWidgetMgr; variable
20 virtual IFWL_AdapterWidgetMgr* GetWidgetMgr(
Dfwl_adapterwidgetmgr.h17 class IFWL_AdapterWidgetMgr {
19 virtual ~IFWL_AdapterWidgetMgr() {} in ~IFWL_AdapterWidgetMgr()
Dfwl_sdadapterimp.h10 class IFWL_AdapterWidgetMgr; variable
17 class CFWL_SDAdapterWidgetMgr : public IFWL_AdapterWidgetMgr {
/external/pdfium/xfa/include/fwl/core/
Dfwl_app.h14 class IFWL_AdapterWidgetMgr; variable
34 IFWL_AdapterWidgetMgr* FWL_GetAdapterWidgetMgr();
/external/pdfium/xfa/src/fwl/src/core/include/
Dfwl_widgetmgrimp.h11 class IFWL_AdapterWidgetMgr; variable
109 IFWL_AdapterWidgetMgr* GetAdapterWidgetMgr() { return m_pAdapter; } in GetAdapterWidgetMgr()
127 IFWL_AdapterWidgetMgr* m_pAdapter;
/external/pdfium/xfa/src/fxfa/src/app/
Dxfa_ffapp.h44 IFWL_AdapterWidgetMgr* GetWidgetMgr(
Dxfa_ffapp.cpp188 IFWL_AdapterWidgetMgr* CXFA_FFApp::GetWidgetMgr( in GetWidgetMgr()
/external/pdfium/xfa/src/fwl/src/core/
Dfwl_appimp.cpp76 IFWL_AdapterWidgetMgr* FWL_GetAdapterWidgetMgr() { in FWL_GetAdapterWidgetMgr()
Dfwl_noteimp.cpp51 IFWL_AdapterWidgetMgr* adapterWidgetMgr = pWidgetMgr->GetAdapterWidgetMgr(); in EndModalLoop()
264 IFWL_AdapterWidgetMgr* adapterWidgetMgr = pWidgetMgr->GetAdapterWidgetMgr(); in Run()
Dfwl_widgetmgrimp.cpp684 IFWL_AdapterWidgetMgr* pSDApapter = GetAdapterWidgetMgr(); in GetAdapterPopupPos()
Dfwl_formimp.cpp147 IFWL_AdapterWidgetMgr* adapterWidgetMgr = pWidgetMgr->GetAdapterWidgetMgr(); in GetClientRect()