Searched refs:AdjustViewSizeOrNot (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/page/
H A DFrame.h149 enum AdjustViewSizeOrNot { DoNotAdjustViewSize, AdjustViewSize }; enum in class:WebCore::Frame
150 void setPrinting(bool printing, const FloatSize& pageSize, float maximumShrinkRatio, AdjustViewSizeOrNot);
H A DFrameView.h231 void forceLayoutForPagination(const FloatSize& pageSize, float maximumShrinkFactor, Frame::AdjustViewSizeOrNot);
H A DFrame.cpp512 void Frame::setPrinting(bool printing, const FloatSize& pageSize, float maximumShrinkRatio, AdjustViewSizeOrNot shouldAdjustViewSize)
H A DFrameView.cpp2528 void FrameView::forceLayoutForPagination(const FloatSize& pageSize, float maximumShrinkFactor, Frame::AdjustViewSizeOrNot shouldAdjustViewSize)

Completed in 937 milliseconds