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

/external/webkit/Source/WebKit/wince/
H A DWebView.cpp282 static IntPoint globalPrevPoint; local
291 bool insideThreshold = abs(globalPrevPoint.x() - mouseEvent.pos().x()) < ::GetSystemMetrics(SM_CXDOUBLECLK)
292 && abs(globalPrevPoint.y() - mouseEvent.pos().y()) < ::GetSystemMetrics(SM_CYDOUBLECLK);
316 globalPrevPoint = mouseEvent.pos();
327 globalPrevPoint = mouseEvent.pos();
/external/webkit/Source/WebKit/win/
H A DWebView.cpp1411 static IntPoint globalPrevPoint; local
1428 bool insideThreshold = abs(globalPrevPoint.x() - mouseEvent.pos().x()) < ::GetSystemMetrics(SM_CXDOUBLECLK) &&
1429 abs(globalPrevPoint.y() - mouseEvent.pos().y()) < ::GetSystemMetrics(SM_CYDOUBLECLK);
1452 globalPrevPoint = mouseEvent.pos();
1463 globalPrevPoint = mouseEvent.pos();

Completed in 145 milliseconds