Home
last modified time | relevance | path

Searched refs:globalPrevPoint (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebKit/wince/
DWebView.cpp282 static IntPoint globalPrevPoint; in handleMouseEvent() local
291 …bool insideThreshold = abs(globalPrevPoint.x() - mouseEvent.pos().x()) < ::GetSystemMetrics(SM_CXD… in handleMouseEvent()
292 … && abs(globalPrevPoint.y() - mouseEvent.pos().y()) < ::GetSystemMetrics(SM_CYDOUBLECLK); in handleMouseEvent()
316 globalPrevPoint = mouseEvent.pos(); in handleMouseEvent()
327 globalPrevPoint = mouseEvent.pos(); in handleMouseEvent()
/external/webkit/Source/WebKit/win/
DWebView.cpp1411 static IntPoint globalPrevPoint; in handleMouseEvent() local
1428 …bool insideThreshold = abs(globalPrevPoint.x() - mouseEvent.pos().x()) < ::GetSystemMetrics(SM_CXD… in handleMouseEvent()
1429 … abs(globalPrevPoint.y() - mouseEvent.pos().y()) < ::GetSystemMetrics(SM_CYDOUBLECLK); in handleMouseEvent()
1452 globalPrevPoint = mouseEvent.pos(); in handleMouseEvent()
1463 globalPrevPoint = mouseEvent.pos(); in handleMouseEvent()
DChangeLog-2009-06-1615359 Set globalPrevButton and globalPrevPoint also in mouse down.