Searched refs:printing (Results 26 - 50 of 110) sorted by relevance

12345

/macosx-10.9.5/WebCore-7537.78.1/rendering/svg/
H A DSVGRootInlineBox.cpp47 bool isPrinting = renderer()->document()->printing();
H A DSVGInlineTextBox.cpp207 ASSERT(!parentRenderer->document()->printing());
280 bool hasSelection = !parentRenderer->document()->printing() && selectionState() != RenderObject::SelectionNone;
/macosx-10.9.5/WebCore-7537.78.1/page/
H A DFrameView.cpp613 ScrollView::setScrollOrigin(IntPoint(-rect.x(), -rect.y()), !m_frame->document()->printing(), size == contentsSize());
1242 m_doFullRepaint = !subtree && (m_firstLayout || toRenderView(root)->printing());
1322 if (!subtree && !toRenderView(root)->printing())
1331 // to work out most of the time, since first layouts and printing don't have you scrolled anywhere.
1454 void FrameView::adjustMediaTypeForPrinting(bool printing) argument
1456 if (printing) {
2807 if (!renderView || renderView->printing())
3533 if (document->printing())
3570 if (!p->paintingDisabled() && !document->printing())
3584 if (document->printing())
[all...]
H A DFrameView.h207 void adjustMediaTypeForPrinting(bool printing);
/macosx-10.9.5/CPANInternal-140/Log-Log4perl-1.40/lib/Log/Log4perl/Layout/
H A DPatternLayout.pm556 C<-E<gt>log("message\n")>. To avoid printing an extra newline in
557 this case, the PatternLayout will chomp the message, printing only
748 PatternLayout will chomp the message, to prevent printing two newlines.
/macosx-10.9.5/CPANInternal-140/PathTools/t/lib/Test/
H A DSimple.pm93 Test::Simple will start by printing number of tests run in the form
/macosx-10.9.5/CPANInternal-140/Test-Simple/lib/Test/
H A DSimple.pm85 Test::Simple will start by printing number of tests run in the form
/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DInlineTextBox.cpp532 bool isPrinting = textRenderer()->document()->printing();
1161 bool isPrinting = textRenderer()->document()->printing();
1302 if (textRenderer()->document()->printing())
1518 ctx->drawLineForText(FloatPoint(boxOrigin.x() + start, boxOrigin.y() + logicalHeight() - lineThickness), width, textRenderer()->document()->printing());
H A DRenderView.h97 bool printing() const;
H A DRenderImage.cpp421 if (document->printing() || !document->frame()->selection()->isFocusedAndActive())
H A DRenderReplaced.cpp135 bool drawSelectionTint = selectionState() != SelectionNone && !document()->printing();
H A DTextAutosizer.cpp108 if (!m_document->settings() || !m_document->settings()->textAutosizingEnabled() || layoutRoot->view()->printing() || !m_document->page())
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DWebFrame.h331 void setPrinting(bool printing, const WebCore::FloatSize& pageSize, const WebCore::FloatSize& originalPageSize, float maximumShrinkRatio, WebCore::AdjustViewSizeOrNot);
/macosx-10.9.5/emacs-92/emacs/lisp/calc/
H A Dcalc-graph.el320 (defun calc-graph-plot (flag &optional printing)
368 (if printing
379 (setq device (if printing
539 (progn ; need to close the output file before printing/plotting
542 (let ((command (if printing
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/WebCoreSupport/
H A DWebChromeClient.cpp416 if (document->printing())
426 if (document->printing())
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dradiance.vim29 " all printing characters except '#' and '!' are valid in names.
H A Dsamba.vim60 syn keyword sambaKeyword contained printing program protocol proxy public
/macosx-10.9.5/WebKit-7537.78.2/mac/WebView/
H A DWebHTMLView.mm438 - (void)_setPrinting:(BOOL)printing minimumPageLogicalWidth:(float)minPageWidth logicalHeight:(float)minPageHeight originalPageWidth:(float)pageLogicalWidth originalPageHeight:(float)pageLogicalHeight maximumShrinkRatio:(float)maximumShrinkRatio adjustViewSize:(BOOL)adjustViewSize paginateScreenContent:(BOOL)paginateScreenContent;
481 BOOL printing;
1264 LOG(View, "A view of class %s was added during subview enumeration for layout or printing mode change. This view might paint without first receiving layout.", object_getClassName([subview class]));
1284 // If the WebHTMLView itself is what we're printing, then we will never have to do this.
1285 BOOL wasInPrintingMode = _private->printing;
1326 BOOL wasInPrintingMode = _private->printing;
1331 // If the WebHTMLView itself is what we're printing, then we will never have to do this.
1701 // Set printing mode temporarily so we can adjust the size of the view. This will allow
1702 // AppKit's pagination code to use the correct height for the page content. Leaving printing
1703 // mode on indefinitely would interfere with Mail's printing mechanis
[all...]
/macosx-10.9.5/CPANInternal-140/DBIx-Class/lib/DBIx/Class/Storage/DBI/Replicated/
H A DPool.pm286 Execute C<$code> for operation C<$name> catching any exceptions and printing an
/macosx-10.9.5/CPANInternal-140/SQL-Abstract/lib/SQL/Abstract/
H A DTest.pm539 for printing diagnostics.
/macosx-10.9.5/CPANInternal-140/Template-Toolkit/lib/Template/Plugin/
H A DTable.pm374 and then iterate down through each column (a-e, f-j, etc.) printing
/macosx-10.9.5/CPANInternal-140/Template-Toolkit-2.24/lib/Template/Plugin/
H A DTable.pm374 and then iterate down through each column (a-e, f-j, etc.) printing
/macosx-10.9.5/WebCore-7537.78.1/html/
H A DHTMLCanvasElement.cpp400 if (!paintsIntoCanvasBuffer() && !document()->printing())
/macosx-10.9.5/WebCore-7537.78.1/page/animation/
H A DAnimationController.cpp521 // Don't run transitions when printing.
522 if (renderer->view()->printing())
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/
H A DGraphicsContext.h338 void drawLineForText(const FloatPoint&, float width, bool printing);

Completed in 253 milliseconds

12345