OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gLastClickTime
(Results
1 - 3
of
3
) sorted by null
/external/webkit/Source/WebKit/chromium/src/win/
WebInputEventFactory.cpp
164
static double
gLastClickTime
;
176
gLastClickTime
= gLastClickCount = 0;
265
|| ((currentTime -
gLastClickTime
) * 1000.0 > GetDoubleClickTime());
275
gLastClickTime
= currentTime;
283
gLastClickTime
= 0;
/external/webkit/Source/WebKit/chromium/src/gtk/
WebInputEventFactory.cpp
51
static gint
gLastClickTime
= 0;
68
return (time -
gLastClickTime
) > doubleClickTime
77
gLastClickTime
= 0;
455
gLastClickTime
= event->time;
/external/webkit/Source/WebKit2/Shared/win/
WebEventFactory.cpp
75
static double
gLastClickTime
;
81
|| ((timeStampSeconds -
gLastClickTime
) * 1000.0 > ::GetDoubleClickTime());
90
gLastClickTime
= timeStampSeconds;
97
gLastClickTime
= 0;
Completed in 251 milliseconds