Home
last modified time | relevance | path

Searched refs:animatedTypes (Results 1 – 18 of 18) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGAnimatedTypeAnimator.h72 …imValType::ContentType* constructFromBaseValue(const SVGElementAnimatedPropertyList& animatedTypes) in constructFromBaseValue() argument
74 ASSERT(animatedTypes[0].properties.size() == 1); in constructFromBaseValue()
75 …entType& animatedType = castAnimatedPropertyToActualType<AnimValType>(animatedTypes[0].properties[… in constructFromBaseValue()
78 executeAction<AnimValType>(StartAnimationAction, animatedTypes, 0, copy); in constructFromBaseValue()
83 …void resetFromBaseValue(const SVGElementAnimatedPropertyList& animatedTypes, SVGAnimatedType* type… in resetFromBaseValue() argument
85 ASSERT(animatedTypes[0].properties.size() == 1); in resetFromBaseValue()
89 …animatedTypeValue = castAnimatedPropertyToActualType<AnimValType>(animatedTypes[0].properties[0].g… in resetFromBaseValue()
91 executeAction<AnimValType>(StartAnimationAction, animatedTypes, 0, &animatedTypeValue); in resetFromBaseValue()
95 void stopAnimValAnimationForType(const SVGElementAnimatedPropertyList& animatedTypes) in stopAnimValAnimationForType() argument
97 ASSERT(animatedTypes[0].properties.size() == 1); in stopAnimValAnimationForType()
[all …]
DSVGAnimatedBoolean.cpp40 …AnimatedBooleanAnimator::startAnimValAnimation(const SVGElementAnimatedPropertyList& animatedTypes) in startAnimValAnimation() argument
42 … return SVGAnimatedType::createBoolean(constructFromBaseValue<SVGAnimatedBoolean>(animatedTypes)); in startAnimValAnimation()
45 …GAnimatedBooleanAnimator::stopAnimValAnimation(const SVGElementAnimatedPropertyList& animatedTypes) in stopAnimValAnimation() argument
47 stopAnimValAnimationForType<SVGAnimatedBoolean>(animatedTypes); in stopAnimValAnimation()
50 …Animator::resetAnimValToBaseVal(const SVGElementAnimatedPropertyList& animatedTypes, SVGAnimatedTy… in resetAnimValToBaseVal() argument
52 resetFromBaseValue<SVGAnimatedBoolean>(animatedTypes, type, &SVGAnimatedType::boolean); in resetAnimValToBaseVal()
55 … SVGAnimatedBooleanAnimator::animValWillChange(const SVGElementAnimatedPropertyList& animatedTypes) in animValWillChange() argument
57 animValWillChangeForType<SVGAnimatedBoolean>(animatedTypes); in animValWillChange()
60 …d SVGAnimatedBooleanAnimator::animValDidChange(const SVGElementAnimatedPropertyList& animatedTypes) in animValDidChange() argument
62 animValDidChangeForType<SVGAnimatedBoolean>(animatedTypes); in animValDidChange()
DSVGAnimatedPreserveAspectRatio.cpp40 …erveAspectRatioAnimator::startAnimValAnimation(const SVGElementAnimatedPropertyList& animatedTypes) in startAnimValAnimation() argument
42 …::createPreserveAspectRatio(constructFromBaseValue<SVGAnimatedPreserveAspectRatio>(animatedTypes)); in startAnimValAnimation()
45 …serveAspectRatioAnimator::stopAnimValAnimation(const SVGElementAnimatedPropertyList& animatedTypes) in stopAnimValAnimation() argument
47 stopAnimValAnimationForType<SVGAnimatedPreserveAspectRatio>(animatedTypes); in stopAnimValAnimation()
50 …Animator::resetAnimValToBaseVal(const SVGElementAnimatedPropertyList& animatedTypes, SVGAnimatedTy… in resetAnimValToBaseVal() argument
52 …resetFromBaseValue<SVGAnimatedPreserveAspectRatio>(animatedTypes, type, &SVGAnimatedType::preserve… in resetAnimValToBaseVal()
55 …PreserveAspectRatioAnimator::animValWillChange(const SVGElementAnimatedPropertyList& animatedTypes) in animValWillChange() argument
57 animValWillChangeForType<SVGAnimatedPreserveAspectRatio>(animatedTypes); in animValWillChange()
60 …dPreserveAspectRatioAnimator::animValDidChange(const SVGElementAnimatedPropertyList& animatedTypes) in animValDidChange() argument
62 animValDidChangeForType<SVGAnimatedPreserveAspectRatio>(animatedTypes); in animValDidChange()
DSVGAnimatedPath.cpp42 …SVGAnimatedPathAnimator::startAnimValAnimation(const SVGElementAnimatedPropertyList& animatedTypes) in startAnimValAnimation() argument
44 ASSERT(animatedTypes.size() >= 1); in startAnimValAnimation()
45 …stAnimatedPropertyToActualType<SVGAnimatedPathSegListPropertyTearOff>(animatedTypes[0].properties[… in startAnimValAnimation()
54 SVGElementAnimatedPropertyList::const_iterator end = animatedTypes.end(); in startAnimValAnimation()
55 for (SVGElementAnimatedPropertyList::const_iterator it = animatedTypes.begin(); it != end; ++it) in startAnimValAnimation()
67 … SVGAnimatedPathAnimator::stopAnimValAnimation(const SVGElementAnimatedPropertyList& animatedTypes) in stopAnimValAnimation() argument
69 stopAnimValAnimationForType<SVGAnimatedPathSegListPropertyTearOff>(animatedTypes); in stopAnimValAnimation()
72 …Animator::resetAnimValToBaseVal(const SVGElementAnimatedPropertyList& animatedTypes, SVGAnimatedTy… in resetAnimValToBaseVal() argument
74 ASSERT(animatedTypes.size() >= 1); in resetAnimValToBaseVal()
77 …stAnimatedPropertyToActualType<SVGAnimatedPathSegListPropertyTearOff>(animatedTypes[0].properties[… in resetAnimValToBaseVal()
[all …]
DSVGAnimatedString.cpp40 …GAnimatedStringAnimator::startAnimValAnimation(const SVGElementAnimatedPropertyList& animatedTypes) in startAnimValAnimation() argument
42 return SVGAnimatedType::createString(constructFromBaseValue<SVGAnimatedString>(animatedTypes)); in startAnimValAnimation()
45 …VGAnimatedStringAnimator::stopAnimValAnimation(const SVGElementAnimatedPropertyList& animatedTypes) in stopAnimValAnimation() argument
47 stopAnimValAnimationForType<SVGAnimatedString>(animatedTypes); in stopAnimValAnimation()
50 …Animator::resetAnimValToBaseVal(const SVGElementAnimatedPropertyList& animatedTypes, SVGAnimatedTy… in resetAnimValToBaseVal() argument
52 resetFromBaseValue<SVGAnimatedString>(animatedTypes, type, &SVGAnimatedType::string); in resetAnimValToBaseVal()
55 …d SVGAnimatedStringAnimator::animValWillChange(const SVGElementAnimatedPropertyList& animatedTypes) in animValWillChange() argument
57 animValWillChangeForType<SVGAnimatedString>(animatedTypes); in animValWillChange()
60 …id SVGAnimatedStringAnimator::animValDidChange(const SVGElementAnimatedPropertyList& animatedTypes) in animValDidChange() argument
62 animValDidChangeForType<SVGAnimatedString>(animatedTypes); in animValDidChange()
DSVGAnimatedInteger.cpp41 …AnimatedIntegerAnimator::startAnimValAnimation(const SVGElementAnimatedPropertyList& animatedTypes) in startAnimValAnimation() argument
43 … return SVGAnimatedType::createInteger(constructFromBaseValue<SVGAnimatedInteger>(animatedTypes)); in startAnimValAnimation()
46 …GAnimatedIntegerAnimator::stopAnimValAnimation(const SVGElementAnimatedPropertyList& animatedTypes) in stopAnimValAnimation() argument
48 stopAnimValAnimationForType<SVGAnimatedInteger>(animatedTypes); in stopAnimValAnimation()
51 …Animator::resetAnimValToBaseVal(const SVGElementAnimatedPropertyList& animatedTypes, SVGAnimatedTy… in resetAnimValToBaseVal() argument
53 resetFromBaseValue<SVGAnimatedInteger>(animatedTypes, type, &SVGAnimatedType::integer); in resetAnimValToBaseVal()
56 … SVGAnimatedIntegerAnimator::animValWillChange(const SVGElementAnimatedPropertyList& animatedTypes) in animValWillChange() argument
58 animValWillChangeForType<SVGAnimatedInteger>(animatedTypes); in animValWillChange()
61 …d SVGAnimatedIntegerAnimator::animValDidChange(const SVGElementAnimatedPropertyList& animatedTypes) in animValDidChange() argument
63 animValDidChangeForType<SVGAnimatedInteger>(animatedTypes); in animValDidChange()
DSVGAnimatedNumber.cpp45 …GAnimatedNumberAnimator::startAnimValAnimation(const SVGElementAnimatedPropertyList& animatedTypes) in startAnimValAnimation() argument
47 return SVGAnimatedType::createNumber(constructFromBaseValue<SVGAnimatedNumber>(animatedTypes)); in startAnimValAnimation()
50 …VGAnimatedNumberAnimator::stopAnimValAnimation(const SVGElementAnimatedPropertyList& animatedTypes) in stopAnimValAnimation() argument
52 stopAnimValAnimationForType<SVGAnimatedNumber>(animatedTypes); in stopAnimValAnimation()
55 …Animator::resetAnimValToBaseVal(const SVGElementAnimatedPropertyList& animatedTypes, SVGAnimatedTy… in resetAnimValToBaseVal() argument
57 resetFromBaseValue<SVGAnimatedNumber>(animatedTypes, type, &SVGAnimatedType::number); in resetAnimValToBaseVal()
60 …d SVGAnimatedNumberAnimator::animValWillChange(const SVGElementAnimatedPropertyList& animatedTypes) in animValWillChange() argument
62 animValWillChangeForType<SVGAnimatedNumber>(animatedTypes); in animValWillChange()
65 …id SVGAnimatedNumberAnimator::animValDidChange(const SVGElementAnimatedPropertyList& animatedTypes) in animValDidChange() argument
67 animValDidChangeForType<SVGAnimatedNumber>(animatedTypes); in animValDidChange()
DSVGAnimatedNumberList.cpp41 …matedNumberListAnimator::startAnimValAnimation(const SVGElementAnimatedPropertyList& animatedTypes) in startAnimValAnimation() argument
43 …rn SVGAnimatedType::createNumberList(constructFromBaseValue<SVGAnimatedNumberList>(animatedTypes)); in startAnimValAnimation()
46 …imatedNumberListAnimator::stopAnimValAnimation(const SVGElementAnimatedPropertyList& animatedTypes) in stopAnimValAnimation() argument
48 stopAnimValAnimationForType<SVGAnimatedNumberList>(animatedTypes); in stopAnimValAnimation()
51 …Animator::resetAnimValToBaseVal(const SVGElementAnimatedPropertyList& animatedTypes, SVGAnimatedTy… in resetAnimValToBaseVal() argument
53 resetFromBaseValue<SVGAnimatedNumberList>(animatedTypes, type, &SVGAnimatedType::numberList); in resetAnimValToBaseVal()
56 …GAnimatedNumberListAnimator::animValWillChange(const SVGElementAnimatedPropertyList& animatedTypes) in animValWillChange() argument
58 animValWillChangeForType<SVGAnimatedNumberList>(animatedTypes); in animValWillChange()
61 …VGAnimatedNumberListAnimator::animValDidChange(const SVGElementAnimatedPropertyList& animatedTypes) in animValDidChange() argument
63 animValDidChangeForType<SVGAnimatedNumberList>(animatedTypes); in animValDidChange()
DSVGAnimatedIntegerOptionalInteger.cpp51 …OptionalIntegerAnimator::startAnimValAnimation(const SVGElementAnimatedPropertyList& animatedTypes) in startAnimValAnimation() argument
53 …gerOptionalInteger(constructFromBaseValues<SVGAnimatedInteger, SVGAnimatedInteger>(animatedTypes)); in startAnimValAnimation()
56 …rOptionalIntegerAnimator::stopAnimValAnimation(const SVGElementAnimatedPropertyList& animatedTypes) in stopAnimValAnimation() argument
58 stopAnimValAnimationForTypes<SVGAnimatedInteger, SVGAnimatedInteger>(animatedTypes); in stopAnimValAnimation()
61 …Animator::resetAnimValToBaseVal(const SVGElementAnimatedPropertyList& animatedTypes, SVGAnimatedTy… in resetAnimValToBaseVal() argument
63 …resetFromBaseValues<SVGAnimatedInteger, SVGAnimatedInteger>(animatedTypes, type, &SVGAnimatedType:… in resetAnimValToBaseVal()
66 …egerOptionalIntegerAnimator::animValWillChange(const SVGElementAnimatedPropertyList& animatedTypes) in animValWillChange() argument
68 animValWillChangeForTypes<SVGAnimatedInteger, SVGAnimatedInteger>(animatedTypes); in animValWillChange()
71 …tegerOptionalIntegerAnimator::animValDidChange(const SVGElementAnimatedPropertyList& animatedTypes) in animValDidChange() argument
73 animValDidChangeForTypes<SVGAnimatedInteger, SVGAnimatedInteger>(animatedTypes); in animValDidChange()
DSVGAnimatedRect.cpp41 …SVGAnimatedRectAnimator::startAnimValAnimation(const SVGElementAnimatedPropertyList& animatedTypes) in startAnimValAnimation() argument
43 return SVGAnimatedType::createRect(constructFromBaseValue<SVGAnimatedRect>(animatedTypes)); in startAnimValAnimation()
46 … SVGAnimatedRectAnimator::stopAnimValAnimation(const SVGElementAnimatedPropertyList& animatedTypes) in stopAnimValAnimation() argument
48 stopAnimValAnimationForType<SVGAnimatedRect>(animatedTypes); in stopAnimValAnimation()
51 …Animator::resetAnimValToBaseVal(const SVGElementAnimatedPropertyList& animatedTypes, SVGAnimatedTy… in resetAnimValToBaseVal() argument
53 resetFromBaseValue<SVGAnimatedRect>(animatedTypes, type, &SVGAnimatedType::rect); in resetAnimValToBaseVal()
56 void SVGAnimatedRectAnimator::animValWillChange(const SVGElementAnimatedPropertyList& animatedTypes) in animValWillChange() argument
58 animValWillChangeForType<SVGAnimatedRect>(animatedTypes); in animValWillChange()
61 void SVGAnimatedRectAnimator::animValDidChange(const SVGElementAnimatedPropertyList& animatedTypes) in animValDidChange() argument
63 animValDidChangeForType<SVGAnimatedRect>(animatedTypes); in animValDidChange()
DSVGAnimatedNumberOptionalNumber.cpp48 …rOptionalNumberAnimator::startAnimValAnimation(const SVGElementAnimatedPropertyList& animatedTypes) in startAnimValAnimation() argument
50 …NumberOptionalNumber(constructFromBaseValues<SVGAnimatedNumber, SVGAnimatedNumber>(animatedTypes)); in startAnimValAnimation()
53 …erOptionalNumberAnimator::stopAnimValAnimation(const SVGElementAnimatedPropertyList& animatedTypes) in stopAnimValAnimation() argument
55 stopAnimValAnimationForTypes<SVGAnimatedNumber, SVGAnimatedNumber>(animatedTypes); in stopAnimValAnimation()
58 …Animator::resetAnimValToBaseVal(const SVGElementAnimatedPropertyList& animatedTypes, SVGAnimatedTy… in resetAnimValToBaseVal() argument
60 …resetFromBaseValues<SVGAnimatedNumber, SVGAnimatedNumber>(animatedTypes, type, &SVGAnimatedType::n… in resetAnimValToBaseVal()
63 …umberOptionalNumberAnimator::animValWillChange(const SVGElementAnimatedPropertyList& animatedTypes) in animValWillChange() argument
65 animValWillChangeForTypes<SVGAnimatedNumber, SVGAnimatedNumber>(animatedTypes); in animValWillChange()
68 …NumberOptionalNumberAnimator::animValDidChange(const SVGElementAnimatedPropertyList& animatedTypes) in animValDidChange() argument
70 animValDidChangeForTypes<SVGAnimatedNumber, SVGAnimatedNumber>(animatedTypes); in animValDidChange()
DSVGAnimatedPointList.cpp41 …imatedPointListAnimator::startAnimValAnimation(const SVGElementAnimatedPropertyList& animatedTypes) in startAnimValAnimation() argument
43 …turn SVGAnimatedType::createPointList(constructFromBaseValue<SVGAnimatedPointList>(animatedTypes)); in startAnimValAnimation()
46 …nimatedPointListAnimator::stopAnimValAnimation(const SVGElementAnimatedPropertyList& animatedTypes) in stopAnimValAnimation() argument
48 stopAnimValAnimationForType<SVGAnimatedPointList>(animatedTypes); in stopAnimValAnimation()
51 …Animator::resetAnimValToBaseVal(const SVGElementAnimatedPropertyList& animatedTypes, SVGAnimatedTy… in resetAnimValToBaseVal() argument
53 resetFromBaseValue<SVGAnimatedPointList>(animatedTypes, type, &SVGAnimatedType::pointList); in resetAnimValToBaseVal()
56 …VGAnimatedPointListAnimator::animValWillChange(const SVGElementAnimatedPropertyList& animatedTypes) in animValWillChange() argument
58 animValWillChangeForType<SVGAnimatedPointList>(animatedTypes); in animValWillChange()
61 …SVGAnimatedPointListAnimator::animValDidChange(const SVGElementAnimatedPropertyList& animatedTypes) in animValDidChange() argument
63 animValDidChangeForType<SVGAnimatedPointList>(animatedTypes); in animValDidChange()
DSVGAnimatedLength.cpp47 …GAnimatedLengthAnimator::startAnimValAnimation(const SVGElementAnimatedPropertyList& animatedTypes) in startAnimValAnimation() argument
49 return SVGAnimatedType::createLength(constructFromBaseValue<SVGAnimatedLength>(animatedTypes)); in startAnimValAnimation()
52 …VGAnimatedLengthAnimator::stopAnimValAnimation(const SVGElementAnimatedPropertyList& animatedTypes) in stopAnimValAnimation() argument
54 stopAnimValAnimationForType<SVGAnimatedLength>(animatedTypes); in stopAnimValAnimation()
57 …Animator::resetAnimValToBaseVal(const SVGElementAnimatedPropertyList& animatedTypes, SVGAnimatedTy… in resetAnimValToBaseVal() argument
59 resetFromBaseValue<SVGAnimatedLength>(animatedTypes, type, &SVGAnimatedType::length); in resetAnimValToBaseVal()
62 …d SVGAnimatedLengthAnimator::animValWillChange(const SVGElementAnimatedPropertyList& animatedTypes) in animValWillChange() argument
64 animValWillChangeForType<SVGAnimatedLength>(animatedTypes); in animValWillChange()
67 …id SVGAnimatedLengthAnimator::animValDidChange(const SVGElementAnimatedPropertyList& animatedTypes) in animValDidChange() argument
69 animValDidChangeForType<SVGAnimatedLength>(animatedTypes); in animValDidChange()
DSVGAnimatedTransformList.cpp51 …edTransformListAnimator::startAnimValAnimation(const SVGElementAnimatedPropertyList& animatedTypes) in startAnimValAnimation() argument
53 …AnimatedType::createTransformList(constructFromBaseValue<SVGAnimatedTransformList>(animatedTypes)); in startAnimValAnimation()
56 …tedTransformListAnimator::stopAnimValAnimation(const SVGElementAnimatedPropertyList& animatedTypes) in stopAnimValAnimation() argument
58 stopAnimValAnimationForType<SVGAnimatedTransformList>(animatedTypes); in stopAnimValAnimation()
61 …Animator::resetAnimValToBaseVal(const SVGElementAnimatedPropertyList& animatedTypes, SVGAnimatedTy… in resetAnimValToBaseVal() argument
63 …resetFromBaseValue<SVGAnimatedTransformList>(animatedTypes, type, &SVGAnimatedType::transformList); in resetAnimValToBaseVal()
66 …imatedTransformListAnimator::animValWillChange(const SVGElementAnimatedPropertyList& animatedTypes) in animValWillChange() argument
68 animValWillChangeForType<SVGAnimatedTransformList>(animatedTypes); in animValWillChange()
71 …nimatedTransformListAnimator::animValDidChange(const SVGElementAnimatedPropertyList& animatedTypes) in animValDidChange() argument
73 animValDidChangeForType<SVGAnimatedTransformList>(animatedTypes); in animValDidChange()
DSVGAnimatedLengthList.cpp42 …matedLengthListAnimator::startAnimValAnimation(const SVGElementAnimatedPropertyList& animatedTypes) in startAnimValAnimation() argument
44 …rn SVGAnimatedType::createLengthList(constructFromBaseValue<SVGAnimatedLengthList>(animatedTypes)); in startAnimValAnimation()
47 …imatedLengthListAnimator::stopAnimValAnimation(const SVGElementAnimatedPropertyList& animatedTypes) in stopAnimValAnimation() argument
49 stopAnimValAnimationForType<SVGAnimatedLengthList>(animatedTypes); in stopAnimValAnimation()
52 …Animator::resetAnimValToBaseVal(const SVGElementAnimatedPropertyList& animatedTypes, SVGAnimatedTy… in resetAnimValToBaseVal() argument
54 resetFromBaseValue<SVGAnimatedLengthList>(animatedTypes, type, &SVGAnimatedType::lengthList); in resetAnimValToBaseVal()
57 …GAnimatedLengthListAnimator::animValWillChange(const SVGElementAnimatedPropertyList& animatedTypes) in animValWillChange() argument
59 animValWillChangeForType<SVGAnimatedLengthList>(animatedTypes); in animValWillChange()
62 …VGAnimatedLengthListAnimator::animValDidChange(const SVGElementAnimatedPropertyList& animatedTypes) in animValDidChange() argument
64 animValDidChangeForType<SVGAnimatedLengthList>(animatedTypes); in animValDidChange()
DSVGAnimatedEnumeration.cpp115 …atedEnumerationAnimator::startAnimValAnimation(const SVGElementAnimatedPropertyList& animatedTypes) in startAnimValAnimation() argument
117 … SVGAnimatedType::createEnumeration(constructFromBaseValue<SVGAnimatedEnumeration>(animatedTypes)); in startAnimValAnimation()
120 …matedEnumerationAnimator::stopAnimValAnimation(const SVGElementAnimatedPropertyList& animatedTypes) in stopAnimValAnimation() argument
122 stopAnimValAnimationForType<SVGAnimatedEnumeration>(animatedTypes); in stopAnimValAnimation()
125 …Animator::resetAnimValToBaseVal(const SVGElementAnimatedPropertyList& animatedTypes, SVGAnimatedTy… in resetAnimValToBaseVal() argument
127 resetFromBaseValue<SVGAnimatedEnumeration>(animatedTypes, type, &SVGAnimatedType::enumeration); in resetAnimValToBaseVal()
130 …AnimatedEnumerationAnimator::animValWillChange(const SVGElementAnimatedPropertyList& animatedTypes) in animValWillChange() argument
132 animValWillChangeForType<SVGAnimatedEnumeration>(animatedTypes); in animValWillChange()
135 …GAnimatedEnumerationAnimator::animValDidChange(const SVGElementAnimatedPropertyList& animatedTypes) in animValDidChange() argument
137 animValDidChangeForType<SVGAnimatedEnumeration>(animatedTypes); in animValDidChange()
DSVGAnimatedAngle.cpp49 …VGAnimatedAngleAnimator::startAnimValAnimation(const SVGElementAnimatedPropertyList& animatedTypes) in startAnimValAnimation() argument
51 …leAndEnumeration(constructFromBaseValues<SVGAnimatedAngle, SVGAnimatedEnumeration>(animatedTypes)); in startAnimValAnimation()
54 …SVGAnimatedAngleAnimator::stopAnimValAnimation(const SVGElementAnimatedPropertyList& animatedTypes) in stopAnimValAnimation() argument
56 stopAnimValAnimationForTypes<SVGAnimatedAngle, SVGAnimatedEnumeration>(animatedTypes); in stopAnimValAnimation()
59 …Animator::resetAnimValToBaseVal(const SVGElementAnimatedPropertyList& animatedTypes, SVGAnimatedTy… in resetAnimValToBaseVal() argument
61 …resetFromBaseValues<SVGAnimatedAngle, SVGAnimatedEnumeration>(animatedTypes, type, &SVGAnimatedTyp… in resetAnimValToBaseVal()
64 …id SVGAnimatedAngleAnimator::animValWillChange(const SVGElementAnimatedPropertyList& animatedTypes) in animValWillChange() argument
66 animValWillChangeForTypes<SVGAnimatedAngle, SVGAnimatedEnumeration>(animatedTypes); in animValWillChange()
69 void SVGAnimatedAngleAnimator::animValDidChange(const SVGElementAnimatedPropertyList& animatedTypes) in animValDidChange() argument
71 animValDidChangeForTypes<SVGAnimatedAngle, SVGAnimatedEnumeration>(animatedTypes); in animValDidChange()
DSVGAnimateElement.cpp183 …ent(AnimatedPropertyType expectedPropertyType, const SVGElementAnimatedPropertyList& animatedTypes) in propertyTypesAreConsistent() argument
185 SVGElementAnimatedPropertyList::const_iterator end = animatedTypes.end(); in propertyTypesAreConsistent()
186 … for (SVGElementAnimatedPropertyList::const_iterator it = animatedTypes.begin(); it != end; ++it) { in propertyTypesAreConsistent()