Searched defs:forceBlackText (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DPaintInfo.h83 bool forceBlackText() const { return paintBehavior & PaintBehaviorForceBlackText; } function in struct:blink::PaintInfo
H A DTextPainter.cpp111 TextPainter::Style TextPainter::textPaintingStyle(RenderObject& renderer, RenderStyle* style, bool forceBlackText, bool isPrinting) argument
115 if (forceBlackText) {
150 TextPainter::Style TextPainter::selectionPaintingStyle(RenderObject& renderer, bool haveSelection, bool forceBlackText, bool isPrinting, const TextPainter::Style& textStyle) argument
155 if (!forceBlackText) {
161 selectionStyle.strokeColor = forceBlackText ? Color::black : renderer.resolveColor(pseudoStyle, CSSPropertyWebkitTextStrokeColor);
163 selectionStyle.shadow = forceBlackText ? 0 : pseudoStyle->textShadow();

Completed in 707 milliseconds