Searched defs:SVGAnimatedPreserveAspectRatioAnimator (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGAnimatedPreserveAspectRatio.h40 class SVGAnimatedPreserveAspectRatioAnimator : public SVGAnimatedTypeAnimator { class in namespace:WebCore
42 SVGAnimatedPreserveAspectRatioAnimator(SVGAnimationElement*, SVGElement*);
43 virtual ~SVGAnimatedPreserveAspectRatioAnimator() { }
H A DSVGAnimatedPreserveAspectRatio.cpp28 SVGAnimatedPreserveAspectRatioAnimator::SVGAnimatedPreserveAspectRatioAnimator(SVGAnimationElement* animationElement, SVGElement* contextElement) function in class:WebCore::SVGAnimatedPreserveAspectRatioAnimator
33 PassOwnPtr<SVGAnimatedType> SVGAnimatedPreserveAspectRatioAnimator::constructFromString(const String& string)
40 PassOwnPtr<SVGAnimatedType> SVGAnimatedPreserveAspectRatioAnimator::startAnimValAnimation(const SVGElementAnimatedPropertyList& animatedTypes)
45 void SVGAnimatedPreserveAspectRatioAnimator::stopAnimValAnimation(const SVGElementAnimatedPropertyList& animatedTypes)
50 void SVGAnimatedPreserveAspectRatioAnimator::resetAnimValToBaseVal(const SVGElementAnimatedPropertyList& animatedTypes, SVGAnimatedType* type)
55 void SVGAnimatedPreserveAspectRatioAnimator::animValWillChange(const SVGElementAnimatedPropertyList& animatedTypes)
60 void SVGAnimatedPreserveAspectRatioAnimator::animValDidChange(const SVGElementAnimatedPropertyList& animatedTypes)
65 void SVGAnimatedPreserveAspectRatioAnimator::addAnimatedTypes(SVGAnimatedType*, SVGAnimatedType*)
70 void SVGAnimatedPreserveAspectRatioAnimator
[all...]

Completed in 95 milliseconds