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

/external/webkit/Source/WebCore/page/
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))

Completed in 1904 milliseconds