Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/svg/
DSVGStyledElement.h56 static bool isAnimatableCSSProperty(const QualifiedName&);
DSVGStyledElement.cpp276 bool SVGStyledElement::isAnimatableCSSProperty(const QualifiedName& attrName) in isAnimatableCSSProperty() function in WebCore::SVGStyledElement
DSVGAnimateElement.cpp330 return SVGStyledElement::isAnimatableCSSProperty(attributeName); in inheritsFromProperty()
DSVGAnimationElement.cpp299 return SVGStyledElement::isAnimatableCSSProperty(attributeName); in isTargetAttributeCSSProperty()
/external/webkit/Source/WebCore/
DChangeLog-2011-02-161528 … (WebCore::SVGStyledElement::isAnimatableCSSProperty): Checks if the CSS property is animatable.