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 61 Color foreground = paintInfo.forceBlackText() ? Color::black : renderer()->selectionForegroundColor();
InlineTextBox.cpp 545 const ShadowList* textShadow = (context->printing() || paintInfo.forceBlackText()) ? 0 : styleToUse->textShadow();
547 if (paintInfo.forceBlackText()) {
589 Color foreground = paintInfo.forceBlackText() ? Color::black : renderer()->selectionForegroundColor();
596 Color emphasisMarkForeground = paintInfo.forceBlackText() ? Color::black : renderer()->selectionEmphasisMarkColor();
605 const ShadowList* shadow = (context->printing() || paintInfo.forceBlackText()) ? 0 : pseudoStyle->textShadow();
619 Color stroke = paintInfo.forceBlackText() ? Color::black : rendererToUse->resolveColor(pseudoStyle, CSSPropertyWebkitTextStrokeColor);
    [all...]
RenderLayer.h 520 bool selectionOnly, bool forceBlackText);
    [all...]
RenderLayer.cpp     [all...]

Completed in 810 milliseconds