Searched refs:outPageHeight (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/page/ |
D | PrintContext.cpp | 57 …ct& printRect, float headerHeight, float footerHeight, float userScaleFactor, float& outPageHeight) in computePageRects() argument 60 outPageHeight = 0; in computePageRects() 76 outPageHeight = pageHeight; // this is the height of the page adjusted by margins in computePageRects()
|
D | PrintContext.h | 52 …t& printRect, float headerHeight, float footerHeight, float userScaleFactor, float& outPageHeight);
|
/external/chromium_org/third_party/WebKit/Source/web/ |
D | WebLocalFrameImpl.cpp | 432 …Rect, float headerHeight, float footerHeight, float userScaleFactor, float& outPageHeight) OVERRIDE in computePageRects() argument
|