Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/html/
DHTMLAnchorElement.h93 bool isLiveLink() const;
DHTMLAnchorElement.cpp483 bool HTMLAnchorElement::isLiveLink() const in isLiveLink() function in WebCore::HTMLAnchorElement
/external/webkit/Source/WebCore/rendering/
DHitTestResult.h89 bool isLiveLink() const;
DHitTestResult.cpp482 bool HitTestResult::isLiveLink() const in isLiveLink() function in WebCore::HitTestResult
488 return static_cast<HTMLAnchorElement*>(m_innerURLElement.get())->isLiveLink(); in isLiveLink()
/external/webkit/Source/WebKit/chromium/src/
DChromeClientImpl.cpp256 if (hitTest.isLiveLink()) in focusedNodeChanged()
603 if (result.isLiveLink() && !result.absoluteLinkURL().string().isEmpty()) in mouseDidMoveOverElement()
DWebViewImpl.cpp550 …if (!hitTestResult.scrollbar() && !hitTestResult.isLiveLink() && focused && !view->scrollbarAtPoin… in mouseUp()
/external/webkit/Source/WebKit/efl/WebCoreSupport/
DChromeClientEfl.cpp357 bool isLink = hit.isLiveLink(); in mouseDidMoveOverElement()
/external/webkit/Source/WebKit/mac/Misc/
DWebElementDictionary.mm258 return [NSNumber numberWithBool:_result->isLiveLink()];
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
DChromeClientGtk.cpp546 bool isLink = hit.isLiveLink(); in mouseDidMoveOverElement()
/external/webkit/Source/WebCore/page/
DDragController.cpp596 && mouseDownTarget.isLiveLink() in mayStartDragAtEventLocation()
DEventHandler.cpp309 if (!result.hitTestResult().isLiveLink()) in selectClosestWordOrLinkFromMouseEvent()
/external/webkit/Source/WebKit/android/jni/
DWebViewCore.cpp1497 … (!sc->contains(point) && (node->isContentEditable() || node->isTextNode()) && !result.isLiveLink() in selectWordAt()
/external/webkit/Source/WebKit/mac/
DChangeLog-2007-10-1411303 * Misc/WebElementDictionary.m: added isLiveLink
11308 only be followed if isLiveLink is true
/external/webkit/Source/WebCore/
DChangeLog-2006-12-3111134 (WebCore::HTMLAnchorElement::isLiveLink):
13956 * WebCore.exp: Exported HitTestResult::isLiveLink().
13960 (WebCore::HTMLAnchorElement::isLiveLink):
13966 (WebCore::HitTestResult::isLiveLink): Added.
DChangeLog-2007-10-1420192 (WebCore::HTMLAnchorElement::isLiveLink):
53062 (WebCore::HitTestResult::isLiveLink):
58408 (WebCore::HitTestResult::isLiveLink):
DChangeLog-2010-12-0656951 (WebCore::HTMLAnchorElement::isLiveLink): Refactored to use new shared
56957 Implementation of the portions of isLiveLink() that are common with the
DChangeLog8124 (WebCore::HitTestResult::isLiveLink):
DChangeLog-2008-08-103301 (WebCore::HTMLAnchorElement::isLiveLink):
DChangeLog-2009-06-1668121 (WebCore::HitTestResult::isLiveLink):
DChangeLog-2010-01-2987821 (WebCore::HTMLAnchorElement::isLiveLink):