Searched refs:styleColor (Results 1 – 2 of 2) sorted by relevance
45 static PassRefPtr<SVGColorProperty> create(StyleColor styleColor) in create() argument47 return adoptRef(new SVGColorProperty(styleColor)); in create()60 explicit SVGColorProperty(StyleColor styleColor) in SVGColorProperty() argument62 , m_styleColor(styleColor) in SVGColorProperty()
1264 StyleColor styleColor = visitedDependentDecorationStyleColor(); in applyTextDecorations() local1271 AppliedTextDecoration underline(TextDecorationUnderline, style, styleColor); in applyTextDecorations()1279 addAppliedTextDecoration(AppliedTextDecoration(TextDecorationOverline, style, styleColor)); in applyTextDecorations()1281 … addAppliedTextDecoration(AppliedTextDecoration(TextDecorationLineThrough, style, styleColor)); in applyTextDecorations()1382 StyleColor styleColor = isVisited ? visitedLinkTextDecorationColor() : textDecorationColor(); in visitedDependentDecorationStyleColor() local1384 if (!styleColor.isCurrentColor()) in visitedDependentDecorationStyleColor()1385 return styleColor; in visitedDependentDecorationStyleColor()