HomeSort by relevance Sort by last modified time
    Searched refs:m_clickTime (Results 1 - 2 of 2) sorted by null

  /external/webkit/Tools/WebKitTestRunner/InjectedBundle/
EventSendingController.h 67 double m_clickTime;
EventSendingController.cpp 98 , m_clickTime(0)
147 if (m_time - m_clickTime < 1 && m_position == m_clickPosition && button == m_clickButton) {
149 m_clickTime = m_time;
154 m_clickTime = m_time;

Completed in 15 milliseconds