Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/page/
DEventHandler.h150 …bool bestClickableNodeForTouchPoint(const IntPoint& touchCenter, const IntSize& touchRadius, IntPo…
DEventHandler.cpp2500 bool EventHandler::bestClickableNodeForTouchPoint(const IntPoint& touchCenter, const IntSize& touch… in bestClickableNodeForTouchPoint() function in WebCore::EventHandler
2566bestClickableNodeForTouchPoint(gestureEvent.position(), IntSize(gestureEvent.area().width() / 2, g… in adjustGesturePosition()
/external/chromium_org/third_party/WebKit/Source/core/testing/
DInternals.cpp1104 …bool foundNode = document->frame()->eventHandler().bestClickableNodeForTouchPoint(point, radius, a… in touchPositionAdjustedToBestClickableNode()
1125 …document->frame()->eventHandler().bestClickableNodeForTouchPoint(point, radius, adjustedPoint, tar… in touchNodeAdjustedToBestClickableNode()