Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGAnimationElement.cpp345 return SVGElement::isAnimatableCSSProperty(attributeName); in isTargetAttributeCSSProperty()
659 return SVGElement::isAnimatableCSSProperty(attributeName); in inheritsFromProperty()
DSVGElement.h69 static bool isAnimatableCSSProperty(const QualifiedName&);
DSVGElement.cpp702 bool SVGElement::isAnimatableCSSProperty(const QualifiedName& attrName) in isAnimatableCSSProperty() function in blink::SVGElement