Searched defs:documentRect (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/page/
H A DPrintContext.cpp71 const IntRect& documentRect = view->documentRect(); local
72 FloatSize pageSize = m_frame->resizePageRectsKeepingRatio(FloatSize(printRect.width(), printRect.height()), FloatSize(documentRect.width(), documentRect.height()));
100 IntRect docRect = view->documentRect();
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderView.cpp765 IntRect RenderView::documentRect() const function in class:blink::RenderView
/external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
H A DRenderLayerCompositor.cpp724 const IntRect& documentRect = m_renderView.documentRect(); local
725 m_rootContentLayer->setSize(documentRect.size());
726 m_rootContentLayer->setPosition(documentRect.location());
/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DFrameView.cpp458 const IntRect rect = renderView->documentRect();
577 IntRect documentRect = renderView->documentRect(); local
578 if (scrollOrigin() == -documentRect.location() && contentsSize() == documentRect.size())
588 computeScrollbarExistence(shouldHaveHorizontalScrollbar, shouldHaveVerticalScrollbar, documentRect.size());
2760 const LayoutRect& documentRect = renderView->documentRect(); local
2761 LayoutUnit docLogicalWidth = horizontalWritingMode ? documentRect.width() : documentRect
[all...]

Completed in 119 milliseconds