Searched refs:pAdapterNative (Results 1 – 3 of 3) sorted by relevance
24 CXFA_FFApp* pAdapterNative = pApp->GetAdapterNative(); in StartTimer() local25 if (!pAdapterNative) in StartTimer()28 IFWL_AdapterTimerMgr* pAdapterTimerMgr = pAdapterNative->GetTimerMgr(); in StartTimer()
28 explicit CFWL_WidgetMgr(CXFA_FFApp* pAdapterNative);
31 CFWL_WidgetMgr::CFWL_WidgetMgr(CXFA_FFApp* pAdapterNative) in CFWL_WidgetMgr() argument33 m_pAdapter(pAdapterNative->GetFWLAdapterWidgetMgr()) { in CFWL_WidgetMgr()