Home
last modified time | relevance | path

Searched refs:AnimatedColor (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGAnimatedType.cpp43 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()
DSVGAnimatedColor.cpp32 : SVGAnimatedTypeAnimator(AnimatedColor, animationElement, contextElement) in SVGAnimatedColorAnimator()
45 ASSERT(from->type() == AnimatedColor); in addAnimatedTypes()
DSVGAnimatedType.h79 ASSERT(m_type == AnimatedColor); in color()
182 ASSERT(m_type == AnimatedColor); in color()
DSVGAnimatorFactory.h57 case AnimatedColor: in create()
DSVGElement.cpp710 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()
DSVGAnimateElement.cpp77 if (hasTagName(SVGNames::animateColorTag) && type != AnimatedColor) in determineAnimatedPropertyType()
/external/chromium_org/third_party/WebKit/Source/core/svg/properties/
DSVGPropertyInfo.h39 AnimatedColor, enumerator