Home
last modified time | relevance | path

Searched refs:pAdapterNative (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/xfa/src/fwl/src/core/
Dfwl_timerimp.cpp14 IFWL_AdapterNative* pAdapterNative = FWL_GetAdapterNative(); in FWL_StartTimer() local
15 if (!pAdapterNative) in FWL_StartTimer()
17 IFWL_AdapterTimerMgr* pAdapterTimerMgr = pAdapterNative->GetTimerMgr(); in FWL_StartTimer()
25 IFWL_AdapterNative* pAdapterNative = FWL_GetAdapterNative(); in FWL_StopTimer() local
26 if (!pAdapterNative) in FWL_StopTimer()
28 IFWL_AdapterTimerMgr* pAdapterTimerMgr = pAdapterNative->GetTimerMgr(); in FWL_StopTimer()
Dfwl_widgetmgrimp.cpp27 CFWL_WidgetMgr::CFWL_WidgetMgr(IFWL_AdapterNative* pAdapterNative) in CFWL_WidgetMgr() argument
30 m_pAdapter = pAdapterNative->GetWidgetMgr(m_pDelegate); in CFWL_WidgetMgr()
36 IFWL_AdapterMonitorMgr* pMonitorMgr = pAdapterNative->GetMonitorMgr(); in CFWL_WidgetMgr()
/external/pdfium/xfa/include/fwl/adapter/
Dfwl_adapternative.h29 void FWL_ReleaseFuelAdapterNative(IFWL_AdapterNative* pAdapterNative);
/external/pdfium/xfa/src/fwl/src/core/include/
Dfwl_widgetmgrimp.h54 CFWL_WidgetMgr(IFWL_AdapterNative* pAdapterNative);