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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
HitTestResult.h 72 Element* URLElement() const { return m_innerURLElement.get(); }
  /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 106 milliseconds