Searched refs:AnimatedAttributeType (Results 1 - 8 of 8) sorted by relevance

/external/webkit/Source/WebCore/svg/
H A DSVGAnimateElement.h63 AnimatedAttributeType determineAnimatedAttributeType(SVGElement*) const;
64 AnimatedAttributeType m_animatedAttributeType;
H A DSVGElement.h32 enum AnimatedAttributeType { enum in namespace:WebCore
52 typedef HashMap<QualifiedName, AnimatedAttributeType> AttributeToPropertyTypeMap;
91 AnimatedAttributeType animatedPropertyTypeForAttribute(const QualifiedName&);
H A DSVGAnimateTransformElement.h43 AnimatedAttributeType determineAnimatedAttributeType(SVGElement*) const;
H A DSVGStyledElement.h55 AnimatedAttributeType animatedPropertyTypeForCSSProperty(const QualifiedName&);
H A DSVGAnimateElement.cpp125 AnimatedAttributeType SVGAnimateElement::determineAnimatedAttributeType(SVGElement* targetElement) const
129 AnimatedAttributeType type = targetElement->animatedPropertyTypeForAttribute(attributeName());
436 AnimatedAttributeType lastType = m_animatedAttributeType;
H A DSVGAnimateTransformElement.cpp71 AnimatedAttributeType SVGAnimateTransformElement::determineAnimatedAttributeType(SVGElement* targetElement) const
H A DSVGElement.cpp272 AnimatedAttributeType SVGElement::animatedPropertyTypeForAttribute(const QualifiedName& attrName)
H A DSVGStyledElement.cpp268 AnimatedAttributeType SVGStyledElement::animatedPropertyTypeForCSSProperty(const QualifiedName& attrName)

Completed in 127 milliseconds