Searched refs:bestClickableNodeForTouchPoint (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/page/ |
D | EventHandler.h | 150 …bool bestClickableNodeForTouchPoint(const IntPoint& touchCenter, const IntSize& touchRadius, IntPo…
|
D | EventHandler.cpp | 2500 bool EventHandler::bestClickableNodeForTouchPoint(const IntPoint& touchCenter, const IntSize& touch… in bestClickableNodeForTouchPoint() function in WebCore::EventHandler 2566 …bestClickableNodeForTouchPoint(gestureEvent.position(), IntSize(gestureEvent.area().width() / 2, g… in adjustGesturePosition()
|
/external/chromium_org/third_party/WebKit/Source/core/testing/ |
D | Internals.cpp | 1104 …bool foundNode = document->frame()->eventHandler().bestClickableNodeForTouchPoint(point, radius, a… in touchPositionAdjustedToBestClickableNode() 1125 …document->frame()->eventHandler().bestClickableNodeForTouchPoint(point, radius, adjustedPoint, tar… in touchNodeAdjustedToBestClickableNode()
|