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

/external/webkit/Source/WebKit/chromium/src/win/
H A DWebInputEventFactory.cpp163 static int gLastClickCount; member in namespace:WebKit
176 gLastClickTime = gLastClickCount = 0;
269 ++gLastClickCount;
271 gLastClickCount = 1;
280 gLastClickCount = 0;
286 result.clickCount = gLastClickCount;
/external/webkit/Source/WebKit2/Shared/win/
H A DWebEventFactory.cpp74 static int gLastClickCount; local
85 ++gLastClickCount;
87 gLastClickCount = 1;
94 gLastClickCount = 0;
101 return gLastClickCount;

Completed in 49 milliseconds