Searched refs:pNoteTarget (Results 1 – 2 of 2) sorted by relevance
119 void CFWL_NoteDriver::NotifyTargetHide(CFWL_Widget* pNoteTarget) { in NotifyTargetHide() argument120 if (m_pFocus == pNoteTarget) in NotifyTargetHide()122 if (m_pHover == pNoteTarget) in NotifyTargetHide()124 if (m_pGrab == pNoteTarget) in NotifyTargetHide()128 void CFWL_NoteDriver::NotifyTargetDestroy(CFWL_Widget* pNoteTarget) { in NotifyTargetDestroy() argument129 if (m_pFocus == pNoteTarget) in NotifyTargetDestroy()131 if (m_pHover == pNoteTarget) in NotifyTargetDestroy()133 if (m_pGrab == pNoteTarget) in NotifyTargetDestroy()136 UnregisterEventTarget(pNoteTarget); in NotifyTargetDestroy()147 if (pSubFocus == pNoteTarget) in NotifyTargetDestroy()
47 void NotifyTargetHide(CFWL_Widget* pNoteTarget);48 void NotifyTargetDestroy(CFWL_Widget* pNoteTarget);