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 85 bool forceBlackText() const { return paintBehavior & PaintBehaviorForceBlackText; }
EllipsisBox.cpp 50 Color foreground = paintInfo.forceBlackText() ? Color::black : renderer()->selectionForegroundColor();
InlineTextBox.cpp 550 const ShadowData* textShadow = (context->printing() || paintInfo.forceBlackText()) ? 0 : styleToUse->textShadow();
552 if (paintInfo.forceBlackText()) {
594 Color foreground = paintInfo.forceBlackText() ? Color::black : renderer()->selectionForegroundColor();
601 Color emphasisMarkForeground = paintInfo.forceBlackText() ? Color::black : renderer()->selectionEmphasisMarkColor();
610 const ShadowData* shadow = (context->printing() || paintInfo.forceBlackText()) ? 0 : pseudoStyle->textShadow();
624 Color stroke = paintInfo.forceBlackText() ? Color::black : rendererToUse->resolveColor(pseudoStyle, CSSPropertyWebkitTextStrokeColor);
    [all...]
RenderLayer.h     [all...]
RenderLayer.cpp     [all...]

Completed in 112 milliseconds