Home
last modified time | relevance | path

Searched refs:outPageHeight (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/page/
DPrintContext.cpp57 …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()
DPrintContext.h52 …t& printRect, float headerHeight, float footerHeight, float userScaleFactor, float& outPageHeight);
/external/chromium_org/third_party/WebKit/Source/web/
DWebLocalFrameImpl.cpp432 …Rect, float headerHeight, float footerHeight, float userScaleFactor, float& outPageHeight) OVERRIDE in computePageRects() argument