Home | History | Annotate | Download | only in src

Lines Matching full:printcontext

108 #include "PrintContext.h"
295 // Simple class to override some of PrintContext behavior. Some of the methods
297 class ChromePrintContext : public PrintContext {
301 : PrintContext(frame)
310 PrintContext::begin(m_printedPageWidth, height);
315 PrintContext::end();
348 return PrintContext::computePageRects(printRect, headerHeight, footerHeight, userScaleFactor, outPageHeight);
353 return PrintContext::pageCount();
366 // Simple class to override some of PrintContext behavior. This is used when
1845 return PrintContext::pageNumberForElement(element, pageSize);