Searched refs:m_mouseDownTimestamp (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/page/
H A DEventHandler.h523 double m_mouseDownTimestamp; member in class:WebCore::EventHandler
H A DEventHandler.cpp359 , m_mouseDownTimestamp(0)
1550 m_mouseDownTimestamp = mouseEvent.timestamp();
3291 if (m_mouseDownMayStartDrag && m_dragMayStartSelectionInstead && (dragState().type & DragSourceActionSelection) && event.event().timestamp() - m_mouseDownTimestamp < TextDragDelay) {

Completed in 81 milliseconds