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

/external/webkit/Source/WebKit/wince/
H A DWebView.cpp291 bool insideThreshold = abs(globalPrevPoint.x() - mouseEvent.pos().x()) < ::GetSystemMetrics(SM_CXDOUBLECLK) local
309 if (insideThreshold && mouseEvent.button() == globalPrevButton)
332 if (!insideThreshold)
/external/webkit/Source/WebKit/win/
H A DWebView.cpp1428 bool insideThreshold = abs(globalPrevPoint.x() - mouseEvent.pos().x()) < ::GetSystemMetrics(SM_CXDOUBLECLK) && local
1444 insideThreshold &&
1474 if (!insideThreshold)

Completed in 77 milliseconds