Home
last modified time | relevance | path

Searched refs:AnimatedAngle (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGAnimatedType.cpp37 case AnimatedAngle: in ~SVGAnimatedType()
97 OwnPtr<SVGAnimatedType> animatedType = adoptPtr(new SVGAnimatedType(AnimatedAngle)); in createAngleAndEnumeration()
254 case AnimatedAngle: in valueAsString()
305 case AnimatedAngle: in setValueAsString()
DSVGAnimatedAngle.cpp30 : SVGAnimatedTypeAnimator(AnimatedAngle, animationElement, contextElement) in SVGAnimatedAngleAnimator()
76 ASSERT(from->type() == AnimatedAngle); in addAnimatedTypes()
DSVGAnimatedType.h67 ASSERT(m_type == AnimatedAngle); in angleAndEnumeration()
170 ASSERT(m_type == AnimatedAngle); in angleAndEnumeration()
DSVGAnimatedAngle.h37 DEFINE_ANIMATED_PROPERTY(AnimatedAngle, OwnerType, DOMAttribute, SVGDOMAttributeIdentifier, UpperPr…
DSVGAnimateElement.cpp88 if (targetElement->hasTagName(SVGNames::markerTag) && type == AnimatedAngle) { in determineAnimatedPropertyType()
90 ASSERT(propertyTypes[0] == AnimatedAngle); in determineAnimatedPropertyType()
190 …if (expectedPropertyType == AnimatedAngle && it->properties[i]->animatedPropertyType() == Animated… in propertyTypesAreConsistent()
DSVGAnimatorFactory.h53 case AnimatedAngle: in create()
DSVGAnimatedTypeAnimator.cpp98 ASSERT(m_type == AnimatedAngle); in findAnimatedPropertiesForAttributeName()
DSVGAnimatedTypeAnimator.h175 ASSERT(m_type == AnimatedAngle); in castAnimatedPropertyToActualType()
/external/chromium_org/third_party/WebKit/Source/core/svg/properties/
DSVGPropertyInfo.h37 AnimatedAngle, enumerator