Home
last modified time | relevance | path

Searched refs:animatedPropertyTypeForAttribute (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/svg/
DSVGElement.h91 AnimatedAttributeType animatedPropertyTypeForAttribute(const QualifiedName&);
DSVGAnimateTransformElement.cpp77 if (targetElement->animatedPropertyTypeForAttribute(attributeName()) != AnimatedTransformList) in determineAnimatedAttributeType()
DSVGElement.cpp272 AnimatedAttributeType SVGElement::animatedPropertyTypeForAttribute(const QualifiedName& attrName) in animatedPropertyTypeForAttribute() function in WebCore::SVGElement
DSVGAnimateElement.cpp129 AnimatedAttributeType type = targetElement->animatedPropertyTypeForAttribute(attributeName()); in determineAnimatedAttributeType()
/external/webkit/Source/WebCore/
DChangeLog-2011-02-164075 (WebCore::SVGElement::animatedPropertyTypeForAttribute):