Home
last modified time | relevance | path

Searched refs:printRect (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() argument
72 …ize pageSize = m_frame->resizePageRectsKeepingRatio(FloatSize(printRect.width(), printRect.height(… in computePageRects()
/external/chromium_org/third_party/WebKit/Source/web/
DWebFrameImpl.cpp391 …virtual void computePageRects(const FloatRect& printRect, float headerHeight, float footerHeight, … in computePageRects() argument
393 …PrintContext::computePageRects(printRect, headerHeight, footerHeight, userScaleFactor, outPageHeig… in computePageRects()
433 …virtual void computePageRects(const FloatRect& printRect, float headerHeight, float footerHeight, … in computePageRects() argument
435 m_printParams.printContentArea = IntRect(printRect); in computePageRects()