Searched refs:closestClickableElement (Results 1 – 1 of 1) sorted by relevance
1585 Element* closestClickableElement = 0; in findCandidatePointForTouch() local1610 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()