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

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGAnimatedIntegerOptionalInteger.cpp30 SVGAnimatedIntegerOptionalIntegerAnimator::SVGAnimatedIntegerOptionalIntegerAnimator(SVGAnimationElement* animationElement, SVGElement* contextElement) function in class:WebCore::SVGAnimatedIntegerOptionalIntegerAnimator
35 PassOwnPtr<SVGAnimatedType> SVGAnimatedIntegerOptionalIntegerAnimator::constructFromString(const String& string)
51 PassOwnPtr<SVGAnimatedType> SVGAnimatedIntegerOptionalIntegerAnimator::startAnimValAnimation(const SVGElementAnimatedPropertyList& animatedTypes)
56 void SVGAnimatedIntegerOptionalIntegerAnimator::stopAnimValAnimation(const SVGElementAnimatedPropertyList& animatedTypes)
61 void SVGAnimatedIntegerOptionalIntegerAnimator::resetAnimValToBaseVal(const SVGElementAnimatedPropertyList& animatedTypes, SVGAnimatedType* type)
66 void SVGAnimatedIntegerOptionalIntegerAnimator::animValWillChange(const SVGElementAnimatedPropertyList& animatedTypes)
71 void SVGAnimatedIntegerOptionalIntegerAnimator::animValDidChange(const SVGElementAnimatedPropertyList& animatedTypes)
76 void SVGAnimatedIntegerOptionalIntegerAnimator::addAnimatedTypes(SVGAnimatedType* from, SVGAnimatedType* to)
88 void SVGAnimatedIntegerOptionalIntegerAnimator
[all...]
H A DSVGAnimatedIntegerOptionalInteger.h29 class SVGAnimatedIntegerOptionalIntegerAnimator : public SVGAnimatedTypeAnimator { class in namespace:WebCore
31 SVGAnimatedIntegerOptionalIntegerAnimator(SVGAnimationElement*, SVGElement*);
32 virtual ~SVGAnimatedIntegerOptionalIntegerAnimator() { }
H A DSVGAnimatorFactory.h64 return adoptPtr(new SVGAnimatedIntegerOptionalIntegerAnimator(animationElement, contextElement));

Completed in 105 milliseconds