Home | History | Annotate | Download | only in page

Lines Matching refs:windowPoint

845                 IntPoint windowPoint = resultView->contentsToWindow(result.point());
846 IntPoint mainFramePoint = mainView->windowToContents(windowPoint);
1142 static IntPoint documentPointForWindowPoint(Frame* frame, const IntPoint& windowPoint)
1147 return view ? view->windowToContents(windowPoint) : windowPoint;