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

  /external/webkit/Source/WebCore/page/
MouseEventWithHitTestResults.cpp 48 return m_hitTestResult.URLElement() && m_hitTestResult.URLElement()->isLink();
DragController.cpp 597 && mouseDownTarget.URLElement()->renderer() && mouseDownTarget.URLElement()->renderer()->style()->userDrag() != DRAG_NONE)
    [all...]
EventHandler.cpp 316 Element* URLElement = result.hitTestResult().URLElement();
318 if (pos.isNotNull() && pos.deepEquivalent().deprecatedNode()->isDescendantOf(URLElement))
319 newSelection = VisibleSelection::selectionFromContentsOfNode(URLElement);
    [all...]
  /external/webkit/Source/WebCore/rendering/
HitTestResult.h 62 Element* URLElement() const { return m_innerURLElement.get(); }
HitTestResult.cpp 95 , m_innerURLElement(other.URLElement())
122 m_innerURLElement = other.URLElement();
604 m_innerURLElement = other.URLElement();
RenderLayer.cpp     [all...]
  /external/webkit/Source/WebKit/qt/Api/
qwebframe.cpp     [all...]

Completed in 904 milliseconds