Home | History | Annotate | Download | only in aura

Lines Matching refs:invisible

289   // Clear any existing mouse hover effects when the cursor becomes invisible.
575 void RootWindow::OnWindowHidden(Window* invisible, WindowHiddenReason reason) {
585 if (invisible->Contains(capture_window) && invisible != window())
588 if (invisible->Contains(event_dispatch_target_))
591 if (invisible->Contains(old_dispatch_target_))
595 // If the ancestor of any event handler windows are invisible, release the
597 if (invisible->Contains(mouse_pressed_handler_))
599 if (invisible->Contains(mouse_moved_handler_))
602 CleanupGestureState(invisible);