Searched refs:pNoteLoop (Results 1 – 3 of 3) sorted by relevance
58 FWL_ERR PushNoteLoop(IFWL_NoteLoop* pNoteLoop) override;73 FX_BOOL UnqueueMessage(CFWL_NoteLoop* pNoteLoop);
206 FWL_ERR CFWL_NoteDriver::PushNoteLoop(IFWL_NoteLoop* pNoteLoop) { in PushNoteLoop() argument207 m_noteLoopQueue.Add(pNoteLoop); in PushNoteLoop()400 FX_BOOL CFWL_NoteDriver::UnqueueMessage(CFWL_NoteLoop* pNoteLoop) { in UnqueueMessage() argument414 if (!bHookMessage && !pNoteLoop->PreProcessMessage(pMessage)) { in UnqueueMessage()752 CFWL_NoteLoop* pNoteLoop = static_cast<CFWL_NoteLoop*>(m_noteLoopQueue[i]); in IsValidMessage() local753 CFWL_WidgetImp* pForm = pNoteLoop->GetForm(); in IsValidMessage()
341 virtual FWL_ERR PushNoteLoop(IFWL_NoteLoop* pNoteLoop) = 0;