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.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()
DPrintContext.h52 …virtual void computePageRects(const FloatRect& printRect, float headerHeight, float footerHeight, …
/external/chromium_org/third_party/WebKit/Source/web/
DWebLocalFrameImpl.cpp432 …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()