Searched refs:isOverLink (Results 1 – 4 of 4) sorted by relevance
40 bool isOverLink() const;
61 bool MouseEventWithHitTestResults::isOverLink() const in isOverLink() function in WebCore::MouseEventWithHitTestResults
314 bool extendSelection = event.event().shiftKey() && !event.isOverLink(); in handleMousePressEventSingleClick()1017 if ((event.isOverLink() || isSubmitImage(node)) && (!editable || editableLinkEnabled)) in selectCursor()1172 if (mouseEvent.button() == MiddleButton && !mev.isOverLink()) { in handleMousePressEvent()
6893 replacing them with isOverLink and m_isOverLink. Replaced innerNode with targetNode,6907 constructor for MouseEventWithHitTestResults. Now takes isOverLink boolean, and no6915 if over a link to use !isOverLink instead of url.isNull.6933 isOverLink instead of !url.isNull.