Home
last modified time | relevance | path

Searched refs:SVGAnimatedRectAnimator (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGAnimatedRect.cpp29 SVGAnimatedRectAnimator::SVGAnimatedRectAnimator(SVGAnimationElement* animationElement, SVGElement*… in SVGAnimatedRectAnimator() function in WebCore::SVGAnimatedRectAnimator
34 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()
DSVGAnimatedRect.h41 class SVGAnimatedRectAnimator : public SVGAnimatedTypeAnimator {
43 SVGAnimatedRectAnimator(SVGAnimationElement*, SVGElement*);
44 virtual ~SVGAnimatedRectAnimator() { } in ~SVGAnimatedRectAnimator()
DSVGAnimatorFactory.h82 return adoptPtr(new SVGAnimatedRectAnimator(animationElement, contextElement)); in create()