Home | History | Annotate | Download | only in page

Lines Matching refs:setPrinting

512 void Frame::setPrinting(bool printing, const FloatSize& pageSize, float maximumShrinkRatio, AdjustViewSizeOrNot shouldAdjustViewSize)
514 m_doc->setPrinting(printing);
522 child->setPrinting(printing, IntSize(), 0, shouldAdjustViewSize);