Searched defs:isLiveLink (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DHitTestResult.cpp335 bool HitTestResult::isLiveLink() const function in class:blink::HitTestResult
337 return m_innerURLElement && m_innerURLElement->isLiveLink();
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLAnchorElement.cpp151 if (focused() && isEnterKeyKeydownEvent(event) && isLiveLink()) {
157 if (isLinkClick(event) && isLiveLink()) {
310 bool HTMLAnchorElement::isLiveLink() const function in class:blink::HTMLAnchorElement
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DElement.h347 virtual bool isLiveLink() const { return false; } function in class:blink::Element

Completed in 691 milliseconds