Searched refs:isLiveLink (Results 1 – 20 of 20) sorted by relevance
93 bool isLiveLink() const;
483 bool HTMLAnchorElement::isLiveLink() const in isLiveLink() function in WebCore::HTMLAnchorElement
89 bool isLiveLink() const;
482 bool HitTestResult::isLiveLink() const in isLiveLink() function in WebCore::HitTestResult488 return static_cast<HTMLAnchorElement*>(m_innerURLElement.get())->isLiveLink(); in isLiveLink()
256 if (hitTest.isLiveLink()) in focusedNodeChanged()603 if (result.isLiveLink() && !result.absoluteLinkURL().string().isEmpty()) in mouseDidMoveOverElement()
550 …if (!hitTestResult.scrollbar() && !hitTestResult.isLiveLink() && focused && !view->scrollbarAtPoin… in mouseUp()
357 bool isLink = hit.isLiveLink(); in mouseDidMoveOverElement()
258 return [NSNumber numberWithBool:_result->isLiveLink()];
546 bool isLink = hit.isLiveLink(); in mouseDidMoveOverElement()
596 && mouseDownTarget.isLiveLink() in mayStartDragAtEventLocation()
309 if (!result.hitTestResult().isLiveLink()) in selectClosestWordOrLinkFromMouseEvent()
1497 … (!sc->contains(point) && (node->isContentEditable() || node->isTextNode()) && !result.isLiveLink() in selectWordAt()
11303 * Misc/WebElementDictionary.m: added isLiveLink11308 only be followed if isLiveLink is true
11134 (WebCore::HTMLAnchorElement::isLiveLink):13956 * WebCore.exp: Exported HitTestResult::isLiveLink().13960 (WebCore::HTMLAnchorElement::isLiveLink):13966 (WebCore::HitTestResult::isLiveLink): Added.
20192 (WebCore::HTMLAnchorElement::isLiveLink):53062 (WebCore::HitTestResult::isLiveLink):58408 (WebCore::HitTestResult::isLiveLink):
56951 (WebCore::HTMLAnchorElement::isLiveLink): Refactored to use new shared56957 Implementation of the portions of isLiveLink() that are common with the
8124 (WebCore::HitTestResult::isLiveLink):
3301 (WebCore::HTMLAnchorElement::isLiveLink):
68121 (WebCore::HitTestResult::isLiveLink):
87821 (WebCore::HTMLAnchorElement::isLiveLink):