HomeSort by relevance Sort by last modified time
    Searched refs:AnimatedColor (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebCore/svg/
SVGAnimateElement.cpp 130 if (type == AnimatedUnknown || (hasTagName(SVGNames::animateColorTag) && type != AnimatedColor))
154 case AnimatedColor:
155 return AnimatedColor;
225 if (m_animatedAttributeType == AnimatedColor) {
349 if (m_animatedAttributeType == AnimatedColor) {
404 if (m_animatedAttributeType == AnimatedColor) {
438 if (m_animatedAttributeType == AnimatedColor) {
468 if (m_animatedAttributeType == AnimatedColor)
507 if (m_animatedAttributeType == AnimatedColor) {
SVGStyledElement.cpp 217 s_cssPropertyMap.set(SVGNames::colorAttr, AnimatedColor);
225 s_cssPropertyMap.set(fillAttr, AnimatedColor);
229 s_cssPropertyMap.set(flood_colorAttr, AnimatedColor);
240 s_cssPropertyMap.set(lighting_colorAttr, AnimatedColor);
249 s_cssPropertyMap.set(stop_colorAttr, AnimatedColor);
251 s_cssPropertyMap.set(strokeAttr, AnimatedColor);
SVGElement.h 35 AnimatedColor,

Completed in 241 milliseconds