Searched refs:documentRect (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/page/
H A DPrintContext.cpp72 const IntRect& documentRect = view->documentRect(); local
73 FloatSize pageSize = m_frame->resizePageRectsKeepingRatio(FloatSize(printRect.width(), printRect.height()), FloatSize(documentRect.width(), documentRect.height()));
101 IntRect docRect = view->documentRect();
H A DFrameView.cpp548 const IntRect rect = renderView->documentRect();
3046 const LayoutRect& documentRect = renderView->documentRect(); local
3047 LayoutUnit docLogicalWidth = horizontalWritingMode ? documentRect.width() : documentRect.height();
3049 int expectedPageWidth = std::min<float>(documentRect.width(), pageSize.width() * maximumShrinkFactor);
3050 int expectedPageHeight = std::min<float>(documentRect.height(), pageSize.height() * maximumShrinkFactor);
3062 const LayoutRect& updatedDocumentRect = renderView->documentRect();
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebPluginContainerImpl.cpp479 IntRect documentRect(x() + rect.x, y() + rect.y, rect.width, rect.height);
480 LayoutPoint center = documentRect.center();
482 LayoutSize padding((documentRect.width() - 1) / 2, (documentRect.height() - 1) / 2);
H A DWebViewImpl.cpp3092 return root->documentRect().size();
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderView.h170 IntRect documentRect() const;
H A DRenderLayerCompositor.cpp1521 const IntRect& documentRect = m_renderView->documentRect(); local
1522 m_rootContentLayer->setSize(documentRect.size());
1523 m_rootContentLayer->setPosition(documentRect.location());
H A DRenderView.cpp967 IntRect RenderView::documentRect() const function in class:WebCore::RenderView
H A DRenderLayerBacking.cpp548 graphicsLayerParentLocation = renderer()->view()->documentRect().location();
H A DRenderLayer.cpp4203 LayoutRect hitTestArea = isOutOfFlowRenderFlowThread() ? toRenderFlowThread(renderer())->borderBoxRect() : renderer()->view()->documentRect();
5026 calculateRects(clipRectsContext, renderView->documentRect(), layerBounds, backgroundRect, foregroundRect, outlineRect);

Completed in 347 milliseconds