Home | History | Annotate | Download | only in src

Lines Matching refs:computePageRects

346     virtual void computePageRects(const FloatRect& printRect, float headerHeight, float footerHeight, float userScaleFactor, float& outPageHeight)
348 return PrintContext::computePageRects(printRect, headerHeight, footerHeight, userScaleFactor, outPageHeight);
391 virtual void computePageRects(const FloatRect& printRect, float headerHeight, float footerHeight, float userScaleFactor, float& outPageHeight)
1400 m_printContext->computePageRects(rect, 0, 0, 1.0, pageHeight);