Home | History | Annotate | Download | only in rendering

Lines Matching refs:pseudoStyle

1444         RefPtr<RenderStyle> pseudoStyle = getUncachedPseudoStyle(SELECTION);
1445 if (pseudoStyle && pseudoStyle->visitedDependentColor(CSSPropertyBackgroundColor).isValid())
1446 color = pseudoStyle->visitedDependentColor(CSSPropertyBackgroundColor).blendWithWhite();
1465 if (RefPtr<RenderStyle> pseudoStyle = getUncachedPseudoStyle(SELECTION)) {
1466 color = pseudoStyle->visitedDependentColor(colorProperty);
1468 color = pseudoStyle->visitedDependentColor(CSSPropertyColor);