Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/page/
DFrame.h150 …void setPrinting(bool printing, const FloatSize& pageSize, float maximumShrinkRatio, AdjustViewSiz…
DFrame.cpp512 void Frame::setPrinting(bool printing, const FloatSize& pageSize, float maximumShrinkRatio, AdjustV… in setPrinting() argument
518 view()->forceLayoutForPagination(pageSize, maximumShrinkRatio, shouldAdjustViewSize); in setPrinting()