Searched refs:pIface (Results 1 – 4 of 4) sorted by relevance
22 CFWL_ThreadImp(IFWL_Thread* pIface) : m_pIface(pIface) {} in CFWL_ThreadImp() argument30 CFWL_NoteThreadImp(IFWL_NoteThread* pIface);
20 CFWL_AppImp(IFWL_App* pIface, IFWL_AdapterNative* pAdapter);
26 CFWL_NoteThreadImp::CFWL_NoteThreadImp(IFWL_NoteThread* pIface) in CFWL_NoteThreadImp() argument27 : CFWL_ThreadImp(pIface), m_pNoteDriver(new CFWL_NoteDriver) {} in CFWL_NoteThreadImp()
41 CFWL_AppImp::CFWL_AppImp(IFWL_App* pIface, IFWL_AdapterNative* pAdapter) in CFWL_AppImp() argument42 : CFWL_NoteThreadImp(pIface), m_pWidgetMgr(NULL), m_pThemeProvider(NULL) { in CFWL_AppImp()