Searched refs:SVGAnimatedRectAnimator (Results 1 – 3 of 3) sorted by relevance
29 SVGAnimatedRectAnimator::SVGAnimatedRectAnimator(SVGAnimationElement* animationElement, SVGElement*… in SVGAnimatedRectAnimator() function in WebCore::SVGAnimatedRectAnimator34 PassOwnPtr<SVGAnimatedType> SVGAnimatedRectAnimator::constructFromString(const String& string) in constructFromString()41 PassOwnPtr<SVGAnimatedType> SVGAnimatedRectAnimator::startAnimValAnimation(const SVGElementAnimated… in startAnimValAnimation()46 void SVGAnimatedRectAnimator::stopAnimValAnimation(const SVGElementAnimatedPropertyList& animatedTy… in stopAnimValAnimation()51 void SVGAnimatedRectAnimator::resetAnimValToBaseVal(const SVGElementAnimatedPropertyList& animatedT… in resetAnimValToBaseVal()56 void SVGAnimatedRectAnimator::animValWillChange(const SVGElementAnimatedPropertyList& animatedTypes) in animValWillChange()61 void SVGAnimatedRectAnimator::animValDidChange(const SVGElementAnimatedPropertyList& animatedTypes) in animValDidChange()66 void SVGAnimatedRectAnimator::addAnimatedTypes(SVGAnimatedType* from, SVGAnimatedType* to) in addAnimatedTypes()74 void SVGAnimatedRectAnimator::calculateAnimatedValue(float percentage, unsigned repeatCount, SVGAni… in calculateAnimatedValue()96 float SVGAnimatedRectAnimator::calculateDistance(const String&, const String&) in calculateDistance()
41 class SVGAnimatedRectAnimator : public SVGAnimatedTypeAnimator {43 SVGAnimatedRectAnimator(SVGAnimationElement*, SVGElement*);44 virtual ~SVGAnimatedRectAnimator() { } in ~SVGAnimatedRectAnimator()
82 return adoptPtr(new SVGAnimatedRectAnimator(animationElement, contextElement)); in create()