Searched refs:largestIntersectionRect (Results 1 – 1 of 1) sorted by relevance
1586 IntRect largestIntersectionRect; in findCandidatePointForTouch() local1608 …int largestIntersectionRectArea = largestIntersectionRect.width() * largestIntersectionRect.height… in findCandidatePointForTouch()1611 largestIntersectionRect = currentElementBoundingRect; in findCandidatePointForTouch()1615 if (largestIntersectionRect.isEmpty()) in findCandidatePointForTouch()1634 return view->contentsToWindow(largestIntersectionRect).center(); in findCandidatePointForTouch()