Home | History | Annotate | Download | only in page

Lines Matching refs:windowPoint

964                 IntPoint windowPoint = resultView->contentsToWindow(result.point());
965 IntPoint mainFramePoint = mainView->windowToContents(windowPoint);
1319 static IntPoint documentPointForWindowPoint(Frame* frame, const IntPoint& windowPoint)
1324 return view ? view->windowToContents(windowPoint) : windowPoint;