Searched refs:SVGAnimatedNumberOptionalNumberAnimator (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGAnimatedNumberOptionalNumber.cpp32 SVGAnimatedNumberOptionalNumberAnimator::SVGAnimatedNumberOptionalNumberAnimator(SVGAnimationElement* animationElement, SVGElement* contextElement) function in class:WebCore::SVGAnimatedNumberOptionalNumberAnimator
37 PassOwnPtr<SVGAnimatedType> SVGAnimatedNumberOptionalNumberAnimator::constructFromString(const String& string)
48 PassOwnPtr<SVGAnimatedType> SVGAnimatedNumberOptionalNumberAnimator::startAnimValAnimation(const SVGElementAnimatedPropertyList& animatedTypes)
53 void SVGAnimatedNumberOptionalNumberAnimator::stopAnimValAnimation(const SVGElementAnimatedPropertyList& animatedTypes)
58 void SVGAnimatedNumberOptionalNumberAnimator::resetAnimValToBaseVal(const SVGElementAnimatedPropertyList& animatedTypes, SVGAnimatedType* type)
63 void SVGAnimatedNumberOptionalNumberAnimator::animValWillChange(const SVGElementAnimatedPropertyList& animatedTypes)
68 void SVGAnimatedNumberOptionalNumberAnimator::animValDidChange(const SVGElementAnimatedPropertyList& animatedTypes)
73 void SVGAnimatedNumberOptionalNumberAnimator::addAnimatedTypes(SVGAnimatedType* from, SVGAnimatedType* to)
85 void SVGAnimatedNumberOptionalNumberAnimator
[all...]
H A DSVGAnimatedNumberOptionalNumber.h29 class SVGAnimatedNumberOptionalNumberAnimator : public SVGAnimatedTypeAnimator { class in namespace:WebCore
31 SVGAnimatedNumberOptionalNumberAnimator(SVGAnimationElement*, SVGElement*);
32 virtual ~SVGAnimatedNumberOptionalNumberAnimator() { }
H A DSVGAnimatorFactory.h74 return adoptPtr(new SVGAnimatedNumberOptionalNumberAnimator(animationElement, contextElement));

Completed in 124 milliseconds