Home | History | Annotate | Download | only in rendering

Lines Matching refs:pseudoStyle

617         if (RenderStyle* pseudoStyle = renderer()->getCachedPseudoStyle(SELECTION)) {
618 const ShadowData* shadow = paintInfo.forceBlackText ? 0 : pseudoStyle->textShadow();
625 float strokeWidth = pseudoStyle->textStrokeWidth();
632 Color stroke = paintInfo.forceBlackText ? Color::black : pseudoStyle->visitedDependentColor(CSSPropertyWebkitTextStrokeColor);