Searched refs:isPrinting (Results 1 - 11 of 11) sorted by relevance

/external/webkit/Tools/DumpRenderTree/
H A DPixelDumpSupport.cpp50 if (gLayoutTestController->isPrinting())
H A DLayoutTestController.h252 bool isPrinting() const { return m_isPrinting; } function in class:LayoutTestController
253 void setIsPrinting(bool isPrinting) { m_isPrinting = isPrinting; } argument
/external/webkit/Source/WebCore/rendering/svg/
H A DSVGRootInlineBox.cpp46 bool isPrinting = renderer()->document()->printing(); local
47 bool hasSelection = !isPrinting && selectionState() != RenderObject::SelectionNone;
/external/webkit/Source/WebCore/rendering/
H A DInlineTextBox.cpp487 bool isPrinting = textRenderer()->document()->printing();
490 bool haveSelection = !isPrinting && paintInfo.phase != PaintPhaseTextClip && selectionState() != RenderObject::SelectionNone;
545 if (paintInfo.phase != PaintPhaseSelection && paintInfo.phase != PaintPhaseTextClip && !isPrinting) {
897 bool isPrinting = textRenderer()->document()->printing(); local
900 bool linesAreOpaque = !isPrinting && (!(deco & UNDERLINE) || underline.alpha() == 255) && (!(deco & OVERLINE) || overline.alpha() == 255) && (!(deco & LINE_THROUGH) || linethrough.alpha() == 255);
947 context->drawLineForText(FloatPoint(localOrigin.x(), localOrigin.y() + baseline + 1), width, isPrinting); local
952 context->drawLineForText(localOrigin, width, isPrinting);
957 context->drawLineForText(FloatPoint(localOrigin.x(), localOrigin.y() + 2 * baseline / 3), width, isPrinting); local
H A DRenderBlock.cpp2541 bool isPrinting = document()->printing(); local
2542 if (!isPrinting && !hasColumns())
/external/webkit/Source/WebCore/platform/graphics/
H A DFont.h81 Font(const FontPlatformData&, bool isPrinting, FontSmoothingMode = AutoSmoothing);
/external/webkit/Tools/DumpRenderTree/qt/
H A DLayoutTestControllerQt.h75 bool isPrinting() { return m_isPrinting; } function in class:LayoutTestController
/external/webkit/Source/WebKit/mac/WebView/
H A DWebFrame.mm540 BOOL isPrinting = ![NSGraphicsContext currentContextDrawingToScreen];
541 if (isPrinting)
H A DWebHTMLView.mm1372 BOOL isPrinting = ![NSGraphicsContext currentContextDrawingToScreen];
1373 if (isPrinting) {
1407 if (wasInPrintingMode != isPrinting) {
1421 BOOL isPrinting = ![NSGraphicsContext currentContextDrawingToScreen];
1426 if (isPrinting) {
1458 if (wasInPrintingMode != isPrinting) {
/external/webkit/Tools/DumpRenderTree/mac/
H A DDumpRenderTree.mm967 resultString = [mainFrame renderTreeAsExternalRepresentationForPrinting:gLayoutTestController->isPrinting()];
1001 // FIXME: when isPrinting is set, dump the image with page separators.
/external/webkit/Tools/DumpRenderTree/win/
H A DDumpRenderTree.cpp749 framePrivate->renderTreeAsExternalRepresentation(gLayoutTestController->isPrinting(), &resultString);

Completed in 169 milliseconds