Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/html/shadow/
DMediaControls.cpp42 static const double timeWithoutMouseMovementBeforeHidingMediaControls = 3; variable
483 …m_hideMediaControlsTimer.startOneShot(timeWithoutMouseMovementBeforeHidingMediaControls, FROM_HERE… in startHideMediaControlsTimer()