contentsToRootView 832 Source/core/dom/Element.cpp result = view->contentsToRootView(result); contentsToRootView 1481 Source/core/frame/FrameView.cpp updateRect = contentsToRootView(updateRect); contentsToRootView 1840 Source/core/html/HTMLInputElement.cpp parameters.anchorRectInRootView = document().view()->contentsToRootView(pixelSnappedBoundingBox()); contentsToRootView 220 Source/core/html/forms/ColorInputType.cpp return element().document().view()->contentsToRootView(element().pixelSnappedBoundingBox()); contentsToRootView 439 Source/core/html/shadow/TextControlInnerElements.cpp IntRect rect = document().view()->contentsToRootView(pixelSnappedBoundingBox()); contentsToRootView 1410 Source/core/inspector/InspectorDOMAgent.cpp IntRect boundingBox = pixelSnappedIntRect(view->contentsToRootView(renderer->absoluteBoundingBoxRect())); contentsToRootView 131 Source/core/inspector/InspectorOverlay.cpp quad.setP1(view->contentsToRootView(roundedIntPoint(quad.p1()))); contentsToRootView 132 Source/core/inspector/InspectorOverlay.cpp quad.setP2(view->contentsToRootView(roundedIntPoint(quad.p2()))); contentsToRootView 133 Source/core/inspector/InspectorOverlay.cpp quad.setP3(view->contentsToRootView(roundedIntPoint(quad.p3()))); contentsToRootView 134 Source/core/inspector/InspectorOverlay.cpp quad.setP4(view->contentsToRootView(roundedIntPoint(quad.p4()))); contentsToRootView 148 Source/core/inspector/InspectorOverlay.cpp IntRect boundingBox = pixelSnappedIntRect(containingView->contentsToRootView(renderer->absoluteBoundingBoxRect())); contentsToRootView 546 Source/core/inspector/InspectorOverlay.cpp IntRect boundingBox = pixelSnappedIntRect(containingView->contentsToRootView(renderer->absoluteBoundingBoxRect())); contentsToRootView 1275 Source/core/inspector/InspectorTimelineAgent.cpp quad->setP1(view->contentsToRootView(roundedIntPoint(absolute.p1()))); contentsToRootView 1276 Source/core/inspector/InspectorTimelineAgent.cpp quad->setP2(view->contentsToRootView(roundedIntPoint(absolute.p2()))); contentsToRootView 1277 Source/core/inspector/InspectorTimelineAgent.cpp quad->setP3(view->contentsToRootView(roundedIntPoint(absolute.p3()))); contentsToRootView 1278 Source/core/inspector/InspectorTimelineAgent.cpp quad->setP4(view->contentsToRootView(roundedIntPoint(absolute.p4()))); contentsToRootView 933 Source/core/page/DragController.cpp m_client->startDrag(image, viewProtector->rootViewToContents(frame->view()->contentsToRootView(dragLocation)), contentsToRootView 934 Source/core/page/DragController.cpp viewProtector->rootViewToContents(frame->view()->contentsToRootView(eventPos)), clipboard, frameProtector.get(), forLink); contentsToRootView 908 Source/core/page/EventHandler.cpp IntPoint mainFramePoint = mainView->rootViewToContents(frameView->contentsToRootView(roundedIntPoint(point))); contentsToRootView 2861 Source/core/page/EventHandler.cpp IntPoint position = shouldTranslateToRootView ? view->contentsToRootView(location) : location; contentsToRootView 629 Source/platform/scroll/ScrollView.cpp return window->rootViewToScreen(contentsToRootView(rect)); contentsToRootView 174 Source/platform/scroll/ScrollView.h IntPoint contentsToRootView(const IntPoint&) const; contentsToRootView 176 Source/platform/scroll/ScrollView.h IntRect contentsToRootView(const IntRect&) const; contentsToRootView 80 Source/web/ValidationMessageClientImpl.cpp IntRect anchorInRootView = currentView()->contentsToRootView(anchor.pixelSnappedBoundingBox()); contentsToRootView 130 Source/web/ValidationMessageClientImpl.cpp IntRect newAnchorRect = currentView()->contentsToRootView(m_currentAnchor->pixelSnappedBoundingBox());