Searched refs:outPageHeight (Results 1 - 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/page/win/
H A DFrameWin.cpp39 void computePageRectsForFrame(Frame* frame, const IntRect& printRect, float headerHeight, float footerHeight, float userScaleFactor, Vector<IntRect>& outPages, int& outPageHeight) argument
44 outPageHeight = static_cast<int>(pageHeight);
H A DFrameWin.h40 void computePageRectsForFrame(Frame*, const IntRect& printRect, float headerHeight, float footerHeight, float userScaleFactor, Vector<IntRect>& outPages, int& outPageHeight);
/external/webkit/Source/WebCore/page/wince/
H A DFrameWinCE.cpp55 void computePageRectsForFrame(Frame* frame, const IntRect& printRect, float headerHeight, float footerHeight, float userScaleFactor, Vector<IntRect>& pages, int& outPageHeight) argument
60 outPageHeight = 0;
81 outPageHeight = (int) pageHeight; // this is the height of the page adjusted by margins
/external/webkit/Source/WebCore/page/
H A DPrintContext.h47 void computePageRects(const FloatRect& printRect, float headerHeight, float footerHeight, float userScaleFactor, float& outPageHeight, bool allowHorizontalTiling = false);
H A DPrintContext.cpp58 void PrintContext::computePageRects(const FloatRect& printRect, float headerHeight, float footerHeight, float userScaleFactor, float& outPageHeight, bool allowHorizontalTiling) argument
61 outPageHeight = 0;
87 outPageHeight = pageHeight; // this is the height of the page adjusted by margins
/external/webkit/Source/WebKit/chromium/src/
H A DWebFrameImpl.cpp346 virtual void computePageRects(const FloatRect& printRect, float headerHeight, float footerHeight, float userScaleFactor, float& outPageHeight) argument
348 return PrintContext::computePageRects(printRect, headerHeight, footerHeight, userScaleFactor, outPageHeight);
391 virtual void computePageRects(const FloatRect& printRect, float headerHeight, float footerHeight, float userScaleFactor, float& outPageHeight) argument

Completed in 120 milliseconds