Searched refs:isLiveLink (Results 1 - 12 of 12) sorted by relevance

/external/webkit/Source/WebCore/html/
H A DHTMLAnchorElement.h93 bool isLiveLink() const;
H A DHTMLAnchorElement.cpp483 bool HTMLAnchorElement::isLiveLink() const function in class:WebCore::HTMLAnchorElement
/external/webkit/Source/WebCore/rendering/
H A DHitTestResult.h89 bool isLiveLink() const;
H A DHitTestResult.cpp482 bool HitTestResult::isLiveLink() const function in class:WebCore::HitTestResult
488 return static_cast<HTMLAnchorElement*>(m_innerURLElement.get())->isLiveLink();
/external/webkit/Source/WebKit/mac/Misc/
H A DWebElementDictionary.mm258 return [NSNumber numberWithBool:_result->isLiveLink()];
/external/webkit/Source/WebKit/chromium/src/
H A DChromeClientImpl.cpp256 if (hitTest.isLiveLink())
603 if (result.isLiveLink() && !result.absoluteLinkURL().string().isEmpty())
H A DWebViewImpl.cpp550 if (!hitTestResult.scrollbar() && !hitTestResult.isLiveLink() && focused && !view->scrollbarAtPoint(clickPoint)) {
/external/webkit/Source/WebKit/efl/WebCoreSupport/
H A DChromeClientEfl.cpp357 bool isLink = hit.isLiveLink();
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
H A DChromeClientGtk.cpp546 bool isLink = hit.isLiveLink();
/external/webkit/Source/WebCore/page/
H A DDragController.cpp596 && mouseDownTarget.isLiveLink()
H A DEventHandler.cpp309 if (!result.hitTestResult().isLiveLink())
/external/webkit/Source/WebKit/android/jni/
H A DWebViewCore.cpp1485 if (!sc->contains(point) && (node->isContentEditable() || node->isTextNode()) && !result.isLiveLink()

Completed in 1741 milliseconds