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

  /external/chromium_org/third_party/WebKit/Source/core/frame/
LocalFrame.h 150 VisiblePosition visiblePositionForPoint(const IntPoint& framePoint);
152 PassRefPtrWillBeRawPtr<Range> rangeForPoint(const IntPoint& framePoint);
LocalFrame.cpp 364 VisiblePosition LocalFrame::visiblePositionForPoint(const IntPoint& framePoint)
366 HitTestResult result = eventHandler().hitTestResultAtPoint(framePoint);
402 PassRefPtrWillBeRawPtr<Range> LocalFrame::rangeForPoint(const IntPoint& framePoint)
404 VisiblePosition position = visiblePositionForPoint(framePoint);
412 if (rect.contains(framePoint))
419 if (rect.contains(framePoint))
  /external/chromium_org/third_party/WebKit/Source/core/page/
EventHandler.cpp     [all...]

Completed in 53 milliseconds