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

/macosx-10.9.5/WebKit-7537.78.2/wince/
H A DWebView.cpp294 bool insideThreshold = abs(globalPrevPoint.x() - mouseEvent.position().x()) < ::GetSystemMetrics(SM_CXDOUBLECLK) local
312 if (insideThreshold && mouseEvent.button() == globalPrevButton)
335 if (!insideThreshold)
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DWebView.cpp1494 bool insideThreshold = abs(globalPrevPoint.x() - mouseEvent.position().x()) < ::GetSystemMetrics(SM_CXDOUBLECLK) && local
1510 insideThreshold &&
1540 if (!insideThreshold)

Completed in 84 milliseconds