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

/macosx-10.9.5/WebKit-7537.78.2/wince/
H A DWebView.cpp285 static IntPoint globalPrevPoint; local
294 bool insideThreshold = abs(globalPrevPoint.x() - mouseEvent.position().x()) < ::GetSystemMetrics(SM_CXDOUBLECLK)
295 && abs(globalPrevPoint.y() - mouseEvent.position().y()) < ::GetSystemMetrics(SM_CYDOUBLECLK);
319 globalPrevPoint = mouseEvent.position();
330 globalPrevPoint = mouseEvent.position();
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DWebView.cpp1477 static IntPoint globalPrevPoint; local
1494 bool insideThreshold = abs(globalPrevPoint.x() - mouseEvent.position().x()) < ::GetSystemMetrics(SM_CXDOUBLECLK) &&
1495 abs(globalPrevPoint.y() - mouseEvent.position().y()) < ::GetSystemMetrics(SM_CYDOUBLECLK);
1518 globalPrevPoint = mouseEvent.position();
1529 globalPrevPoint = mouseEvent.position();

Completed in 90 milliseconds