Searched refs:pNoteTarget (Results 1 – 2 of 2) sorted by relevance
83 void CFWL_NoteDriver::NotifyTargetHide(CFWL_Widget* pNoteTarget) { in NotifyTargetHide() argument84 if (m_pFocus == pNoteTarget) in NotifyTargetHide()86 if (m_pHover == pNoteTarget) in NotifyTargetHide()88 if (m_pGrab == pNoteTarget) in NotifyTargetHide()92 void CFWL_NoteDriver::NotifyTargetDestroy(CFWL_Widget* pNoteTarget) { in NotifyTargetDestroy() argument93 if (m_pFocus == pNoteTarget) in NotifyTargetDestroy()95 if (m_pHover == pNoteTarget) in NotifyTargetDestroy()97 if (m_pGrab == pNoteTarget) in NotifyTargetDestroy()100 UnregisterEventTarget(pNoteTarget); in NotifyTargetDestroy()
40 void NotifyTargetHide(CFWL_Widget* pNoteTarget);41 void NotifyTargetDestroy(CFWL_Widget* pNoteTarget);