HomeSort by relevance Sort by last modified time
    Searched refs:m_hideFullscreenControlsTimer (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/html/shadow/
MediaControls.h 119 Timer<MediaControls> m_hideFullscreenControlsTimer;
MediaControls.cpp 48 , m_hideFullscreenControlsTimer(this, &MediaControls::hideFullscreenControlsTimerFired)
326 m_hideFullscreenControlsTimer.startOneShot(timeWithoutMouseMovementBeforeHidingFullscreenControls);
331 m_hideFullscreenControlsTimer.stop();

Completed in 25 milliseconds