Searched refs:eventPoint (Results 1 – 5 of 5) sorted by relevance
25 const blink::WebPoint& eventPoint, in shouldSnapBackToDragOrigin() argument54 (eventPoint.y < noSnapRect.y() || eventPoint.y >= noSnapRect.bottom()) : in shouldSnapBackToDragOrigin()55 (eventPoint.x < noSnapRect.x() || eventPoint.x >= noSnapRect.right()); in shouldSnapBackToDragOrigin()57 return !noSnapRect.Contains(eventPoint); in shouldSnapBackToDragOrigin()
18 virtual bool shouldSnapBackToDragOrigin(const blink::WebPoint& eventPoint,
59 SkIPoint eventPoint = SkIPoint::Make(event->globalX(), event->globalY()); in mouseMoveEvent() local60 SkIPoint eventOffset = eventPoint - fPreviousPoint; in mouseMoveEvent()61 fPreviousPoint = eventPoint; in mouseMoveEvent()
23 …virtual bool shouldSnapBackToDragOrigin(const WebPoint& eventPoint, const WebRect& scrollbarRect, … in shouldSnapBackToDragOrigin() argument