contentsToWindow 2321 Source/core/frame/FrameView.cpp IntRect clipRect = contentsToWindow(visibleContentRect(scrollbarInclusion)); contentsToWindow 2350 Source/core/frame/FrameView.cpp IntRect clipRect = contentsToWindow(pixelSnappedIntRect(enclosingLayer->clipper().childrenClipRect())); contentsToWindow 254 Source/core/frame/SmartClip.cpp IntRect result = m_frame->document()->view()->contentsToWindow(nodeRect); contentsToWindow 323 Source/core/page/TouchAdjustment.cpp rect = subtarget.node()->document().view()->contentsToWindow(rect); contentsToWindow 346 Source/core/page/TouchAdjustment.cpp rect = subtarget.node()->document().view()->contentsToWindow(rect); contentsToWindow 367 Source/core/page/TouchAdjustment.cpp IntPoint adjusted = view->contentsToWindow(IntPoint(x, y)); contentsToWindow 393 Source/core/page/TouchAdjustment.cpp IntRect bounds = view->contentsToWindow(contentBounds); contentsToWindow 412 Source/core/page/TouchAdjustment.cpp FloatPoint p1 = contentsToWindow(view, quad.p1()); contentsToWindow 413 Source/core/page/TouchAdjustment.cpp FloatPoint p2 = contentsToWindow(view, quad.p2()); contentsToWindow 414 Source/core/page/TouchAdjustment.cpp FloatPoint p3 = contentsToWindow(view, quad.p3()); contentsToWindow 415 Source/core/page/TouchAdjustment.cpp FloatPoint p4 = contentsToWindow(view, quad.p4()); contentsToWindow 465 Source/core/page/TouchAdjustment.cpp targetArea = targetNode->document().view()->contentsToWindow(targetArea); contentsToWindow 68 Source/core/page/TouchDisambiguation.cpp return eventNode->document().view()->contentsToWindow(result); contentsToWindow 792 Source/core/rendering/RenderBox.cpp IntRect windowBox = view()->frameView()->contentsToWindow(box); contentsToWindow 85 Source/platform/scroll/FramelessScrollView.cpp return contentsToWindow(clipRect); contentsToWindow 778 Source/platform/scroll/ScrollView.cpp window->invalidateContentsAndRootView(contentsToWindow(paintRect)); contentsToWindow 182 Source/platform/scroll/ScrollView.h IntPoint contentsToWindow(const IntPoint&) const; contentsToWindow 184 Source/platform/scroll/ScrollView.h IntRect contentsToWindow(const IntRect&) const; contentsToWindow 192 Source/web/ContextMenuClientImpl.cpp IntPoint mousePoint = selectedFrame->view()->contentsToWindow(r.roundedPointInInnerNodeFrame()); contentsToWindow 80 Source/web/ExternalPopupMenu.cpp m_webExternalPopupMenu->show(m_frameView->contentsToWindow(rect)); contentsToWindow 165 Source/web/LinkHighlight.cpp point = targetRenderer->frame()->view()->contentsToWindow(point); contentsToWindow 395 Source/web/PopupContainer.cpp m_controlPosition.setP1(v->contentsToWindow(IntPoint(controlPosition.p1().x(), controlPosition.p1().y()))); contentsToWindow 396 Source/web/PopupContainer.cpp m_controlPosition.setP2(v->contentsToWindow(IntPoint(controlPosition.p2().x(), controlPosition.p2().y()))); contentsToWindow 397 Source/web/PopupContainer.cpp m_controlPosition.setP3(v->contentsToWindow(IntPoint(controlPosition.p3().x(), controlPosition.p3().y()))); contentsToWindow 398 Source/web/PopupContainer.cpp m_controlPosition.setP4(v->contentsToWindow(IntPoint(controlPosition.p4().x(), controlPosition.p4().y()))); contentsToWindow 413 Source/web/PopupContainer.cpp IntPoint locationInWindow = m_frameView->contentsToWindow(targetControlRect.location()); contentsToWindow 598 Source/web/PopupListBox.cpp IntRect clipRect = contentsToWindow(getRowBounds(index)); contentsToWindow 140 Source/web/TextFinder.cpp m_ownerFrame.viewImpl()->zoomToFindInPageRect(m_ownerFrame.frameView()->contentsToWindow(enclosingIntRect(RenderObject::absoluteBoundingBoxRectForRange(m_activeMatch.get())))); contentsToWindow 173 Source/web/TextFinder.cpp *selectionRect = m_ownerFrame.frameView()->contentsToWindow(m_activeMatch->boundingBox()); contentsToWindow 307 Source/web/TextFinder.cpp m_ownerFrame.frameView()->contentsToWindow(resultBounds), contentsToWindow 591 Source/web/TextFinder.cpp activeMatchRect = m_ownerFrame.frameView()->contentsToWindow(activeMatchBoundingBox); contentsToWindow 1093 Source/web/WebFrameImpl.cpp rect = frame()->view()->contentsToWindow(rect); contentsToWindow 465 Source/web/WebInputEventConversion.cpp windowPoint = view->contentsToWindow(windowPoint); contentsToWindow 130 Source/web/WebPluginContainerImpl.cpp IntPoint origin = view->contentsToWindow(IntPoint(0, 0)); contentsToWindow 135 Source/web/WebPluginContainerImpl.cpp IntRect windowRect = view->contentsToWindow(damageRect); contentsToWindow 555 Source/web/WebPluginContainerImpl.cpp return view->contentsToWindow(absolutePoint); contentsToWindow 889 Source/web/WebPluginContainerImpl.cpp windowRect = toScrollView(parent())->contentsToWindow(frameRect); contentsToWindow 131 Source/web/WebRange.cpp quads[i].setP1(frame->view()->contentsToWindow(roundedIntPoint(quads[i].p1()))); contentsToWindow 132 Source/web/WebRange.cpp quads[i].setP2(frame->view()->contentsToWindow(roundedIntPoint(quads[i].p2()))); contentsToWindow 133 Source/web/WebRange.cpp quads[i].setP3(frame->view()->contentsToWindow(roundedIntPoint(quads[i].p3()))); contentsToWindow 134 Source/web/WebRange.cpp quads[i].setP4(frame->view()->contentsToWindow(roundedIntPoint(quads[i].p4()))); contentsToWindow 877 Source/web/WebViewImpl.cpp boundingBox = root->document().frame()->view()->contentsToWindow(boundingBox); contentsToWindow 1017 Source/web/WebViewImpl.cpp return frame->view()->contentsToWindow(rect); contentsToWindow 2183 Source/web/WebViewImpl.cpp IntRect scaledAnchor(frame->view()->contentsToWindow(anchor)); contentsToWindow 2184 Source/web/WebViewImpl.cpp IntRect scaledFocus(frame->view()->contentsToWindow(focus)); contentsToWindow 2510 Source/web/WebViewImpl.cpp IntRect textboxRect = focusedNode->document().view()->contentsToWindow(pixelSnappedIntRect(focusedNode->Node::boundingBox())); contentsToWindow 1665 Source/web/tests/WebViewTest.cpp boundingBox = document->frame()->view()->contentsToWindow(boundingBox);