Home
last modified time | relevance | path

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

/external/webkit/Source/WebKit/qt/Api/
Dqwebpage.cpp1586 IntRect largestIntersectionRect; in findCandidatePointForTouch() local
1608 …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()