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

/macosx-10.10/WebCore-7600.1.25/page/
H A DEventHandler.h556 Timer<EventHandler> m_autoHideCursorTimer; member in class:WebCore::EventHandler
H A DEventHandler.cpp380 , m_autoHideCursorTimer(this, &EventHandler::autoHideCursorTimerFired)
391 ASSERT(!m_autoHideCursorTimer.isActive());
1490 m_autoHideCursorTimer.startOneShot(page->settings().timeWithoutMouseMovementBeforeHidingControls());
1502 if (m_autoHideCursorTimer.isActive())
1503 m_autoHideCursorTimer.stop();
1508 ASSERT_UNUSED(timer, &timer == &m_autoHideCursorTimer);

Completed in 161 milliseconds