/external/webkit/Source/WebCore/page/win/ |
D | FrameWin.cpp | 39 void computePageRectsForFrame(Frame* frame, const IntRect& printRect, float headerHeight, float foo… in computePageRectsForFrame() argument 43 … printContext.computePageRects(printRect, headerHeight, footerHeight, userScaleFactor, pageHeight); in computePageRectsForFrame()
|
D | FrameWin.h | 40 …void computePageRectsForFrame(Frame*, const IntRect& printRect, float headerHeight, float footerHe…
|
/external/webkit/Source/WebCore/page/wince/ |
D | FrameWinCE.cpp | 55 void computePageRectsForFrame(Frame* frame, const IntRect& printRect, float headerHeight, float foo… in computePageRectsForFrame() argument 77 float ratio = (float)printRect.height() / (float)printRect.width(); in computePageRectsForFrame()
|
/external/webkit/Source/WebCore/page/ |
D | PrintContext.cpp | 58 void PrintContext::computePageRects(const FloatRect& printRect, float headerHeight, float footerHei… in computePageRects() argument 78 float ratio = printRect.height() / printRect.width(); in computePageRects() 82 float ratio = printRect.width() / printRect.height(); in computePageRects()
|
D | PrintContext.h | 47 …void computePageRects(const FloatRect& printRect, float headerHeight, float footerHeight, float us…
|
/external/webkit/Source/WebCore/rendering/ |
D | RenderLineBoxList.cpp | 220 bool usePrintRect = !v->printRect().isEmpty(); in paint() 245 if (bottomForPaginationCheck - topForPaginationCheck <= v->printRect().height()) { in paint() 246 if (ty + bottomForPaginationCheck > v->printRect().maxY()) { in paint() 250 if (ty + bottomForPaginationCheck > v->printRect().maxY()) { in paint()
|
D | RenderView.h | 160 const IntRect& printRect() const { return m_legacyPrinting.m_printRect; } in printRect() function
|
D | RenderBlock.cpp | 2440 bool usePrintRect = !renderView->printRect().isEmpty(); in paintChildren() 2452 …() && child->isReplaced() && usePrintRect && child->height() <= renderView->printRect().height()) { in paintChildren() 2454 if (ty + child->y() + child->height() > renderView->printRect().maxY()) { in paintChildren()
|
/external/webkit/Source/WebKit/win/ |
D | WebFrame.cpp | 2009 IntRect printRect = printerRect(printDC); in setInPrintingMode() local 2011 int paperWidth = printRect.width() * desiredPixelsPerInch / paperHorizontalPixelsPerInch; in setInPrintingMode() 2013 int paperHeight = printRect.height() * desiredPixelsPerInch / paperVerticalPixelsPerInch; in setInPrintingMode() 2141 IntRect printRect = printerRect(printDC); in spoolPage() local 2144 CGFloat(printRect.width()), in spoolPage() 2145 CGFloat(printRect.height())); in spoolPage() 2173 const IntRect& printRect = printerRect(printDC); in scaleFactor() local 2176 printRect.x() + marginRect.x(), in scaleFactor() 2177 printRect.y() + marginRect.y(), in scaleFactor() 2178 printRect.width() - marginRect.x() - marginRect.maxX(), in scaleFactor() [all …]
|
/external/webkit/Source/WebKit/gtk/webkit/ |
D | webkitwebframe.cpp | 757 FloatRect printRect = FloatRect(0, 0, width, height); in begin_print_callback() local 765 printContext->computePageRects(printRect, headerHeight, footerHeight, 1.0, pageHeight); in begin_print_callback()
|
/external/webkit/Source/WebKit/chromium/src/ |
D | WebFrameImpl.cpp | 346 …virtual void computePageRects(const FloatRect& printRect, float headerHeight, float footerHeight, … in computePageRects() argument 348 …return PrintContext::computePageRects(printRect, headerHeight, footerHeight, userScaleFactor, outP… in computePageRects() 391 …virtual void computePageRects(const FloatRect& printRect, float headerHeight, float footerHeight, … in computePageRects() argument 393 m_pageCount = m_plugin->printBegin(IntRect(printRect), m_printerDPI); in computePageRects()
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2005-08-23 | 26736 (RenderFlow::paintLines): don't do pagination work if printRect is not set 28892 (khtml::RenderCanvas::printRect):
|
D | ChangeLog-2006-05-10 | 32795 (khtml::RenderCanvas::printRect):
|
D | ChangeLog-2010-12-06 | 52266 (WebCore::RenderView::printRect): 75356 (WebCore::RenderView::printRect):
|