Home
last modified time | relevance | path

Searched refs:printing (Results 1 – 25 of 104) sorted by relevance

12345

/external/webkit/WebCore/rendering/
DRenderView.cpp75 if (!printing() && m_frameView) in calcHeight()
81 if (!printing() && m_frameView) in calcWidth()
106 if (printing()) in layout()
110 …bool relayoutChildren = !printing() && (!m_frameView || width() != viewWidth() || height() != view… in layout()
183 if (printing()) in paint()
235 if (printing() || ur.width() == 0 || ur.height() == 0) in repaintViewRectangle()
267 if (printing()) in computeRectForRepaint()
514 bool RenderView::printing() const in printing() function in WebCore::RenderView
516 return document()->printing(); in printing()
538 if (printing()) in viewRect()
[all …]
DRenderWidget.cpp207 if (isSelected() && !document()->printing()) in paint()
235 if (!v->printing()) { in updateWidgetPosition()
DInlineTextBox.cpp292 bool isPrinting = textObject()->document()->printing(); in paint()
593 bool isPrinting = textObject()->document()->printing(); in paintDecoration()
654 if (textObject()->document()->printing()) in paintSpellingOrGrammarMarker()
839 …(IntPoint(tx + start, ty + m_height - lineThickness), width, textObject()->document()->printing()); in paintCompositionUnderline()
DRenderView.h74 bool printing() const;
DRenderReplaced.cpp133 bool drawSelectionTint = selectionState() != SelectionNone && !document()->printing(); in paint()
/external/strace/
DNEWS6 * Better printing for Linux aio system calls.
21 * Improve socket ioctl printing.
24 * Improve mount flags printing.
25 * Support symbolic printing of x86_64 arch_prctl parameters.
195 * selective printing of syscall structures
197 * selective printing of raw syscall arguments and results
/external/gtest/
DCHANGES8 * New feature: the --help flag for printing the usage.
43 * New feature: printing elapsed time of tests.
/external/dropbear/libtomcrypt/
DTODO7 - prepare manual for printing (both soft and hard cover)
/external/tcpdump/
DCHANGES72 Fix printing for 4.4BSD/NetBSD NFS Filehandles
156 IP-over-IEEE1394 printing.
241 SMB printing has much improved bounds checks
280 ESP printing updated to RFC2406.
337 - print-bgp.c: improve options printing. ugly code exists for
357 - SMB printing code
360 - print-rx.c: add code for printing MakeDir and StoreStatus. Also
501 - Avoid infinite loop in tcp options printing code. Thanks to Jeffrey
561 fixed an endian bug when printing mx record and added some new record
566 - Added T/TCP options printing. As suggested by Richard Stevens
[all …]
/external/webkit/WebCore/page/
DFrameView.cpp487 m_doFullRepaint = !subtree && (m_firstLayout || static_cast<RenderView*>(root)->printing()); in layout()
542 if (!subtree && !static_cast<RenderView*>(root)->printing()) in layout()
991 if (!root->printing()) { in performPostLayoutTasks()
1192 if (document || document->printing()) in paintContents()
DFrame.h142 void setPrinting(bool printing, float minPageWidth, float maxPageWidth, bool adjustViewSize);
DFrame.cpp760 void Frame::setPrinting(bool printing, float minPageWidth, float maxPageWidth, bool adjustViewSize) in setPrinting() argument
765 m_doc->setPrinting(printing); in setPrinting()
766 view()->setMediaType(printing ? "print" : "screen"); in setPrinting()
771 child->setPrinting(printing, minPageWidth, maxPageWidth, adjustViewSize); in setPrinting()
/external/webkit/WebKit/mac/WebView/
DWebHTMLView.mm310 - (void)_setPrinting:(BOOL)printing minimumPageWidth:(float)minPageWidth maximumPageWidth:(float)ma…
373 BOOL printing; field
1109 …LOG(View, "A view of class %s was added during subview enumeration for layout or printing mode cha…
1115 …oved during subview enumeration for layout or printing mode change. We will still do layout or the…
1152 // If the WebHTMLView itself is what we're printing, then we will never have to do this.
1153 BOOL wasInPrintingMode = _private->printing;
1190 BOOL wasInPrintingMode = _private->printing;
1195 // If the WebHTMLView itself is what we're printing, then we will never have to do this.
1608 // Set printing mode temporarily so we can adjust the size of the view. This will allow
1609 // AppKit's pagination code to use the correct height for the page content. Leaving printing
[all …]
/external/bison/doc/
Drefcard.tex9 % For printing reference cards to use in books, specify one column
104 %%%% smallcopyrightnotice for two column printing on one page.
150 \voffset -.7in % Comment out for xdvi viewing; include for printing.
184 %%%% Reduce skip from .8 to .75 to permit printing on two pages.
/external/webkit/WebKit/win/WebCoreSupport/
DEmbeddedWidget.cpp82 if (m_element->document()->printing()) in setFrameRect()
/external/elfutils/
DChangeLog30 * configure.ac: Pretty printing of help message.
/external/webkit/WebKitTools/Scripts/
Dwkstyle64 #supress printing this
/external/gtest/include/gtest/internal/
Dgtest-type-util.h.pump137 // compiler error, as gcc insists on printing out each template
235 // compiler error, as gcc insists on printing out each template
/external/webkit/WebCore/platform/graphics/mac/
DFontMac.mm66 …NSLog(@"Attempting to set non-printer font (%@) when printing. Using printer font anyway, may res…
/external/webkit/WebCore/platform/graphics/
DGraphicsContext.h264 void drawLineForText(const IntPoint&, int width, bool printing);
/external/netcat/
DChangelog63 fixed duplication lameness with printing h_errno stuff
/external/elfutils/src/
DChangeLog99 width can be computed ahead of printing. Avoid collection symbols
/external/webkit/WebKit/win/
DWebFrame.h327 void setPrinting(bool printing, float minPageWidth, float maxPageWidth, bool adjustViewSize);
/external/webkit/WebCore/platform/graphics/wx/
DGraphicsContextWx.cpp321 void GraphicsContext::drawLineForText(const IntPoint& origin, int width, bool printing) in drawLineForText() argument
/external/webkit/WebCore/platform/graphics/cg/
DGraphicsContextCG.cpp952 void GraphicsContext::drawLineForText(const IntPoint& point, int width, bool printing) in drawLineForText() argument
970 if (!printing) { in drawLineForText()

12345