Home
last modified time | relevance | path

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

/external/webkit/Source/WebKit/qt/Api/
Dqwebpage.cpp1608 …int largestIntersectionRectArea = largestIntersectionRect.width() * largestIntersectionRect.height… in findCandidatePointForTouch() local
1609 if (currentIntersectionRectArea > largestIntersectionRectArea) { in findCandidatePointForTouch()