Home
last modified time | relevance | path

Searched refs:computePageRects (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/page/
DPrintContext.h50 …void computePageRects(const FloatRect& printRect, float headerHeight, float footerHeight, float us…
DPrintContext.cpp57 void PrintContext::computePageRects(const FloatRect& printRect, float headerHeight, float footerHei… in computePageRects() function in WebCore::PrintContext
345 … printContext.computePageRects(FloatRect(FloatPoint(0, 0), pageSizeInPixels), 0, 0, 1, pageHeight); in spoolAllPagesWithBoundaries()
/external/chromium_org/third_party/WebKit/Source/web/
DWebLocalFrameImpl.cpp351 computePageRects(FloatRect(FloatPoint(0, 0), pageSizeInPixels), 0, 0, 1, pageHeight); in spoolAllPagesWithBoundaries()
388 …virtual void computePageRects(const FloatRect& printRect, float headerHeight, float footerHeight, … in computePageRects() function in blink::ChromePrintContext
390 …PrintContext::computePageRects(printRect, headerHeight, footerHeight, userScaleFactor, outPageHeig… in computePageRects()
430 …virtual void computePageRects(const FloatRect& printRect, float headerHeight, float footerHeight, … in computePageRects() function in blink::ChromePluginPrintContext
1331 m_printContext->computePageRects(rect, 0, 0, 1.0, pageHeight); in printBegin()