Searched refs:contentsToRootView (Results 1 – 13 of 13) sorted by relevance
82 IntRect anchorInRootView = currentView()->contentsToRootView(anchor.pixelSnappedBoundingBox()); in showValidationMessage()136 …IntRect newAnchorRect = currentView()->contentsToRootView(m_currentAnchor->pixelSnappedBoundingBox… in checkAnchorStatus()
136 quad.setP1(view->contentsToRootView(roundedIntPoint(quad.p1()))); in contentsQuadToPage()137 quad.setP2(view->contentsToRootView(roundedIntPoint(quad.p2()))); in contentsQuadToPage()138 quad.setP3(view->contentsToRootView(roundedIntPoint(quad.p3()))); in contentsQuadToPage()139 quad.setP4(view->contentsToRootView(roundedIntPoint(quad.p4()))); in contentsQuadToPage()153 …IntRect boundingBox = pixelSnappedIntRect(containingView->contentsToRootView(renderer->absoluteBou… in buildNodeQuads()553 …IntRect boundingBox = pixelSnappedIntRect(containingView->contentsToRootView(renderer->absoluteBou… in drawNodeHighlight()
1210 quad->setP1(view->contentsToRootView(roundedIntPoint(absolute.p1()))); in localToPageQuad()1211 quad->setP2(view->contentsToRootView(roundedIntPoint(absolute.p2()))); in localToPageQuad()1212 quad->setP3(view->contentsToRootView(roundedIntPoint(absolute.p3()))); in localToPageQuad()1213 quad->setP4(view->contentsToRootView(roundedIntPoint(absolute.p4()))); in localToPageQuad()
1362 …IntRect boundingBox = pixelSnappedIntRect(view->contentsToRootView(renderer->absoluteBoundingBoxRe… in getBoxModel()
176 IntPoint contentsToRootView(const IntPoint&) const;178 IntRect contentsToRootView(const IntRect&) const;
581 IntPoint ScrollView::contentsToRootView(const IntPoint& contentsPoint) const in contentsToRootView() function in WebCore::ScrollView594 IntRect ScrollView::contentsToRootView(const IntRect& contentsRect) const in contentsToRootView() function in WebCore::ScrollView632 return window->rootViewToScreen(contentsToRootView(rect)); in contentsToScreen()
217 return element().document().view()->contentsToRootView(element().pixelSnappedBoundingBox()); in elementRectRelativeToRootView()
462 IntRect rect = document().view()->contentsToRootView(pixelSnappedBoundingBox()); in startSpeechInput()
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()2857 IntPoint position = view->contentsToRootView(location); in sendContextMenuEventForKey()
1846 …parameters.anchorRectInRootView = document().view()->contentsToRootView(pixelSnappedBoundingBox()); in setupDateTimeChooserParameters()
1487 updateRect = contentsToRootView(updateRect); in scrollContentsFastPath()
811 result = view->contentsToRootView(result); in boundsInRootViewSpace()