documentRect      511 Source/core/frame/FrameView.cpp     const IntRect rect = renderView->documentRect();
documentRect     2942 Source/core/frame/FrameView.cpp         const LayoutRect& documentRect = renderView->documentRect();
documentRect     2943 Source/core/frame/FrameView.cpp         LayoutUnit docLogicalWidth = horizontalWritingMode ? documentRect.width() : documentRect.height();
documentRect     2945 Source/core/frame/FrameView.cpp             FloatSize expectedPageSize(std::min<float>(documentRect.width().toFloat(), pageSize.width() * maximumShrinkFactor), std::min<float>(documentRect.height().toFloat(), pageSize.height() * maximumShrinkFactor));
documentRect     2957 Source/core/frame/FrameView.cpp             const LayoutRect& updatedDocumentRect = renderView->documentRect();
documentRect       71 Source/core/page/PrintContext.cpp     const IntRect& documentRect = view->documentRect();
documentRect       72 Source/core/page/PrintContext.cpp     FloatSize pageSize = m_frame->resizePageRectsKeepingRatio(FloatSize(printRect.width(), printRect.height()), FloatSize(documentRect.width(), documentRect.height()));
documentRect      100 Source/core/page/PrintContext.cpp     IntRect docRect = view->documentRect();
documentRect     2738 Source/core/rendering/RenderLayer.cpp     LayoutRect hitTestArea = isOutOfFlowRenderFlowThread() ? toRenderFlowThread(renderer())->borderBoxRect() : renderer()->view()->documentRect();
documentRect      145 Source/core/rendering/RenderLayerClipper.cpp     calculateRects(clipRectsContext, renderView->documentRect(), layerBounds, backgroundRect, foregroundRect, outlineRect);
documentRect      165 Source/core/rendering/RenderView.h     IntRect documentRect() const;
documentRect      690 Source/core/rendering/compositing/CompositedLayerMapping.cpp         graphicsLayerParentLocation = renderer()->view()->documentRect().location();
documentRect     1478 Source/core/rendering/compositing/RenderLayerCompositor.cpp         const IntRect& documentRect = m_renderView.documentRect();
documentRect     1479 Source/core/rendering/compositing/RenderLayerCompositor.cpp         m_rootContentLayer->setSize(documentRect.size());
documentRect     1480 Source/core/rendering/compositing/RenderLayerCompositor.cpp         m_rootContentLayer->setPosition(documentRect.location());
documentRect      504 Source/web/WebPluginContainerImpl.cpp     IntRect documentRect(x() + rect.x, y() + rect.y, rect.width, rect.height);
documentRect      505 Source/web/WebPluginContainerImpl.cpp     LayoutPoint center = documentRect.center();
documentRect      507 Source/web/WebPluginContainerImpl.cpp     LayoutSize padding((documentRect.width() - 1) / 2, (documentRect.height() - 1) / 2);
documentRect     2873 Source/web/WebViewImpl.cpp     return root->documentRect().size();