Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/html/shadow/
DMediaControls.cpp34 static const double timeWithoutMouseMovementBeforeHidingFullscreenControls = 3; variable
326 …m_hideFullscreenControlsTimer.startOneShot(timeWithoutMouseMovementBeforeHidingFullscreenControls); in startHideFullscreenControlsTimer()