Home
last modified time | relevance | path

Searched refs:IsWatchingMouse (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/ui/fullscreen/
Dfullscreen_exit_bubble.h65 bool IsWatchingMouse() const;
Dfullscreen_exit_bubble.cc64 bool FullscreenExitBubble::IsWatchingMouse() const { in IsWatchingMouse() function in FullscreenExitBubble
/external/chromium_org/chrome/browser/ui/views/
Dfullscreen_exit_bubble_views.cc361 if (should_watch_mouse == IsWatchingMouse()) in UpdateMouseWatcher()