Searched defs:setPrinting (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/skia/
H A DPlatformContextSkia.h167 void setPrinting(bool p) { m_printing = p; } function in class:WebCore::PlatformContextSkia
/external/webkit/Tools/DumpRenderTree/qt/
H A DLayoutTestControllerQt.h101 void setPrinting() { m_isPrinting = true; } function in class:LayoutTestController
/external/webkit/Source/WebCore/page/
H A DFrame.cpp512 void Frame::setPrinting(bool printing, const FloatSize& pageSize, float maximumShrinkRatio, AdjustViewSizeOrNot shouldAdjustViewSize) function in class:WebCore::Frame
514 m_doc->setPrinting(printing);
522 child->setPrinting(printing, IntSize(), 0, shouldAdjustViewSize);
/external/webkit/Source/WebKit/win/
H A DWebFrame.cpp1977 void WebFrame::setPrinting(bool printing, float minPageWidth, float maxPageWidth, float minPageHeight, bool adjustViewSize) function in class:WebFrame
1981 coreFrame->setPrinting(printing, FloatSize(minPageWidth, minPageHeight), maxPageWidth / minPageWidth, adjustViewSize ? Frame::AdjustViewSize : Frame::DoNotAdjustViewSize);
2019 setPrinting(m_inPrintingMode, minLayoutWidth, maxLayoutWidth, minLayoutHeight, true);

Completed in 359 milliseconds