Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/svg/
DSVGElement.h32 enum AnimatedAttributeType { enum
52 typedef HashMap<QualifiedName, AnimatedAttributeType> AttributeToPropertyTypeMap;
91 AnimatedAttributeType animatedPropertyTypeForAttribute(const QualifiedName&);
DSVGAnimateElement.h63 AnimatedAttributeType determineAnimatedAttributeType(SVGElement*) const;
64 AnimatedAttributeType m_animatedAttributeType;
DSVGAnimateTransformElement.h43 AnimatedAttributeType determineAnimatedAttributeType(SVGElement*) const;
DSVGStyledElement.h55 AnimatedAttributeType animatedPropertyTypeForCSSProperty(const QualifiedName&);
DSVGAnimateElement.cpp125 AnimatedAttributeType SVGAnimateElement::determineAnimatedAttributeType(SVGElement* targetElement) … in determineAnimatedAttributeType()
129 AnimatedAttributeType type = targetElement->animatedPropertyTypeForAttribute(attributeName()); in determineAnimatedAttributeType()
436 AnimatedAttributeType lastType = m_animatedAttributeType; in resetToBaseValue()
DSVGAnimateTransformElement.cpp71 AnimatedAttributeType SVGAnimateTransformElement::determineAnimatedAttributeType(SVGElement* target… in determineAnimatedAttributeType()
DSVGElement.cpp272 AnimatedAttributeType SVGElement::animatedPropertyTypeForAttribute(const QualifiedName& attrName) in animatedPropertyTypeForAttribute()
DSVGStyledElement.cpp268 AnimatedAttributeType SVGStyledElement::animatedPropertyTypeForCSSProperty(const QualifiedName& att… in animatedPropertyTypeForCSSProperty()
/external/webkit/Source/WebCore/
DChangeLog63424 with AnimatedAttributeType instead. More cleanup of the animation code.