HomeSort by relevance Sort by last modified time
    Searched defs:isLiveLink (Results 1 - 2 of 2) sorted by null

  /external/webkit/WebCore/rendering/
HitTestResult.cpp 313 bool HitTestResult::isLiveLink() const
319 return static_cast<HTMLAnchorElement*>(m_innerURLElement.get())->isLiveLink();
  /external/webkit/WebCore/html/
HTMLAnchorElement.cpp 531 bool HTMLAnchorElement::isLiveLink() const

Completed in 126 milliseconds