Searched refs:rangeForPoint (Results 1 - 7 of 7) sorted by relevance

/external/webkit/Source/WebCore/page/
H A DFrame.h192 PassRefPtr<Range> rangeForPoint(const IntPoint& framePoint);
H A DFrame.cpp816 PassRefPtr<Range> Frame::rangeForPoint(const IntPoint& framePoint) function in class:WebCore::Frame
/external/webkit/Source/WebCore/editing/
H A DEditor.h309 PassRefPtr<Range> rangeForPoint(const IntPoint& windowPoint);
H A DEditor.cpp2439 PassRefPtr<Range> Editor::rangeForPoint(const IntPoint& windowPoint) function in class:WebCore::Editor
/external/webkit/Source/WebKit2/WebProcess/WebPage/mac/
H A DWebPageMac.mm344 RefPtr<Range> range = frame->rangeForPoint(result.point());
435 if (!frame->rangeForPoint(translatedPoint))
/external/webkit/Source/WebKit/mac/WebView/
H A DWebFrame.mm808 return kit(_private->coreFrame->rangeForPoint(IntPoint(point)).get());
H A DWebView.mm5026 return kit(page->mainFrame()->editor()->rangeForPoint(IntPoint([self convertPoint:point toView:nil])).get());

Completed in 130 milliseconds