Home
last modified time | relevance | path

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

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