Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGElement.h100 …static AnimatedPropertyType animatedPropertyTypeForCSSAttribute(const QualifiedName& attributeName…
DSVGAnimatedTypeAnimator.cpp48 : SVGElement::animatedPropertyTypeForCSSAttribute(attributeName); in SVGAnimatedTypeAnimator()
DSVGElement.cpp685 AnimatedPropertyType SVGElement::animatedPropertyTypeForCSSAttribute(const QualifiedName& attribute… in animatedPropertyTypeForCSSAttribute() function in WebCore::SVGElement
767 return animatedPropertyTypeForCSSAttribute(attrName) != AnimatedUnknown; in isAnimatableCSSProperty()