HomeSort by relevance Sort by last modified time
    Searched refs:forceBlackText (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
PaintInfo.h 83 bool forceBlackText() const { return paintBehavior & PaintBehaviorForceBlackText; }
EllipsisBox.cpp 60 Color foreground = paintInfo.forceBlackText() ? Color::black : renderer().selectionForegroundColor();
InlineTextBox.cpp 551 const ShadowList* textShadow = (context->printing() || paintInfo.forceBlackText()) ? 0 : styleToUse->textShadow();
553 if (paintInfo.forceBlackText()) {
595 Color foreground = paintInfo.forceBlackText() ? Color::black : renderer().selectionForegroundColor();
602 Color emphasisMarkForeground = paintInfo.forceBlackText() ? Color::black : renderer().selectionEmphasisMarkColor();
611 const ShadowList* shadow = (context->printing() || paintInfo.forceBlackText()) ? 0 : pseudoStyle->textShadow();
625 Color stroke = paintInfo.forceBlackText() ? Color::black : rendererToUse.resolveColor(pseudoStyle, CSSPropertyWebkitTextStrokeColor);
    [all...]
RenderLayer.h 547 bool selectionOnly, bool forceBlackText, PaintLayerFlags);
    [all...]
RenderLayer.cpp     [all...]

Completed in 73 milliseconds