Searched refs:framePoint (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/page/
H A DFrame.h190 VisiblePosition visiblePositionForPoint(const IntPoint& framePoint);
192 PassRefPtr<Range> rangeForPoint(const IntPoint& framePoint);
H A DFrame.cpp788 VisiblePosition Frame::visiblePositionForPoint(const IntPoint& framePoint) argument
790 HitTestResult result = eventHandler()->hitTestResultAtPoint(framePoint, true);
816 PassRefPtr<Range> Frame::rangeForPoint(const IntPoint& framePoint) argument
818 VisiblePosition position = visiblePositionForPoint(framePoint);
826 if (rect.contains(framePoint))
834 if (rect.contains(framePoint))
H A DDragController.cpp852 IntPoint framePoint = frameView->windowToContents(windowPoint);
853 VisibleSelection dragCaret(frame->visiblePositionForPoint(framePoint));
/external/webkit/Source/WebCore/editing/
H A DEditor.cpp2450 IntPoint framePoint = frameView->windowToContents(windowPoint);
2451 VisibleSelection selection(frame->visiblePositionForPoint(framePoint));

Completed in 176 milliseconds