Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGAnimatedPreserveAspectRatio.cpp28 SVGAnimatedPreserveAspectRatioAnimator::SVGAnimatedPreserveAspectRatioAnimator(SVGAnimationElement*… in SVGAnimatedPreserveAspectRatioAnimator() function in WebCore::SVGAnimatedPreserveAspectRatioAnimator
33 PassOwnPtr<SVGAnimatedType> SVGAnimatedPreserveAspectRatioAnimator::constructFromString(const Strin… in constructFromString()
40 PassOwnPtr<SVGAnimatedType> SVGAnimatedPreserveAspectRatioAnimator::startAnimValAnimation(const SVG… in startAnimValAnimation()
45 void SVGAnimatedPreserveAspectRatioAnimator::stopAnimValAnimation(const SVGElementAnimatedPropertyL… in stopAnimValAnimation()
50 void SVGAnimatedPreserveAspectRatioAnimator::resetAnimValToBaseVal(const SVGElementAnimatedProperty… in resetAnimValToBaseVal()
55 void SVGAnimatedPreserveAspectRatioAnimator::animValWillChange(const SVGElementAnimatedPropertyList… in animValWillChange()
60 void SVGAnimatedPreserveAspectRatioAnimator::animValDidChange(const SVGElementAnimatedPropertyList&… in animValDidChange()
65 void SVGAnimatedPreserveAspectRatioAnimator::addAnimatedTypes(SVGAnimatedType*, SVGAnimatedType*) in addAnimatedTypes()
70 void SVGAnimatedPreserveAspectRatioAnimator::calculateAnimatedValue(float percentage, unsigned, SVG… in calculateAnimatedValue()
82 float SVGAnimatedPreserveAspectRatioAnimator::calculateDistance(const String&, const String&) in calculateDistance()
DSVGAnimatedPreserveAspectRatio.h40 class SVGAnimatedPreserveAspectRatioAnimator : public SVGAnimatedTypeAnimator {
42 SVGAnimatedPreserveAspectRatioAnimator(SVGAnimationElement*, SVGElement*);
43 virtual ~SVGAnimatedPreserveAspectRatioAnimator() { } in ~SVGAnimatedPreserveAspectRatioAnimator()
DSVGAnimatorFactory.h80 … return adoptPtr(new SVGAnimatedPreserveAspectRatioAnimator(animationElement, contextElement)); in create()