Searched defs:animatedType (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGAnimationElement.h95 void adjustForInheritance(ParseTypeFromStringType parseTypeFromString, AnimatedPropertyValueType valueType, AnimatedType& animatedType, SVGElement* contextElement) argument
102 animatedType = parseTypeFromString(this, typeString);
106 void animateDiscreteType(float percentage, const AnimatedType& fromType, const AnimatedType& toType, AnimatedType& animatedType) argument
109 animatedType = AnimatedType(toType);
112 animatedType = AnimatedType(fromType);

Completed in 913 milliseconds