OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gLastClickCount
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebKit/chromium/src/win/
WebInputEventFactory.cpp
163
static int
gLastClickCount
;
176
gLastClickTime =
gLastClickCount
= 0;
269
++
gLastClickCount
;
271
gLastClickCount
= 1;
280
gLastClickCount
= 0;
286
result.clickCount =
gLastClickCount
;
/external/webkit/Source/WebKit2/Shared/win/
WebEventFactory.cpp
74
static int
gLastClickCount
;
85
++
gLastClickCount
;
87
gLastClickCount
= 1;
94
gLastClickCount
= 0;
101
return
gLastClickCount
;
Completed in 50 milliseconds