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

  /external/webkit/Source/WebCore/page/
Frame.h 192 PassRefPtr<Range> rangeForPoint(const IntPoint& framePoint);
Frame.cpp 816 PassRefPtr<Range> Frame::rangeForPoint(const IntPoint& framePoint)
    [all...]
  /external/webkit/Source/WebCore/editing/
Editor.h 309 PassRefPtr<Range> rangeForPoint(const IntPoint& windowPoint);
Editor.cpp     [all...]
  /external/webkit/Source/WebKit2/WebProcess/WebPage/mac/
WebPageMac.mm 344 RefPtr<Range> range = frame->rangeForPoint(result.point());
435 if (!frame->rangeForPoint(translatedPoint))
  /external/webkit/Source/WebKit/mac/WebView/
WebFrame.mm 808 return kit(_private->coreFrame->rangeForPoint(IntPoint(point)).get());
    [all...]
WebView.mm     [all...]

Completed in 186 milliseconds