HomeSort by relevance Sort by last modified time
    Searched refs:SVGAnimatedPreserveAspectRatioAnimator (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGAnimatedPreserveAspectRatio.cpp 28 SVGAnimatedPreserveAspectRatioAnimator::SVGAnimatedPreserveAspectRatioAnimator(SVGAnimationElement* animationElement, SVGElement* contextElement)
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::calculateAnimatedValue(float percentage, unsigned, SVGAnimatedType* from, SVGAnimatedType* to, SV (…)
    [all...]
SVGAnimatedPreserveAspectRatio.h 40 class SVGAnimatedPreserveAspectRatioAnimator : public SVGAnimatedTypeAnimator {
42 SVGAnimatedPreserveAspectRatioAnimator(SVGAnimationElement*, SVGElement*);
43 virtual ~SVGAnimatedPreserveAspectRatioAnimator() { }
SVGAnimatorFactory.h 80 return adoptPtr(new SVGAnimatedPreserveAspectRatioAnimator(animationElement, contextElement));

Completed in 2543 milliseconds