Home
last modified time | relevance | path

Searched refs:m_pAdapterNative (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/xfa/src/fwl/src/core/
Dfwl_appimp.cpp49 m_pAdapterNative = pAdapter; in CFWL_AppImp()
54 FWL_ReleaseFuelAdapterNative(m_pAdapterNative); in ~CFWL_AppImp()
55 m_pAdapterNative = NULL; in ~CFWL_AppImp()
64 m_pWidgetMgr = new CFWL_WidgetMgr(m_pAdapterNative); in Initialize()
74 return m_pAdapterNative; in GetAdapterNative()
/external/pdfium/xfa/src/fwl/src/core/include/
Dfwl_appimp.h32 IFWL_AdapterNative* m_pAdapterNative; variable