m_lastShowPressTimestamp  361 Source/core/page/EventHandler.cpp     m_lastShowPressTimestamp = 0;
m_lastShowPressTimestamp 2244 Source/core/page/EventHandler.cpp     m_lastShowPressTimestamp = WTF::currentTime();
m_lastShowPressTimestamp 2322 Source/core/page/EventHandler.cpp         activeInterval = WTF::currentTime() - m_lastShowPressTimestamp;
m_lastShowPressTimestamp 2323 Source/core/page/EventHandler.cpp         shouldKeepActiveForMinInterval = m_lastShowPressTimestamp && activeInterval < minimumActiveInterval;
m_lastShowPressTimestamp  397 Source/core/page/EventHandler.h     double m_lastShowPressTimestamp;