Searched refs:pNoteTarget (Results 1 – 2 of 2) sorted by relevance
67 void NotifyTargetHide(IFWL_Widget* pNoteTarget);68 void NotifyTargetDestroy(IFWL_Widget* pNoteTarget);69 void NotifyFullScreenMode(IFWL_Widget* pNoteTarget, FX_BOOL bFullScreen);
329 void CFWL_NoteDriver::NotifyTargetHide(IFWL_Widget* pNoteTarget) { in NotifyTargetHide() argument330 if (m_pFocus == pNoteTarget) { in NotifyTargetHide()333 if (m_pHover == pNoteTarget) { in NotifyTargetHide()336 if (m_pGrab == pNoteTarget) { in NotifyTargetHide()340 void CFWL_NoteDriver::NotifyTargetDestroy(IFWL_Widget* pNoteTarget) { in NotifyTargetDestroy() argument341 if (m_pFocus == pNoteTarget) { in NotifyTargetDestroy()344 if (m_pHover == pNoteTarget) { in NotifyTargetDestroy()347 if (m_pGrab == pNoteTarget) { in NotifyTargetDestroy()350 UnregisterEventTarget(pNoteTarget); in NotifyTargetDestroy()360 if (pSubFocus && pSubFocus->GetInterface() == pNoteTarget) { in NotifyTargetDestroy()[all …]