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

/external/chromium/chrome/browser/ui/views/
H A Dfullscreen_exit_bubble.h43 static const int kPositionCheckHz; // How fast to check the mouse position member in class:FullscreenExitBubble
H A Dfullscreen_exit_bubble.cc112 const int FullscreenExitBubble::kPositionCheckHz = 10; member in class:FullscreenExitBubble
151 base::TimeDelta::FromMilliseconds(1000 / kPositionCheckHz), this,

Completed in 25 milliseconds