Searched refs:pAdapterNative (Results 1 – 3 of 3) sorted by relevance
20 CXFA_FFApp* pAdapterNative = pApp->GetAdapterNative(); in StartTimer() local21 if (!pAdapterNative) in StartTimer()24 IFWL_AdapterTimerMgr* pAdapterTimerMgr = pAdapterNative->GetTimerMgr(); in StartTimer()
29 explicit CFWL_WidgetMgr(CXFA_FFApp* pAdapterNative);
31 CFWL_WidgetMgr::CFWL_WidgetMgr(CXFA_FFApp* pAdapterNative) in CFWL_WidgetMgr() argument32 : m_dwCapability(0), m_pAdapter(pAdapterNative->GetWidgetMgr(this)) { in CFWL_WidgetMgr()