Home
last modified time | relevance | path

Searched refs:AnimatedEnumeration (Results 1 – 11 of 11) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGAnimatedType.cpp46 case AnimatedEnumeration: in ~SVGAnimatedType()
121 OwnPtr<SVGAnimatedType> animatedType = adoptPtr(new SVGAnimatedType(AnimatedEnumeration)); in createEnumeration()
256 case AnimatedEnumeration: in valueAsString()
307 case AnimatedEnumeration: in setValueAsString()
DSVGAnimatedType.h85 ASSERT(m_type == AnimatedEnumeration); in enumeration()
188 ASSERT(m_type == AnimatedEnumeration); in enumeration()
DSVGAnimatedEnumeration.h36 DEFINE_ANIMATED_PROPERTY(AnimatedEnumeration, OwnerType, DOMAttribute, DOMAttribute.localName(), Up…
DSVGAnimateElement.cpp91 ASSERT(propertyTypes[1] == AnimatedEnumeration); in determineAnimatedPropertyType()
190 …dPropertyType == AnimatedAngle && it->properties[i]->animatedPropertyType() == AnimatedEnumeration) in propertyTypesAreConsistent()
385 case AnimatedEnumeration: in animatedPropertyTypeSupportsAddition()
DSVGAnimatorFactory.h59 case AnimatedEnumeration: in create()
DSVGAnimatedTypeAnimator.cpp99 ASSERT(property->animatedPropertyType() == AnimatedEnumeration); in findAnimatedPropertiesForAttributeName()
DSVGAnimatedEnumeration.cpp103 : SVGAnimatedTypeAnimator(AnimatedEnumeration, animationElement, contextElement) in SVGAnimatedEnumerationAnimator()
DSVGMarkerElement.cpp37 s_propertyInfo = new SVGPropertyInfo(AnimatedEnumeration, in orientTypePropertyInfo()
DSVGAnimatedTypeAnimator.h176 ASSERT(property->animatedPropertyType() == AnimatedEnumeration); in castAnimatedPropertyToActualType()
DSVGAnimationElement.cpp513 || attributeType == AnimatedEnumeration in currentValuesForValuesAnimation()
/external/chromium_org/third_party/WebKit/Source/core/svg/properties/
DSVGPropertyInfo.h40 AnimatedEnumeration, enumerator