Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLAnchorElement.cpp102 double m_tapDownTimestamp; member in WebCore::HTMLAnchorElement::PrefetchEventHandler
551 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()