Searched refs:AnimatedColor (Results 1 – 7 of 7) sorted by relevance
43 case AnimatedColor: in ~SVGAnimatedType()113 OwnPtr<SVGAnimatedType> animatedType = adoptPtr(new SVGAnimatedType(AnimatedColor)); in createColor()233 case AnimatedColor: in valueAsString()277 case AnimatedColor: in setValueAsString()327 return type != AnimatedUnknown && type != AnimatedColor; in supportsAnimVal()
32 : SVGAnimatedTypeAnimator(AnimatedColor, animationElement, contextElement) in SVGAnimatedColorAnimator()45 ASSERT(from->type() == AnimatedColor); in addAnimatedTypes()
79 ASSERT(m_type == AnimatedColor); in color()182 ASSERT(m_type == AnimatedColor); in color()
57 case AnimatedColor: in create()
710 s_cssPropertyMap.set(SVGNames::colorAttr, AnimatedColor); in cssPropertyToTypeMap()718 s_cssPropertyMap.set(fillAttr, AnimatedColor); in cssPropertyToTypeMap()722 s_cssPropertyMap.set(flood_colorAttr, AnimatedColor); in cssPropertyToTypeMap()733 s_cssPropertyMap.set(lighting_colorAttr, AnimatedColor); in cssPropertyToTypeMap()744 s_cssPropertyMap.set(stop_colorAttr, AnimatedColor); in cssPropertyToTypeMap()746 s_cssPropertyMap.set(strokeAttr, AnimatedColor); in cssPropertyToTypeMap()
77 if (hasTagName(SVGNames::animateColorTag) && type != AnimatedColor) in determineAnimatedPropertyType()
39 AnimatedColor, enumerator