Searched refs:AnimatedAttributeType (Results 1 – 9 of 9) sorted by relevance
32 enum AnimatedAttributeType { enum52 typedef HashMap<QualifiedName, AnimatedAttributeType> AttributeToPropertyTypeMap;91 AnimatedAttributeType animatedPropertyTypeForAttribute(const QualifiedName&);
63 AnimatedAttributeType determineAnimatedAttributeType(SVGElement*) const;64 AnimatedAttributeType m_animatedAttributeType;
43 AnimatedAttributeType determineAnimatedAttributeType(SVGElement*) const;
55 AnimatedAttributeType animatedPropertyTypeForCSSProperty(const QualifiedName&);
125 AnimatedAttributeType SVGAnimateElement::determineAnimatedAttributeType(SVGElement* targetElement) … in determineAnimatedAttributeType()129 AnimatedAttributeType type = targetElement->animatedPropertyTypeForAttribute(attributeName()); in determineAnimatedAttributeType()436 AnimatedAttributeType lastType = m_animatedAttributeType; in resetToBaseValue()
71 AnimatedAttributeType SVGAnimateTransformElement::determineAnimatedAttributeType(SVGElement* target… in determineAnimatedAttributeType()
272 AnimatedAttributeType SVGElement::animatedPropertyTypeForAttribute(const QualifiedName& attrName) in animatedPropertyTypeForAttribute()
268 AnimatedAttributeType SVGStyledElement::animatedPropertyTypeForCSSProperty(const QualifiedName& att… in animatedPropertyTypeForCSSProperty()
63424 with AnimatedAttributeType instead. More cleanup of the animation code.