Searched refs:rootViewToContents (Results 1 – 5 of 5) sorted by relevance
175 IntPoint rootViewToContents(const IntPoint&) const;177 IntRect rootViewToContents(const IntRect&) const;
575 IntPoint ScrollView::rootViewToContents(const IntPoint& rootViewPoint) const in rootViewToContents() function in WebCore::ScrollView587 IntRect ScrollView::rootViewToContents(const IntRect& rootViewRect) const in rootViewToContents() function in WebCore::ScrollView640 return rootViewToContents(window->screenToRootView(point)); in screenToContents()
935 …m_client->startDrag(image, viewProtector->rootViewToContents(frame->view()->contentsToRootView(dra… in doSystemDrag()936 …viewProtector->rootViewToContents(frame->view()->contentsToRootView(eventPos)), clipboard, framePr… in doSystemDrag()
927 …IntPoint mainFramePoint = mainView->rootViewToContents(frameView->contentsToRootView(roundedIntPoi… in hitTestResultAtPoint()
1507 updateRect = rootViewToContents(updateRect); in scrollContentsFastPath()