Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/page/
DEventHandler.cpp2110 double activeInterval = 0; in handleGestureEvent() local
2125 activeInterval = WTF::currentTime() - m_lastShowPressTimestamp; in handleGestureEvent()
2126 …shouldKeepActiveForMinInterval = m_lastShowPressTimestamp && activeInterval < minimumActiveInterva… in handleGestureEvent()
2139 m_activeIntervalTimer.startOneShot(minimumActiveInterval - activeInterval, FROM_HERE); in handleGestureEvent()