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/
DTextPainter.cpp111 …::textPaintingStyle(RenderObject& renderer, RenderStyle* style, bool forceBlackText, bool isPrinti… in textPaintingStyle() argument
115 if (forceBlackText) { in textPaintingStyle()
150 …ectionPaintingStyle(RenderObject& renderer, bool haveSelection, bool forceBlackText, bool isPrinti… in selectionPaintingStyle() argument
155 if (!forceBlackText) { in selectionPaintingStyle()
161 …selectionStyle.strokeColor = forceBlackText ? Color::black : renderer.resolveColor(pseudoStyle, CS… in selectionPaintingStyle()
163 selectionStyle.shadow = forceBlackText ? 0 : pseudoStyle->textShadow(); in selectionPaintingStyle()
DTextPainter.h58 … static Style textPaintingStyle(RenderObject&, RenderStyle*, bool forceBlackText, bool isPrinting);
59 …static Style selectionPaintingStyle(RenderObject&, bool haveSelection, bool forceBlackText, bool i…
DEllipsisBox.cpp60 …tStyle = TextPainter::textPaintingStyle(renderer(), style, paintInfo.forceBlackText(), isPrinting); in paint()
62 …textStyle = TextPainter::selectionPaintingStyle(renderer(), true, paintInfo.forceBlackText(), isPr… in paint()
DPaintInfo.h83 bool forceBlackText() const { return paintBehavior & PaintBehaviorForceBlackText; } in forceBlackText() function
DInlineTextBox.cpp451 …e = TextPainter::textPaintingStyle(renderer(), styleToUse, paintInfo.forceBlackText(), isPrinting); in paint()
452 …Painter::selectionPaintingStyle(renderer(), haveSelection, paintInfo.forceBlackText(), isPrinting,… in paint()