Home
last modified time | relevance | path

Searched defs:animatedType (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGAnimatedType.cpp97 OwnPtr<SVGAnimatedType> animatedType = adoptPtr(new SVGAnimatedType(AnimatedAngle)); in createAngleAndEnumeration() local
105 OwnPtr<SVGAnimatedType> animatedType = adoptPtr(new SVGAnimatedType(AnimatedBoolean)); in createBoolean() local
113 OwnPtr<SVGAnimatedType> animatedType = adoptPtr(new SVGAnimatedType(AnimatedColor)); in createColor() local
121 OwnPtr<SVGAnimatedType> animatedType = adoptPtr(new SVGAnimatedType(AnimatedEnumeration)); in createEnumeration() local
129 OwnPtr<SVGAnimatedType> animatedType = adoptPtr(new SVGAnimatedType(AnimatedInteger)); in createInteger() local
137 …OwnPtr<SVGAnimatedType> animatedType = adoptPtr(new SVGAnimatedType(AnimatedIntegerOptionalInteger… in createIntegerOptionalInteger() local
145 OwnPtr<SVGAnimatedType> animatedType = adoptPtr(new SVGAnimatedType(AnimatedLength)); in createLength() local
153 OwnPtr<SVGAnimatedType> animatedType = adoptPtr(new SVGAnimatedType(AnimatedLengthList)); in createLengthList() local
161 OwnPtr<SVGAnimatedType> animatedType = adoptPtr(new SVGAnimatedType(AnimatedNumber)); in createNumber() local
169 OwnPtr<SVGAnimatedType> animatedType = adoptPtr(new SVGAnimatedType(AnimatedNumberList)); in createNumberList() local
[all …]
DSVGAnimationElement.h99 … AnimatedPropertyValueType valueType, AnimatedType& animatedType, SVGElement* contextElement) in adjustForInheritance()
138 …t percentage, const AnimatedType& fromType, const AnimatedType& toType, AnimatedType& animatedType) in animateDiscreteType()
DSVGAnimatedPreserveAspectRatio.cpp35 …OwnPtr<SVGAnimatedType> animatedType = SVGAnimatedType::createPreserveAspectRatio(new SVGPreserveA… in constructFromString() local
DSVGAnimatedString.cpp35 OwnPtr<SVGAnimatedType> animatedType = SVGAnimatedType::createString(new String); in constructFromString() local
DSVGAnimatedEnumeration.cpp110 OwnPtr<SVGAnimatedType> animatedType = SVGAnimatedType::createEnumeration(new unsigned); in constructFromString() local
DSVGAnimatedRect.cpp36 OwnPtr<SVGAnimatedType> animatedType = SVGAnimatedType::createRect(new SVGRect); in constructFromString() local
DSVGAnimatedAngle.cpp36 …OwnPtr<SVGAnimatedType> animatedType = SVGAnimatedType::createAngleAndEnumeration(new pair<SVGAngl… in constructFromString() local
DSVGAnimatedTransformList.cpp45 … OwnPtr<SVGAnimatedType> animatedType = SVGAnimatedType::createTransformList(new SVGTransformList); in constructFromString() local
DSVGAnimatedTypeAnimator.h75 …const typename AnimValType::ContentType& animatedType = castAnimatedPropertyToActualType<AnimValTy… in constructFromBaseValue() local