Searched refs:timeWithoutMouseMovementBeforeHidingControls (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/html/shadow/
H A DMediaControls.cpp350 m_hideFullscreenControlsTimer.startOneShot(page->settings()->timeWithoutMouseMovementBeforeHidingControls());
H A DMediaControlsBlackBerry.cpp58 static const double timeWithoutMouseMovementBeforeHidingControls = 3; member in namespace:WebCore
/macosx-10.9.5/WebCore-7537.78.1/page/
H A DSettings.h257 double timeWithoutMouseMovementBeforeHidingControls() const { return m_timeWithoutMouseMovementBeforeHidingControls; } function in class:WebCore::Settings
H A DEventHandler.cpp1472 m_autoHideCursorTimer.startOneShot(page->settings()->timeWithoutMouseMovementBeforeHidingControls());
/macosx-10.9.5/WebCore-7537.78.1/testing/
H A DInternalSettings.cpp100 , m_originalTimeWithoutMouseMovementBeforeHidingControls(settings->timeWithoutMouseMovementBeforeHidingControls())

Completed in 91 milliseconds