Searched refs:m_tapDownTimestamp (Results 1 – 1 of 1) sorted by relevance
102 double m_tapDownTimestamp; member in WebCore::HTMLAnchorElement::PrefetchEventHandler551 m_tapDownTimestamp = 0; in reset()615 m_tapDownTimestamp = event->timeStamp(); in handleGestureShowPress()640 bool capturedTapDown = (m_tapDownTimestamp > 0.0); in handleClick()642 … double tapDownDuration = convertDOMTimeStampToSeconds(event->timeStamp() - m_tapDownTimestamp); in handleClick()