OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:insideThreshold
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebKit/wince/
WebView.cpp
291
bool
insideThreshold
= abs(globalPrevPoint.x() - mouseEvent.pos().x()) < ::GetSystemMetrics(SM_CXDOUBLECLK)
309
if (
insideThreshold
&& mouseEvent.button() == globalPrevButton)
332
if (!
insideThreshold
)
/external/webkit/Source/WebKit/win/
WebView.cpp
[
all
...]
Completed in 2546 milliseconds