Home
last modified time | relevance | path

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

/external/webkit/Source/WebKit/qt/Api/
Dqwebpage.cpp1585 Element* closestClickableElement = 0; in findCandidatePointForTouch() local
1610 closestClickableElement = currentElement; in findCandidatePointForTouch()
1623 if (closestClickableElement->isFrameOwnerElement()) { in findCandidatePointForTouch()
1625 PassRefPtr<ClientRect> rect = closestClickableElement->getBoundingClientRect(); in findCandidatePointForTouch()
1630 HTMLFrameOwnerElement* owner = static_cast<HTMLFrameOwnerElement*>(closestClickableElement); in findCandidatePointForTouch()