Searched refs:CFWL_NoteThreadImp (Results 1 – 7 of 7) sorted by relevance
20 return static_cast<CFWL_NoteThreadImp*>(GetImpl())->GetNoteDriver(); in GetNoteDriver()26 CFWL_NoteThreadImp::CFWL_NoteThreadImp(IFWL_NoteThread* pIface) in CFWL_NoteThreadImp() function in CFWL_NoteThreadImp28 CFWL_NoteThreadImp::~CFWL_NoteThreadImp() { in ~CFWL_NoteThreadImp()31 FWL_ERR CFWL_NoteThreadImp::Run(FWL_HTHREAD hThread) { in Run()36 IFWL_NoteDriver* CFWL_NoteThreadImp::GetNoteDriver() { in GetNoteDriver()
42 : CFWL_NoteThreadImp(pIface), m_pWidgetMgr(NULL), m_pThemeProvider(NULL) { in CFWL_AppImp()
136 SetOwnerThread(static_cast<CFWL_NoteThreadImp*>( in Initialize()494 FWL_ERR CFWL_WidgetImp::SetOwnerThread(CFWL_NoteThreadImp* pOwnerThread) { in SetOwnerThread()
28 class CFWL_NoteThreadImp : public CFWL_ThreadImp {30 CFWL_NoteThreadImp(IFWL_NoteThread* pIface);31 virtual ~CFWL_NoteThreadImp();
14 class CFWL_NoteThreadImp; variable63 FWL_ERR SetOwnerThread(CFWL_NoteThreadImp* pOwnerThread);139 CFWL_NoteThreadImp* m_pOwnerThread;
18 class CFWL_AppImp : public CFWL_NoteThreadImp {
14 class CFWL_NoteThreadImp; variable