Searched refs:printRect (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/page/ |
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()
|
D | PrintContext.h | 52 …virtual void computePageRects(const FloatRect& printRect, float headerHeight, float footerHeight, …
|
/external/chromium_org/third_party/WebKit/Source/web/ |
D | WebLocalFrameImpl.cpp | 432 …virtual void computePageRects(const FloatRect& printRect, float headerHeight, float footerHeight, … in computePageRects() argument 434 m_printParams.printContentArea = IntRect(printRect); in computePageRects() 435 m_pageRects.fill(IntRect(printRect), m_plugin->printBegin(m_printParams)); in computePageRects()
|