Home | History | Annotate | Download | only in page

Lines Matching refs:targetPoint

2615 bool EventHandler::bestClickableNodeForTouchPoint(const IntPoint& touchCenter, const IntSize& touchRadius, IntPoint& targetPoint, Node*& targetNode)
2628 bool success = findBestClickableCandidate(targetNode, targetPoint, touchCenter, touchRect, nodes);
2634 bool EventHandler::bestContextMenuNodeForTouchPoint(const IntPoint& touchCenter, const IntSize& touchRadius, IntPoint& targetPoint, Node*& targetNode)
2642 return findBestContextMenuCandidate(targetNode, targetPoint, touchCenter, touchRect, nodes);