Searched refs:isOverLink (Results 1 – 6 of 6) sorted by relevance
35 bool MouseEventWithHitTestResults::isOverLink() const in isOverLink() function in WebCore::MouseEventWithHitTestResults37 return m_hitTestResult.isOverLink(); in isOverLink()
39 bool isOverLink() const;
175 bool useHandCursor(Node*, bool isOverLink, bool shiftKey);
588 bool extendSelection = event.event().shiftKey() && !event.isOverLink(); in handleMousePressEventSingleClick()882 if (event.event().button() == MiddleButton && !event.isOverLink()) { in handleMouseReleaseEvent()1044 bool EventHandler::useHandCursor(Node* node, bool isOverLink, bool shiftKey) in useHandCursor() argument1076 return ((isOverLink || isSubmitImage(node)) && (!editable || editableLinkEnabled)); in useHandCursor()1265 if (useHandCursor(node, result.isOverLink(), shiftKey)) in selectAutoCursor()
115 bool isOverLink() const;
374 bool HitTestResult::isOverLink() const in isOverLink() function in WebCore::HitTestResult