Lines Matching refs:nVisibleFloats
104 static int nVisibleFloats = 0; variable
1205 nVisibleFloats == 0 && in Show()
1273 nVisibleFloats++; in Show()
1274 if( nVisibleFloats == 1 && ! GetDisplay()->GetCaptureFrame() ) in Show()
1354 if( IsFloatGrabWindow() && nVisibleFloats ) in Show()
1356 nVisibleFloats--; in Show()
1357 if( nVisibleFloats == 0 && ! GetDisplay()->GetCaptureFrame() ) in Show()
2465 if( IsCaptured() || nVisibleFloats > 0 ) in SetPointer()
2859 if( nVisibleFloats && pEvent->type == EnterNotify ) in HandleMouseEvent()
2939 if( nVisibleFloats > 0 && mpParent ) in HandleMouseEvent()
2955 if( nVisibleFloats < 1 ) in HandleMouseEvent()
3554 …if( nVisibleFloats > 0 && GetDisplay()->getWMAdaptor()->getWindowManagerName().EqualsAscii( "Refle… in HandleFocusEvent()