Home
last modified time | relevance | path

Searched refs:addAnimatedTypes (Results 1 – 25 of 36) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGAnimatedPath.h41 virtual void addAnimatedTypes(SVGAnimatedType*, SVGAnimatedType*);
DSVGAnimatedNumberOptionalNumber.h41 virtual void addAnimatedTypes(SVGAnimatedType*, SVGAnimatedType*);
DSVGAnimatedIntegerOptionalInteger.h41 virtual void addAnimatedTypes(SVGAnimatedType*, SVGAnimatedType*);
DSVGAnimatedColor.h41 virtual void addAnimatedTypes(SVGAnimatedType*, SVGAnimatedType*);
DSVGAnimatedPointList.h45 virtual void addAnimatedTypes(SVGAnimatedType*, SVGAnimatedType*);
DSVGAnimatedBoolean.h51 virtual void addAnimatedTypes(SVGAnimatedType*, SVGAnimatedType*);
DSVGAnimatedPreserveAspectRatio.h52 virtual void addAnimatedTypes(SVGAnimatedType*, SVGAnimatedType*);
DSVGAnimatedString.h52 virtual void addAnimatedTypes(SVGAnimatedType*, SVGAnimatedType*);
DSVGAnimatedNumberList.h52 virtual void addAnimatedTypes(SVGAnimatedType*, SVGAnimatedType*);
DSVGAnimatedAngle.h53 virtual void addAnimatedTypes(SVGAnimatedType*, SVGAnimatedType*);
DSVGAnimatedRect.h53 virtual void addAnimatedTypes(SVGAnimatedType*, SVGAnimatedType*);
DSVGAnimatedEnumeration.h50 virtual void addAnimatedTypes(SVGAnimatedType*, SVGAnimatedType*);
DSVGAnimatedLengthList.h52 virtual void addAnimatedTypes(SVGAnimatedType*, SVGAnimatedType*);
DSVGAnimatedLength.h52 virtual void addAnimatedTypes(SVGAnimatedType*, SVGAnimatedType*);
DSVGAnimatedTransformList.h51 virtual void addAnimatedTypes(SVGAnimatedType*, SVGAnimatedType*);
DSVGAnimatedNumber.h55 virtual void addAnimatedTypes(SVGAnimatedType*, SVGAnimatedType*);
DSVGAnimatedInteger.h57 virtual void addAnimatedTypes(SVGAnimatedType*, SVGAnimatedType*);
DSVGAnimatedBoolean.cpp65 void SVGAnimatedBooleanAnimator::addAnimatedTypes(SVGAnimatedType*, SVGAnimatedType*) in addAnimatedTypes() function in WebCore::SVGAnimatedBooleanAnimator
DSVGAnimatedPreserveAspectRatio.cpp65 void SVGAnimatedPreserveAspectRatioAnimator::addAnimatedTypes(SVGAnimatedType*, SVGAnimatedType*) in addAnimatedTypes() function in WebCore::SVGAnimatedPreserveAspectRatioAnimator
DSVGAnimatedString.cpp65 void SVGAnimatedStringAnimator::addAnimatedTypes(SVGAnimatedType*, SVGAnimatedType*) in addAnimatedTypes() function in WebCore::SVGAnimatedStringAnimator
DSVGAnimatedInteger.cpp66 void SVGAnimatedIntegerAnimator::addAnimatedTypes(SVGAnimatedType* from, SVGAnimatedType* to) in addAnimatedTypes() function in WebCore::SVGAnimatedIntegerAnimator
DSVGAnimatedNumber.cpp70 void SVGAnimatedNumberAnimator::addAnimatedTypes(SVGAnimatedType* from, SVGAnimatedType* to) in addAnimatedTypes() function in WebCore::SVGAnimatedNumberAnimator
DSVGAnimatedNumberList.cpp66 void SVGAnimatedNumberListAnimator::addAnimatedTypes(SVGAnimatedType* from, SVGAnimatedType* to) in addAnimatedTypes() function in WebCore::SVGAnimatedNumberListAnimator
DSVGAnimatedIntegerOptionalInteger.cpp76 void SVGAnimatedIntegerOptionalIntegerAnimator::addAnimatedTypes(SVGAnimatedType* from, SVGAnimated… in addAnimatedTypes() function in WebCore::SVGAnimatedIntegerOptionalIntegerAnimator
DSVGAnimatedTypeAnimator.cpp59 addAnimatedTypes(from.get(), to.get()); in calculateFromAndByValues()

12