Home
last modified time | relevance | path

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

/external/webkit/Source/WebKit/qt/Api/
Dqwebpage.cpp1601 IntRect currentElementBoundingRect = currentElement->getRect(); in findCandidatePointForTouch() local
1602 currentElementBoundingRect.intersect(touchRect); in findCandidatePointForTouch()
1604 if (currentElementBoundingRect.isEmpty()) in findCandidatePointForTouch()
1607 …int currentIntersectionRectArea = currentElementBoundingRect.width() * currentElementBoundingRect.… in findCandidatePointForTouch()
1611 largestIntersectionRect = currentElementBoundingRect; in findCandidatePointForTouch()