Home | History | Annotate | Download | only in style

Lines Matching refs:visitedColor

1478     Color visitedColor = colorIncludingFallback(colorProperty, true);
1485 if (colorProperty == CSSPropertyBackgroundColor && visitedColor == Color::transparent)
1489 return Color(visitedColor.red(), visitedColor.green(), visitedColor.blue(), unvisitedColor.alpha());