Searched refs:SVGAnimatedPreserveAspectRatioAnimator (Results 1 – 3 of 3) sorted by relevance
28 SVGAnimatedPreserveAspectRatioAnimator::SVGAnimatedPreserveAspectRatioAnimator(SVGAnimationElement*… in SVGAnimatedPreserveAspectRatioAnimator() function in WebCore::SVGAnimatedPreserveAspectRatioAnimator33 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()
40 class SVGAnimatedPreserveAspectRatioAnimator : public SVGAnimatedTypeAnimator {42 SVGAnimatedPreserveAspectRatioAnimator(SVGAnimationElement*, SVGElement*);43 virtual ~SVGAnimatedPreserveAspectRatioAnimator() { } in ~SVGAnimatedPreserveAspectRatioAnimator()
80 … return adoptPtr(new SVGAnimatedPreserveAspectRatioAnimator(animationElement, contextElement)); in create()