Searched refs:should_watch_mouse (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/
H A Dfullscreen_exit_bubble_views.cc355 bool should_watch_mouse = false; local
357 should_watch_mouse = !fullscreen_bubble::ShowButtonsForType(bubble_type_);
359 should_watch_mouse = CanMouseTriggerSlideIn();
361 if (should_watch_mouse == IsWatchingMouse())
364 if (should_watch_mouse)

Completed in 749 milliseconds