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

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGAnimatedTypeAnimator.cpp22 #include "core/svg/SVGAnimatedTypeAnimator.h"
38 SVGAnimatedTypeAnimator::SVGAnimatedTypeAnimator(AnimatedPropertyType type, SVGAnimationElement* animationElement, SVGElement* contextElement) function in class:WebCore::SVGAnimatedTypeAnimator
45 SVGAnimatedTypeAnimator::~SVGAnimatedTypeAnimator()
49 void SVGAnimatedTypeAnimator::calculateFromAndToValues(OwnPtr<SVGAnimatedType>& from, OwnPtr<SVGAnimatedType>& to, const String& fromString, const String& toString)
55 void SVGAnimatedTypeAnimator::calculateFromAndByValues(OwnPtr<SVGAnimatedType>& from, OwnPtr<SVGAnimatedType>& to, const String& fromString, const String& byString)
62 SVGElementAnimatedPropertyList SVGAnimatedTypeAnimator::findAnimatedPropertiesForAttributeName(SVGElement* targetElement, const QualifiedName& attributeName)
H A DSVGAnimatedTypeAnimator.h43 class SVGAnimatedTypeAnimator { class in namespace:WebCore
46 virtual ~SVGAnimatedTypeAnimator();
68 SVGAnimatedTypeAnimator(AnimatedPropertyType, SVGAnimationElement*, SVGElement*);

Completed in 565 milliseconds