HomeSort by relevance Sort by last modified time
    Searched refs:isPrinting (Results 1 - 11 of 11) sorted by null

  /external/webkit/Tools/DumpRenderTree/
PixelDumpSupport.cpp 50 if (gLayoutTestController->isPrinting())
LayoutTestController.h 252 bool isPrinting() const { return m_isPrinting; }
253 void setIsPrinting(bool isPrinting) { m_isPrinting = isPrinting; }
  /external/webkit/Source/WebCore/rendering/svg/
SVGRootInlineBox.cpp 46 bool isPrinting = renderer()->document()->printing();
47 bool hasSelection = !isPrinting && selectionState() != RenderObject::SelectionNone;
  /external/webkit/Source/WebCore/rendering/
InlineTextBox.cpp 487 bool isPrinting = textRenderer()->document()->printing();
490 bool haveSelection = !isPrinting && paintInfo.phase != PaintPhaseTextClip && selectionState() != RenderObject::SelectionNone;
545 if (paintInfo.phase != PaintPhaseSelection && paintInfo.phase != PaintPhaseTextClip && !isPrinting) {
    [all...]
RenderBlock.cpp     [all...]
  /external/webkit/Source/WebCore/platform/graphics/
Font.h 81 Font(const FontPlatformData&, bool isPrinting, FontSmoothingMode = AutoSmoothing);
  /external/webkit/Tools/DumpRenderTree/qt/
LayoutTestControllerQt.h 75 bool isPrinting() { return m_isPrinting; }
  /external/webkit/Source/WebKit/mac/WebView/
WebFrame.mm 540 BOOL isPrinting = ![NSGraphicsContext currentContextDrawingToScreen];
541 if (isPrinting)
    [all...]
WebHTMLView.mm     [all...]
  /external/webkit/Tools/DumpRenderTree/mac/
DumpRenderTree.mm     [all...]
  /external/webkit/Tools/DumpRenderTree/win/
DumpRenderTree.cpp 749 framePrivate->renderTreeAsExternalRepresentation(gLayoutTestController->isPrinting(), &resultString);
    [all...]

Completed in 274 milliseconds