Searched refs:animateDiscreteType (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGString.cpp39 animationElement->animateDiscreteType<String>(percentage, fromString, toString, m_value);
H A DSVGBoolean.cpp69 animationElement->animateDiscreteType<bool>(percentage, fromBoolean, toBoolean, m_value);
H A DSVGEnumeration.cpp118 animationElement->animateDiscreteType<unsigned short>(percentage, fromEnumeration, toEnumeration, m_value);
H A DSVGAnimationElement.h106 void animateDiscreteType(float percentage, const AnimatedType& fromType, const AnimatedType& toType, AnimatedType& animatedType) function in class:blink::SVGAnimationElement
H A DSVGPreserveAspectRatio.cpp405 animationElement->animateDiscreteType(percentage, false, true, useToValue);

Completed in 241 milliseconds