Searched refs:rootViewToContents (Results 1 – 5 of 5) sorted by relevance
164 IntPoint rootViewToContents(const IntPoint&) const;166 IntRect rootViewToContents(const IntRect&) const;
572 IntPoint ScrollView::rootViewToContents(const IntPoint& rootViewPoint) const in rootViewToContents() function in blink::ScrollView584 IntRect ScrollView::rootViewToContents(const IntRect& rootViewRect) const in rootViewToContents() function in blink::ScrollView
934 …m_client->startDrag(image, mainFrameView->rootViewToContents(frame->view()->contentsToRootView(dra… in doSystemDrag()935 …mainFrameView->rootViewToContents(frame->view()->contentsToRootView(eventPos)), dataTransfer, fram… in doSystemDrag()
850 …IntPoint mainFramePoint = mainView->rootViewToContents(frameView->contentsToRootView(roundedIntPoi… in hitTestResultAtPoint()
1321 renderView()->setBackingNeedsPaintInvalidationInRect(rootViewToContents(updateRect)); in scrollContentsFastPath()