Lines Matching refs:pMouseEvt
1679 const MouseEvent* pMouseEvt = NULL; in PreNotify() local
1681 if( (rNEvt.GetType() == EVENT_MOUSEMOVE) && (pMouseEvt = rNEvt.GetMouseEvent()) != NULL ) in PreNotify()
1683 if( pMouseEvt->IsEnterWindow() || pMouseEvt->IsLeaveWindow() ) in PreNotify()
2905 const MouseEvent* pMouseEvt = NULL; in PreNotify() local
2907 if( (rNEvt.GetType() == EVENT_MOUSEMOVE) && (pMouseEvt = rNEvt.GetMouseEvent()) != NULL ) in PreNotify()
2909 … if( !pMouseEvt->GetButtons() && !pMouseEvt->IsSynthetic() && !pMouseEvt->IsModifierChanged() ) in PreNotify()
2918 pMouseEvt->IsLeaveWindow() || pMouseEvt->IsEnterWindow() ) in PreNotify()
3902 const MouseEvent* pMouseEvt = NULL; in PreNotify() local
3904 if( (rNEvt.GetType() == EVENT_MOUSEMOVE) && (pMouseEvt = rNEvt.GetMouseEvent()) != NULL ) in PreNotify()
3906 … if( !pMouseEvt->GetButtons() && !pMouseEvt->IsSynthetic() && !pMouseEvt->IsModifierChanged() ) in PreNotify()
3915 pMouseEvt->IsLeaveWindow() || pMouseEvt->IsEnterWindow() ) in PreNotify()