Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/page/
DFrame.cpp512 …ing, const FloatSize& pageSize, float maximumShrinkRatio, AdjustViewSizeOrNot shouldAdjustViewSize) in setPrinting() argument
518 view()->forceLayoutForPagination(pageSize, maximumShrinkRatio, shouldAdjustViewSize); in setPrinting()
522 child->setPrinting(printing, IntSize(), 0, shouldAdjustViewSize); in setPrinting()
DFrameView.cpp2528 …st FloatSize& pageSize, float maximumShrinkFactor, Frame::AdjustViewSizeOrNot shouldAdjustViewSize) in forceLayoutForPagination() argument
2569 if (shouldAdjustViewSize) in forceLayoutForPagination()