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

/macosx-10.9.5/WebCore-7537.78.1/svg/
H A DSVGAnimatedString.cpp29 SVGAnimatedStringAnimator::SVGAnimatedStringAnimator(SVGAnimationElement* animationElement, SVGElement* contextElement) function in class:WebCore::SVGAnimatedStringAnimator
34 PassOwnPtr<SVGAnimatedType> SVGAnimatedStringAnimator::constructFromString(const String& string)
41 PassOwnPtr<SVGAnimatedType> SVGAnimatedStringAnimator::startAnimValAnimation(const SVGElementAnimatedPropertyList& animatedTypes)
46 void SVGAnimatedStringAnimator::stopAnimValAnimation(const SVGElementAnimatedPropertyList& animatedTypes)
51 void SVGAnimatedStringAnimator::resetAnimValToBaseVal(const SVGElementAnimatedPropertyList& animatedTypes, SVGAnimatedType* type)
56 void SVGAnimatedStringAnimator::animValWillChange(const SVGElementAnimatedPropertyList& animatedTypes)
61 void SVGAnimatedStringAnimator::animValDidChange(const SVGElementAnimatedPropertyList& animatedTypes)
66 void SVGAnimatedStringAnimator::addAnimatedTypes(SVGAnimatedType*, SVGAnimatedType*)
76 void SVGAnimatedStringAnimator
[all...]
H A DSVGAnimatedString.h41 class SVGAnimatedStringAnimator : public SVGAnimatedTypeAnimator { class in namespace:WebCore
43 SVGAnimatedStringAnimator(SVGAnimationElement*, SVGElement*);
44 virtual ~SVGAnimatedStringAnimator() { }
H A DSVGAnimatorFactory.h85 return adoptPtr(new SVGAnimatedStringAnimator(animationElement, contextElement));

Completed in 168 milliseconds