OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isPrinting
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/
InlineTextBox.cpp
491
bool
isPrinting
= textRenderer()->document().printing();
494
bool haveSelection = !
isPrinting
&& paintInfo.phase != PaintPhaseTextClip && selectionState() != RenderObject::SelectionNone;
555
if (
isPrinting
) {
638
if (paintInfo.phase != PaintPhaseSelection && paintInfo.phase != PaintPhaseTextClip && !
isPrinting
) {
[
all
...]
RenderBlock.cpp
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGRootInlineBox.cpp
44
bool
isPrinting
= renderer()->document().printing();
45
bool hasSelection = !
isPrinting
&& selectionState() != RenderObject::SelectionNone;
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
Font.h
84
Font(const FontPlatformData&, bool
isPrinting
, FontSmoothingMode = AutoSmoothing);
/external/chromium_org/third_party/WebKit/Source/testing/runner/
TestRunner.h
93
bool
isPrinting
() const;
WebTestProxy.cpp
503
bool shouldDumpAsPrinted = m_testInterfaces->testRunner()->
isPrinting
();
543
} else if (m_testInterfaces->testRunner()->
isPrinting
())
[
all
...]