bestContextMenuNodeForTouchPoint 2770 Source/core/page/EventHandler.cpp         bestContextMenuNodeForTouchPoint(gestureEvent.position(), IntSize(gestureEvent.area().width() / 2, gestureEvent.area().height() / 2), adjustedPoint, targetNode);
bestContextMenuNodeForTouchPoint  150 Source/core/page/EventHandler.h     bool bestContextMenuNodeForTouchPoint(const IntPoint& touchCenter, const IntSize& touchRadius, IntPoint& targetPoint, Node*& targetNode);
bestContextMenuNodeForTouchPoint 1185 Source/core/testing/Internals.cpp     bool foundNode = document->frame()->eventHandler().bestContextMenuNodeForTouchPoint(point, radius, adjustedPoint, targetNode);
bestContextMenuNodeForTouchPoint 1206 Source/core/testing/Internals.cpp     document->frame()->eventHandler().bestContextMenuNodeForTouchPoint(point, radius, adjustedPoint, targetNode);