/external/webkit/WebCore/rendering/ |
D | RenderView.cpp | 75 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 …]
|
D | RenderWidget.cpp | 207 if (isSelected() && !document()->printing()) in paint() 235 if (!v->printing()) { in updateWidgetPosition()
|
D | InlineTextBox.cpp | 292 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()
|
D | RenderView.h | 74 bool printing() const;
|
D | RenderReplaced.cpp | 133 bool drawSelectionTint = selectionState() != SelectionNone && !document()->printing(); in paint()
|
/external/strace/ |
D | NEWS | 6 * 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/ |
D | CHANGES | 8 * New feature: the --help flag for printing the usage. 43 * New feature: printing elapsed time of tests.
|
/external/dropbear/libtomcrypt/ |
D | TODO | 7 - prepare manual for printing (both soft and hard cover)
|
/external/tcpdump/ |
D | CHANGES | 72 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/ |
D | FrameView.cpp | 487 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()
|
D | Frame.h | 142 void setPrinting(bool printing, float minPageWidth, float maxPageWidth, bool adjustViewSize);
|
D | Frame.cpp | 760 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/ |
D | WebHTMLView.mm | 310 - (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/ |
D | refcard.tex | 9 % 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/ |
D | EmbeddedWidget.cpp | 82 if (m_element->document()->printing()) in setFrameRect()
|
/external/elfutils/ |
D | ChangeLog | 30 * configure.ac: Pretty printing of help message.
|
/external/webkit/WebKitTools/Scripts/ |
D | wkstyle | 64 #supress printing this
|
/external/gtest/include/gtest/internal/ |
D | gtest-type-util.h.pump | 137 // 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/ |
D | FontMac.mm | 66 …NSLog(@"Attempting to set non-printer font (%@) when printing. Using printer font anyway, may res…
|
/external/webkit/WebCore/platform/graphics/ |
D | GraphicsContext.h | 264 void drawLineForText(const IntPoint&, int width, bool printing);
|
/external/netcat/ |
D | Changelog | 63 fixed duplication lameness with printing h_errno stuff
|
/external/elfutils/src/ |
D | ChangeLog | 99 width can be computed ahead of printing. Avoid collection symbols
|
/external/webkit/WebKit/win/ |
D | WebFrame.h | 327 void setPrinting(bool printing, float minPageWidth, float maxPageWidth, bool adjustViewSize);
|
/external/webkit/WebCore/platform/graphics/wx/ |
D | GraphicsContextWx.cpp | 321 void GraphicsContext::drawLineForText(const IntPoint& origin, int width, bool printing) in drawLineForText() argument
|
/external/webkit/WebCore/platform/graphics/cg/ |
D | GraphicsContextCG.cpp | 952 void GraphicsContext::drawLineForText(const IntPoint& point, int width, bool printing) in drawLineForText() argument 970 if (!printing) { in drawLineForText()
|