Searched refs:printRect (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/page/ |
D | PrintContext.h | 50 …void computePageRects(const FloatRect& printRect, float headerHeight, float footerHeight, float us…
|
D | PrintContext.cpp | 57 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/ |
D | WebFrameImpl.cpp | 391 …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()
|