Home | History | Annotate | Download | only in page

Lines Matching defs:documentRect

548     const IntRect rect = renderView->documentRect();
3046 const LayoutRect& documentRect = renderView->documentRect();
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();