OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:animateDiscreteType
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/svg/
SVGAnimatedBoolean.cpp
79
m_animationElement->
animateDiscreteType
<bool>(percentage, fromBoolean, toBoolean, animatedBoolean);
SVGAnimatedPreserveAspectRatio.cpp
79
m_animationElement->
animateDiscreteType
<SVGPreserveAspectRatio>(percentage, fromPreserveAspectRatio, toPreserveAspectRatio, animatedPreserveAspectRatio);
SVGAnimatedString.cpp
88
m_animationElement->
animateDiscreteType
<String>(percentage, fromString, toString, animatedString);
SVGAnimatedEnumeration.cpp
154
m_animationElement->
animateDiscreteType
<unsigned>(percentage, fromEnumeration, toEnumeration, animatedEnumeration);
SVGAnimationElement.h
138
void
animateDiscreteType
(float percentage, const AnimatedType& fromType, const AnimatedType& toType, AnimatedType& animatedType)
Completed in 503 milliseconds