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

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

Completed in 44 milliseconds