Searched refs:activeInterval (Results 1 – 1 of 1) sorted by relevance
2110 double activeInterval = 0; in handleGestureEvent() local2125 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()