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.h85 bool forceBlackText() const { return paintBehavior & PaintBehaviorForceBlackText; } in forceBlackText() function
DInlineTextBox.cpp545 …const ShadowList* textShadow = (context->printing() || paintInfo.forceBlackText()) ? 0 : styleToUs… in paint()
547 if (paintInfo.forceBlackText()) { in paint()
589 …Color foreground = paintInfo.forceBlackText() ? Color::black : renderer()->selectionForegroundColo… in paint()
596 …Color emphasisMarkForeground = paintInfo.forceBlackText() ? Color::black : renderer()->selectionEm… in paint()
605 …const ShadowList* shadow = (context->printing() || paintInfo.forceBlackText()) ? 0 : pseudoStyle->… in paint()
619 …Color stroke = paintInfo.forceBlackText() ? Color::black : rendererToUse->resolveColor(pseudoStyle… in paint()
DEllipsisBox.cpp61 …Color foreground = paintInfo.forceBlackText() ? Color::black : renderer()->selectionForegroundColo… in paint()
DRenderLayer.h520 bool selectionOnly, bool forceBlackText);
DRenderLayer.cpp2114 bool forceBlackText = localPaintingInfo.paintBehavior & PaintBehaviorForceBlackText; in paintLayerContents() local
2150 … localPaintingInfo, paintBehavior, paintingRootForRenderer, selectionOnly, forceBlackText); in paintLayerContents()
2391 RenderObject* paintingRootForRenderer, bool selectionOnly, bool forceBlackText) in paintForegroundForFragments() argument
2404 …PaintBehavior localPaintBehavior = forceBlackText ? (PaintBehavior)PaintBehaviorForceBlackText : p… in paintForegroundForFragments()