Home | History | Annotate | Download | only in rendering

Lines Matching refs:forceBlackText

568     const ShadowData* textShadow = paintInfo.forceBlackText ? 0 : styleToUse->textShadow();
570 if (paintInfo.forceBlackText) {
604 Color foreground = paintInfo.forceBlackText ? Color::black : renderer()->selectionForegroundColor();
611 Color emphasisMarkForeground = paintInfo.forceBlackText ? Color::black : renderer()->selectionEmphasisMarkColor();
619 const ShadowData* shadow = paintInfo.forceBlackText ? 0 : pseudoStyle->textShadow();
633 Color stroke = paintInfo.forceBlackText ? Color::black : pseudoStyle->visitedDependentColor(CSSPropertyWebkitTextStrokeColor);