HomeSort by relevance Sort by last modified time
    Searched refs:URLElement (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/WebKit/Source/web/
WebHitTestResult.cpp 86 WebElement WebHitTestResult::urlElement() const
88 return WebElement(m_private->result().URLElement());
ContextMenuClientImpl.cpp 381 if (isHTMLAnchorElement(r.URLElement())) {
382 HTMLAnchorElement* anchor = toHTMLAnchorElement(r.URLElement());
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
HitTestResult.h 72 Element* URLElement() const { return m_innerURLElement.get(); }
HitTestResult.cpp 84 , m_innerURLElement(other.URLElement())
105 m_innerURLElement = other.URLElement();
429 m_innerURLElement = other.URLElement();
RenderLayer.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/page/
EventHandler.cpp 437 Element* URLElement = result.hitTestResult().URLElement();
439 if (pos.isNotNull() && pos.deepEquivalent().deprecatedNode()->isDescendantOf(URLElement))
440 newSelection = VisibleSelection::selectionFromContentsOfNode(URLElement);
    [all...]

Completed in 203 milliseconds