HomeSort by relevance Sort by last modified time
    Searched refs:animatedPropertyTypeForCSSAttribute (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGAnimatedTypeAnimator.cpp 48 : SVGElement::animatedPropertyTypeForCSSAttribute(attributeName);
112 // These types don't appear in the table in SVGElement::animatedPropertyTypeForCSSAttribute() and thus don't need support.
SVGElement.h 98 static AnimatedPropertyType animatedPropertyTypeForCSSAttribute(const QualifiedName& attributeName);
SVGElement.cpp 618 AnimatedPropertyType SVGElement::animatedPropertyTypeForCSSAttribute(const QualifiedName& attributeName)
704 return animatedPropertyTypeForCSSAttribute(attrName) != AnimatedUnknown;
    [all...]

Completed in 39 milliseconds