Home
last modified time | relevance | path

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

/external/pdfium/xfa/fwl/
Dcfwl_timer.cpp24 CXFA_FFApp* pAdapterNative = pApp->GetAdapterNative(); in StartTimer() local
25 if (!pAdapterNative) in StartTimer()
28 IFWL_AdapterTimerMgr* pAdapterTimerMgr = pAdapterNative->GetTimerMgr(); in StartTimer()
Dcfwl_widgetmgr.h28 explicit CFWL_WidgetMgr(CXFA_FFApp* pAdapterNative);
Dcfwl_widgetmgr.cpp31 CFWL_WidgetMgr::CFWL_WidgetMgr(CXFA_FFApp* pAdapterNative) in CFWL_WidgetMgr() argument
33 m_pAdapter(pAdapterNative->GetFWLAdapterWidgetMgr()) { in CFWL_WidgetMgr()