Lines Matching refs:mpIconSysWin
139 SystemWindow* mpIconSysWin; member in __anon3634571d0111::UpdateCheckUI
214 , mpIconSysWin( NULL ) in UpdateCheckUI()
377 if ( ( pSysWin != mpIconSysWin ) || ( pActiveMBar != mpIconMBar ) ) in AddMenuBarIcon()
379 if ( bAddEventHdl && mpIconSysWin ) in AddMenuBarIcon()
380 mpIconSysWin->RemoveEventListener( maWindowEventHdl ); in AddMenuBarIcon()
405 mpIconSysWin = pSysWin; in AddMenuBarIcon()
406 if ( bAddEventHdl && mpIconSysWin ) in AddMenuBarIcon()
407 mpIconSysWin->AddEventListener( maWindowEventHdl ); in AddMenuBarIcon()
577 if ( !mpIconSysWin ) in GetBubbleWindow()
587 pBubbleWin = new BubbleWindow( mpIconSysWin, in GetBubbleWindow()
636 mpIconSysWin = NULL; in RemoveBubbleWindow()
738 if ( mpIconSysWin == pEvent->GetWindow() ) in IMPL_LINK()
740 mpIconSysWin->RemoveEventListener( maWindowEventHdl ); in IMPL_LINK()
768 if ( ( mpIconSysWin == pEvent->GetWindow() ) && in IMPL_LINK()