Home
last modified time | relevance | path

Searched refs:forceBlackText (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DPaintInfo.h83 bool forceBlackText() const { return paintBehavior & PaintBehaviorForceBlackText; } in forceBlackText() function
DInlineTextBox.cpp551 …const ShadowList* textShadow = (context->printing() || paintInfo.forceBlackText()) ? 0 : styleToUs… in paint()
553 if (paintInfo.forceBlackText()) { in paint()
595 …Color foreground = paintInfo.forceBlackText() ? Color::black : renderer().selectionForegroundColor… in paint()
602 …Color emphasisMarkForeground = paintInfo.forceBlackText() ? Color::black : renderer().selectionEmp… in paint()
611 …const ShadowList* shadow = (context->printing() || paintInfo.forceBlackText()) ? 0 : pseudoStyle->… in paint()
625 …Color stroke = paintInfo.forceBlackText() ? Color::black : rendererToUse.resolveColor(pseudoStyle,… in paint()
DEllipsisBox.cpp60 …Color foreground = paintInfo.forceBlackText() ? Color::black : renderer().selectionForegroundColor… in paint()
DRenderLayer.h547 bool selectionOnly, bool forceBlackText, PaintLayerFlags);
DRenderLayer.cpp2069 bool forceBlackText = localPaintingInfo.paintBehavior & PaintBehaviorForceBlackText; in paintLayerContents() local
2106 …alPaintingInfo, paintBehavior, paintingRootForRenderer, selectionOnly, forceBlackText, paintFlags); in paintLayerContents()
2372 …RenderObject* paintingRootForRenderer, bool selectionOnly, bool forceBlackText, PaintLayerFlags pa… in paintForegroundForFragments() argument
2385 …PaintBehavior localPaintBehavior = forceBlackText ? (PaintBehavior)PaintBehaviorForceBlackText : p… in paintForegroundForFragments()