Home
last modified time | relevance | path

Searched refs:kPositionCheckHz (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/ui/fullscreen/
Dfullscreen_exit_bubble.cc27 const int FullscreenExitBubble::kPositionCheckHz = 10; member in FullscreenExitBubble
53 base::TimeDelta::FromMilliseconds(1000 / kPositionCheckHz), this, in StartWatchingMouse()
Dfullscreen_exit_bubble.h31 static const int kPositionCheckHz; // How fast to check the mouse position variable
/external/chromium/chrome/browser/ui/views/
Dfullscreen_exit_bubble.h43 static const int kPositionCheckHz; // How fast to check the mouse position variable
Dfullscreen_exit_bubble.cc112 const int FullscreenExitBubble::kPositionCheckHz = 10; member in FullscreenExitBubble
151 base::TimeDelta::FromMilliseconds(1000 / kPositionCheckHz), this, in FullscreenExitBubble()