Home
last modified time | relevance | path

Searched refs:availablePaperSize (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/page/
DPrintContext.h60 float computeAutomaticScaleFactor(const FloatSize& availablePaperSize);
DPrintContext.cpp174 float PrintContext::computeAutomaticScaleFactor(const FloatSize& availablePaperSize) in computeAutomaticScaleFactor() argument
188 …float shrinkToFitScaleFactor = (useViewWidth ? availablePaperSize.width() : availablePaperSize.hei… in computeAutomaticScaleFactor()