Searched refs:styleColor (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGAnimatedColor.h45 static PassRefPtr<SVGColorProperty> create(StyleColor styleColor) argument
47 return adoptRef(new SVGColorProperty(styleColor));
60 explicit SVGColorProperty(StyleColor styleColor) argument
62 , m_styleColor(styleColor)
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DRenderStyle.cpp1290 StyleColor styleColor = visitedDependentDecorationStyleColor(); local
1297 AppliedTextDecoration underline(TextDecorationUnderline, style, styleColor);
1305 addAppliedTextDecoration(AppliedTextDecoration(TextDecorationOverline, style, styleColor));
1307 addAppliedTextDecoration(AppliedTextDecoration(TextDecorationLineThrough, style, styleColor));
1399 StyleColor styleColor = isVisited ? visitedLinkTextDecorationColor() : textDecorationColor(); local
1401 if (!styleColor.isCurrentColor())
1402 return styleColor;
/external/chromium_org/third_party/WebKit/Source/core/css/parser/
H A DCSSPropertyParser.cpp8253 StyleColor styleColor = SVGPaint::colorFromRGBColorString(value->string); local
8254 ASSERT(!styleColor.isCurrentColor());
8255 parsedValue = cssValuePool().createColorValue(styleColor.color().rgb());

Completed in 395 milliseconds