Home | History | Annotate | Download | only in src

Lines Matching refs:printRect

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)
393 m_pageCount = m_plugin->printBegin(IntRect(printRect), m_printerDPI);