/external/chromium_org/third_party/WebKit/Source/core/svg/ |
H A D | SVGAnimatedBoolean.cpp | 40 PassOwnPtr<SVGAnimatedType> SVGAnimatedBooleanAnimator::startAnimValAnimation(const SVGElementAnimatedPropertyList& animatedTypes) argument 42 return SVGAnimatedType::createBoolean(constructFromBaseValue<SVGAnimatedBoolean>(animatedTypes)); 45 void SVGAnimatedBooleanAnimator::stopAnimValAnimation(const SVGElementAnimatedPropertyList& animatedTypes) argument 47 stopAnimValAnimationForType<SVGAnimatedBoolean>(animatedTypes); 50 void SVGAnimatedBooleanAnimator::resetAnimValToBaseVal(const SVGElementAnimatedPropertyList& animatedTypes, SVGAnimatedType* type) argument 52 resetFromBaseValue<SVGAnimatedBoolean>(animatedTypes, type, &SVGAnimatedType::boolean); 55 void SVGAnimatedBooleanAnimator::animValWillChange(const SVGElementAnimatedPropertyList& animatedTypes) argument 57 animValWillChangeForType<SVGAnimatedBoolean>(animatedTypes); 60 void SVGAnimatedBooleanAnimator::animValDidChange(const SVGElementAnimatedPropertyList& animatedTypes) argument 62 animValDidChangeForType<SVGAnimatedBoolean>(animatedTypes); [all...] |
H A D | SVGAnimatedPreserveAspectRatio.cpp | 40 PassOwnPtr<SVGAnimatedType> SVGAnimatedPreserveAspectRatioAnimator::startAnimValAnimation(const SVGElementAnimatedPropertyList& animatedTypes) argument 42 return SVGAnimatedType::createPreserveAspectRatio(constructFromBaseValue<SVGAnimatedPreserveAspectRatio>(animatedTypes)); 45 void SVGAnimatedPreserveAspectRatioAnimator::stopAnimValAnimation(const SVGElementAnimatedPropertyList& animatedTypes) argument 47 stopAnimValAnimationForType<SVGAnimatedPreserveAspectRatio>(animatedTypes); 50 void SVGAnimatedPreserveAspectRatioAnimator::resetAnimValToBaseVal(const SVGElementAnimatedPropertyList& animatedTypes, SVGAnimatedType* type) argument 52 resetFromBaseValue<SVGAnimatedPreserveAspectRatio>(animatedTypes, type, &SVGAnimatedType::preserveAspectRatio); 55 void SVGAnimatedPreserveAspectRatioAnimator::animValWillChange(const SVGElementAnimatedPropertyList& animatedTypes) argument 57 animValWillChangeForType<SVGAnimatedPreserveAspectRatio>(animatedTypes); 60 void SVGAnimatedPreserveAspectRatioAnimator::animValDidChange(const SVGElementAnimatedPropertyList& animatedTypes) argument 62 animValDidChangeForType<SVGAnimatedPreserveAspectRatio>(animatedTypes); [all...] |
H A D | SVGAnimatedTypeAnimator.h | 72 typename AnimValType::ContentType* constructFromBaseValue(const SVGElementAnimatedPropertyList& animatedTypes) argument 74 ASSERT(animatedTypes[0].properties.size() == 1); 75 const typename AnimValType::ContentType& animatedType = castAnimatedPropertyToActualType<AnimValType>(animatedTypes[0].properties[0].get())->currentBaseValue(); 78 executeAction<AnimValType>(StartAnimationAction, animatedTypes, 0, copy); 83 void resetFromBaseValue(const SVGElementAnimatedPropertyList& animatedTypes, SVGAnimatedType* type, typename AnimValType::ContentType& (SVGAnimatedType::*getter)()) argument 85 ASSERT(animatedTypes[0].properties.size() == 1); 89 animatedTypeValue = castAnimatedPropertyToActualType<AnimValType>(animatedTypes[0].properties[0].get())->currentBaseValue(); 91 executeAction<AnimValType>(StartAnimationAction, animatedTypes, 0, &animatedTypeValue); 95 void stopAnimValAnimationForType(const SVGElementAnimatedPropertyList& animatedTypes) argument 97 ASSERT(animatedTypes[ 102 animValDidChangeForType(const SVGElementAnimatedPropertyList& animatedTypes) argument 109 animValWillChangeForType(const SVGElementAnimatedPropertyList& animatedTypes) argument 117 constructFromBaseValues(const SVGElementAnimatedPropertyList& animatedTypes) argument 130 resetFromBaseValues(const SVGElementAnimatedPropertyList& animatedTypes, SVGAnimatedType* type, pair<typename AnimValType1::ContentType, typename AnimValType2::ContentType>& (SVGAnimatedType::*getter)()) argument 145 stopAnimValAnimationForTypes(const SVGElementAnimatedPropertyList& animatedTypes) argument 153 animValDidChangeForTypes(const SVGElementAnimatedPropertyList& animatedTypes) argument 161 animValWillChangeForTypes(const SVGElementAnimatedPropertyList& animatedTypes) argument 194 executeAction(AnimationAction action, const SVGElementAnimatedPropertyList& animatedTypes, unsigned whichProperty, typename AnimValType::ContentType* type = 0) argument [all...] |
H A D | SVGAnimatedString.cpp | 40 PassOwnPtr<SVGAnimatedType> SVGAnimatedStringAnimator::startAnimValAnimation(const SVGElementAnimatedPropertyList& animatedTypes) argument 42 return SVGAnimatedType::createString(constructFromBaseValue<SVGAnimatedString>(animatedTypes)); 45 void SVGAnimatedStringAnimator::stopAnimValAnimation(const SVGElementAnimatedPropertyList& animatedTypes) argument 47 stopAnimValAnimationForType<SVGAnimatedString>(animatedTypes); 50 void SVGAnimatedStringAnimator::resetAnimValToBaseVal(const SVGElementAnimatedPropertyList& animatedTypes, SVGAnimatedType* type) argument 52 resetFromBaseValue<SVGAnimatedString>(animatedTypes, type, &SVGAnimatedType::string); 55 void SVGAnimatedStringAnimator::animValWillChange(const SVGElementAnimatedPropertyList& animatedTypes) argument 57 animValWillChangeForType<SVGAnimatedString>(animatedTypes); 60 void SVGAnimatedStringAnimator::animValDidChange(const SVGElementAnimatedPropertyList& animatedTypes) argument 62 animValDidChangeForType<SVGAnimatedString>(animatedTypes); [all...] |
H A D | SVGAnimatedInteger.cpp | 41 PassOwnPtr<SVGAnimatedType> SVGAnimatedIntegerAnimator::startAnimValAnimation(const SVGElementAnimatedPropertyList& animatedTypes) argument 43 return SVGAnimatedType::createInteger(constructFromBaseValue<SVGAnimatedInteger>(animatedTypes)); 46 void SVGAnimatedIntegerAnimator::stopAnimValAnimation(const SVGElementAnimatedPropertyList& animatedTypes) argument 48 stopAnimValAnimationForType<SVGAnimatedInteger>(animatedTypes); 51 void SVGAnimatedIntegerAnimator::resetAnimValToBaseVal(const SVGElementAnimatedPropertyList& animatedTypes, SVGAnimatedType* type) argument 53 resetFromBaseValue<SVGAnimatedInteger>(animatedTypes, type, &SVGAnimatedType::integer); 56 void SVGAnimatedIntegerAnimator::animValWillChange(const SVGElementAnimatedPropertyList& animatedTypes) argument 58 animValWillChangeForType<SVGAnimatedInteger>(animatedTypes); 61 void SVGAnimatedIntegerAnimator::animValDidChange(const SVGElementAnimatedPropertyList& animatedTypes) argument 63 animValDidChangeForType<SVGAnimatedInteger>(animatedTypes); [all...] |
H A D | SVGAnimatedIntegerOptionalInteger.cpp | 51 PassOwnPtr<SVGAnimatedType> SVGAnimatedIntegerOptionalIntegerAnimator::startAnimValAnimation(const SVGElementAnimatedPropertyList& animatedTypes) argument 53 return SVGAnimatedType::createIntegerOptionalInteger(constructFromBaseValues<SVGAnimatedInteger, SVGAnimatedInteger>(animatedTypes)); 56 void SVGAnimatedIntegerOptionalIntegerAnimator::stopAnimValAnimation(const SVGElementAnimatedPropertyList& animatedTypes) argument 58 stopAnimValAnimationForTypes<SVGAnimatedInteger, SVGAnimatedInteger>(animatedTypes); 61 void SVGAnimatedIntegerOptionalIntegerAnimator::resetAnimValToBaseVal(const SVGElementAnimatedPropertyList& animatedTypes, SVGAnimatedType* type) argument 63 resetFromBaseValues<SVGAnimatedInteger, SVGAnimatedInteger>(animatedTypes, type, &SVGAnimatedType::integerOptionalInteger); 66 void SVGAnimatedIntegerOptionalIntegerAnimator::animValWillChange(const SVGElementAnimatedPropertyList& animatedTypes) argument 68 animValWillChangeForTypes<SVGAnimatedInteger, SVGAnimatedInteger>(animatedTypes); 71 void SVGAnimatedIntegerOptionalIntegerAnimator::animValDidChange(const SVGElementAnimatedPropertyList& animatedTypes) argument 73 animValDidChangeForTypes<SVGAnimatedInteger, SVGAnimatedInteger>(animatedTypes); [all...] |
H A D | SVGAnimatedNumber.cpp | 45 PassOwnPtr<SVGAnimatedType> SVGAnimatedNumberAnimator::startAnimValAnimation(const SVGElementAnimatedPropertyList& animatedTypes) argument 47 return SVGAnimatedType::createNumber(constructFromBaseValue<SVGAnimatedNumber>(animatedTypes)); 50 void SVGAnimatedNumberAnimator::stopAnimValAnimation(const SVGElementAnimatedPropertyList& animatedTypes) argument 52 stopAnimValAnimationForType<SVGAnimatedNumber>(animatedTypes); 55 void SVGAnimatedNumberAnimator::resetAnimValToBaseVal(const SVGElementAnimatedPropertyList& animatedTypes, SVGAnimatedType* type) argument 57 resetFromBaseValue<SVGAnimatedNumber>(animatedTypes, type, &SVGAnimatedType::number); 60 void SVGAnimatedNumberAnimator::animValWillChange(const SVGElementAnimatedPropertyList& animatedTypes) argument 62 animValWillChangeForType<SVGAnimatedNumber>(animatedTypes); 65 void SVGAnimatedNumberAnimator::animValDidChange(const SVGElementAnimatedPropertyList& animatedTypes) argument 67 animValDidChangeForType<SVGAnimatedNumber>(animatedTypes); [all...] |
H A D | SVGAnimatedNumberList.cpp | 41 PassOwnPtr<SVGAnimatedType> SVGAnimatedNumberListAnimator::startAnimValAnimation(const SVGElementAnimatedPropertyList& animatedTypes) argument 43 return SVGAnimatedType::createNumberList(constructFromBaseValue<SVGAnimatedNumberList>(animatedTypes)); 46 void SVGAnimatedNumberListAnimator::stopAnimValAnimation(const SVGElementAnimatedPropertyList& animatedTypes) argument 48 stopAnimValAnimationForType<SVGAnimatedNumberList>(animatedTypes); 51 void SVGAnimatedNumberListAnimator::resetAnimValToBaseVal(const SVGElementAnimatedPropertyList& animatedTypes, SVGAnimatedType* type) argument 53 resetFromBaseValue<SVGAnimatedNumberList>(animatedTypes, type, &SVGAnimatedType::numberList); 56 void SVGAnimatedNumberListAnimator::animValWillChange(const SVGElementAnimatedPropertyList& animatedTypes) argument 58 animValWillChangeForType<SVGAnimatedNumberList>(animatedTypes); 61 void SVGAnimatedNumberListAnimator::animValDidChange(const SVGElementAnimatedPropertyList& animatedTypes) argument 63 animValDidChangeForType<SVGAnimatedNumberList>(animatedTypes); [all...] |
H A D | SVGAnimatedNumberOptionalNumber.cpp | 48 PassOwnPtr<SVGAnimatedType> SVGAnimatedNumberOptionalNumberAnimator::startAnimValAnimation(const SVGElementAnimatedPropertyList& animatedTypes) argument 50 return SVGAnimatedType::createNumberOptionalNumber(constructFromBaseValues<SVGAnimatedNumber, SVGAnimatedNumber>(animatedTypes)); 53 void SVGAnimatedNumberOptionalNumberAnimator::stopAnimValAnimation(const SVGElementAnimatedPropertyList& animatedTypes) argument 55 stopAnimValAnimationForTypes<SVGAnimatedNumber, SVGAnimatedNumber>(animatedTypes); 58 void SVGAnimatedNumberOptionalNumberAnimator::resetAnimValToBaseVal(const SVGElementAnimatedPropertyList& animatedTypes, SVGAnimatedType* type) argument 60 resetFromBaseValues<SVGAnimatedNumber, SVGAnimatedNumber>(animatedTypes, type, &SVGAnimatedType::numberOptionalNumber); 63 void SVGAnimatedNumberOptionalNumberAnimator::animValWillChange(const SVGElementAnimatedPropertyList& animatedTypes) argument 65 animValWillChangeForTypes<SVGAnimatedNumber, SVGAnimatedNumber>(animatedTypes); 68 void SVGAnimatedNumberOptionalNumberAnimator::animValDidChange(const SVGElementAnimatedPropertyList& animatedTypes) argument 70 animValDidChangeForTypes<SVGAnimatedNumber, SVGAnimatedNumber>(animatedTypes); [all...] |
H A D | SVGAnimatedPointList.cpp | 41 PassOwnPtr<SVGAnimatedType> SVGAnimatedPointListAnimator::startAnimValAnimation(const SVGElementAnimatedPropertyList& animatedTypes) argument 43 return SVGAnimatedType::createPointList(constructFromBaseValue<SVGAnimatedPointList>(animatedTypes)); 46 void SVGAnimatedPointListAnimator::stopAnimValAnimation(const SVGElementAnimatedPropertyList& animatedTypes) argument 48 stopAnimValAnimationForType<SVGAnimatedPointList>(animatedTypes); 51 void SVGAnimatedPointListAnimator::resetAnimValToBaseVal(const SVGElementAnimatedPropertyList& animatedTypes, SVGAnimatedType* type) argument 53 resetFromBaseValue<SVGAnimatedPointList>(animatedTypes, type, &SVGAnimatedType::pointList); 56 void SVGAnimatedPointListAnimator::animValWillChange(const SVGElementAnimatedPropertyList& animatedTypes) argument 58 animValWillChangeForType<SVGAnimatedPointList>(animatedTypes); 61 void SVGAnimatedPointListAnimator::animValDidChange(const SVGElementAnimatedPropertyList& animatedTypes) argument 63 animValDidChangeForType<SVGAnimatedPointList>(animatedTypes); [all...] |
H A D | SVGAnimatedRect.cpp | 41 PassOwnPtr<SVGAnimatedType> SVGAnimatedRectAnimator::startAnimValAnimation(const SVGElementAnimatedPropertyList& animatedTypes) argument 43 return SVGAnimatedType::createRect(constructFromBaseValue<SVGAnimatedRect>(animatedTypes)); 46 void SVGAnimatedRectAnimator::stopAnimValAnimation(const SVGElementAnimatedPropertyList& animatedTypes) argument 48 stopAnimValAnimationForType<SVGAnimatedRect>(animatedTypes); 51 void SVGAnimatedRectAnimator::resetAnimValToBaseVal(const SVGElementAnimatedPropertyList& animatedTypes, SVGAnimatedType* type) argument 53 resetFromBaseValue<SVGAnimatedRect>(animatedTypes, type, &SVGAnimatedType::rect); 56 void SVGAnimatedRectAnimator::animValWillChange(const SVGElementAnimatedPropertyList& animatedTypes) argument 58 animValWillChangeForType<SVGAnimatedRect>(animatedTypes); 61 void SVGAnimatedRectAnimator::animValDidChange(const SVGElementAnimatedPropertyList& animatedTypes) argument 63 animValDidChangeForType<SVGAnimatedRect>(animatedTypes); [all...] |
H A D | SVGAnimatedPath.cpp | 42 PassOwnPtr<SVGAnimatedType> SVGAnimatedPathAnimator::startAnimValAnimation(const SVGElementAnimatedPropertyList& animatedTypes) argument 44 ASSERT(animatedTypes.size() >= 1); 45 SVGAnimatedPathSegListPropertyTearOff* property = castAnimatedPropertyToActualType<SVGAnimatedPathSegListPropertyTearOff>(animatedTypes[0].properties[0].get()); 54 SVGElementAnimatedPropertyList::const_iterator end = animatedTypes.end(); 55 for (SVGElementAnimatedPropertyList::const_iterator it = animatedTypes.begin(); it != end; ++it) 67 void SVGAnimatedPathAnimator::stopAnimValAnimation(const SVGElementAnimatedPropertyList& animatedTypes) argument 69 stopAnimValAnimationForType<SVGAnimatedPathSegListPropertyTearOff>(animatedTypes); 72 void SVGAnimatedPathAnimator::resetAnimValToBaseVal(const SVGElementAnimatedPropertyList& animatedTypes, SVGAnimatedType* type) argument 74 ASSERT(animatedTypes.size() >= 1); 77 const SVGPathSegList& baseValue = castAnimatedPropertyToActualType<SVGAnimatedPathSegListPropertyTearOff>(animatedTypes[ 81 animValWillChange(const SVGElementAnimatedPropertyList& animatedTypes) argument 86 animValDidChange(const SVGElementAnimatedPropertyList& animatedTypes) argument [all...] |
H A D | SVGAnimatedAngle.cpp | 49 PassOwnPtr<SVGAnimatedType> SVGAnimatedAngleAnimator::startAnimValAnimation(const SVGElementAnimatedPropertyList& animatedTypes) argument 51 return SVGAnimatedType::createAngleAndEnumeration(constructFromBaseValues<SVGAnimatedAngle, SVGAnimatedEnumeration>(animatedTypes)); 54 void SVGAnimatedAngleAnimator::stopAnimValAnimation(const SVGElementAnimatedPropertyList& animatedTypes) argument 56 stopAnimValAnimationForTypes<SVGAnimatedAngle, SVGAnimatedEnumeration>(animatedTypes); 59 void SVGAnimatedAngleAnimator::resetAnimValToBaseVal(const SVGElementAnimatedPropertyList& animatedTypes, SVGAnimatedType* type) argument 61 resetFromBaseValues<SVGAnimatedAngle, SVGAnimatedEnumeration>(animatedTypes, type, &SVGAnimatedType::angleAndEnumeration); 64 void SVGAnimatedAngleAnimator::animValWillChange(const SVGElementAnimatedPropertyList& animatedTypes) argument 66 animValWillChangeForTypes<SVGAnimatedAngle, SVGAnimatedEnumeration>(animatedTypes); 69 void SVGAnimatedAngleAnimator::animValDidChange(const SVGElementAnimatedPropertyList& animatedTypes) argument 71 animValDidChangeForTypes<SVGAnimatedAngle, SVGAnimatedEnumeration>(animatedTypes); [all...] |
H A D | SVGAnimatedEnumeration.cpp | 115 PassOwnPtr<SVGAnimatedType> SVGAnimatedEnumerationAnimator::startAnimValAnimation(const SVGElementAnimatedPropertyList& animatedTypes) argument 117 return SVGAnimatedType::createEnumeration(constructFromBaseValue<SVGAnimatedEnumeration>(animatedTypes)); 120 void SVGAnimatedEnumerationAnimator::stopAnimValAnimation(const SVGElementAnimatedPropertyList& animatedTypes) argument 122 stopAnimValAnimationForType<SVGAnimatedEnumeration>(animatedTypes); 125 void SVGAnimatedEnumerationAnimator::resetAnimValToBaseVal(const SVGElementAnimatedPropertyList& animatedTypes, SVGAnimatedType* type) argument 127 resetFromBaseValue<SVGAnimatedEnumeration>(animatedTypes, type, &SVGAnimatedType::enumeration); 130 void SVGAnimatedEnumerationAnimator::animValWillChange(const SVGElementAnimatedPropertyList& animatedTypes) argument 132 animValWillChangeForType<SVGAnimatedEnumeration>(animatedTypes); 135 void SVGAnimatedEnumerationAnimator::animValDidChange(const SVGElementAnimatedPropertyList& animatedTypes) argument 137 animValDidChangeForType<SVGAnimatedEnumeration>(animatedTypes); [all...] |
H A D | SVGAnimatedLength.cpp | 47 PassOwnPtr<SVGAnimatedType> SVGAnimatedLengthAnimator::startAnimValAnimation(const SVGElementAnimatedPropertyList& animatedTypes) argument 49 return SVGAnimatedType::createLength(constructFromBaseValue<SVGAnimatedLength>(animatedTypes)); 52 void SVGAnimatedLengthAnimator::stopAnimValAnimation(const SVGElementAnimatedPropertyList& animatedTypes) argument 54 stopAnimValAnimationForType<SVGAnimatedLength>(animatedTypes); 57 void SVGAnimatedLengthAnimator::resetAnimValToBaseVal(const SVGElementAnimatedPropertyList& animatedTypes, SVGAnimatedType* type) argument 59 resetFromBaseValue<SVGAnimatedLength>(animatedTypes, type, &SVGAnimatedType::length); 62 void SVGAnimatedLengthAnimator::animValWillChange(const SVGElementAnimatedPropertyList& animatedTypes) argument 64 animValWillChangeForType<SVGAnimatedLength>(animatedTypes); 67 void SVGAnimatedLengthAnimator::animValDidChange(const SVGElementAnimatedPropertyList& animatedTypes) argument 69 animValDidChangeForType<SVGAnimatedLength>(animatedTypes); [all...] |
H A D | SVGAnimatedLengthList.cpp | 42 PassOwnPtr<SVGAnimatedType> SVGAnimatedLengthListAnimator::startAnimValAnimation(const SVGElementAnimatedPropertyList& animatedTypes) argument 44 return SVGAnimatedType::createLengthList(constructFromBaseValue<SVGAnimatedLengthList>(animatedTypes)); 47 void SVGAnimatedLengthListAnimator::stopAnimValAnimation(const SVGElementAnimatedPropertyList& animatedTypes) argument 49 stopAnimValAnimationForType<SVGAnimatedLengthList>(animatedTypes); 52 void SVGAnimatedLengthListAnimator::resetAnimValToBaseVal(const SVGElementAnimatedPropertyList& animatedTypes, SVGAnimatedType* type) argument 54 resetFromBaseValue<SVGAnimatedLengthList>(animatedTypes, type, &SVGAnimatedType::lengthList); 57 void SVGAnimatedLengthListAnimator::animValWillChange(const SVGElementAnimatedPropertyList& animatedTypes) argument 59 animValWillChangeForType<SVGAnimatedLengthList>(animatedTypes); 62 void SVGAnimatedLengthListAnimator::animValDidChange(const SVGElementAnimatedPropertyList& animatedTypes) argument 64 animValDidChangeForType<SVGAnimatedLengthList>(animatedTypes); [all...] |
H A D | SVGAnimatedTransformList.cpp | 51 PassOwnPtr<SVGAnimatedType> SVGAnimatedTransformListAnimator::startAnimValAnimation(const SVGElementAnimatedPropertyList& animatedTypes) argument 53 return SVGAnimatedType::createTransformList(constructFromBaseValue<SVGAnimatedTransformList>(animatedTypes)); 56 void SVGAnimatedTransformListAnimator::stopAnimValAnimation(const SVGElementAnimatedPropertyList& animatedTypes) argument 58 stopAnimValAnimationForType<SVGAnimatedTransformList>(animatedTypes); 61 void SVGAnimatedTransformListAnimator::resetAnimValToBaseVal(const SVGElementAnimatedPropertyList& animatedTypes, SVGAnimatedType* type) argument 63 resetFromBaseValue<SVGAnimatedTransformList>(animatedTypes, type, &SVGAnimatedType::transformList); 66 void SVGAnimatedTransformListAnimator::animValWillChange(const SVGElementAnimatedPropertyList& animatedTypes) argument 68 animValWillChangeForType<SVGAnimatedTransformList>(animatedTypes); 71 void SVGAnimatedTransformListAnimator::animValDidChange(const SVGElementAnimatedPropertyList& animatedTypes) argument 73 animValDidChangeForType<SVGAnimatedTransformList>(animatedTypes); [all...] |
H A D | SVGAnimateElement.cpp | 183 static inline bool propertyTypesAreConsistent(AnimatedPropertyType expectedPropertyType, const SVGElementAnimatedPropertyList& animatedTypes) argument 185 SVGElementAnimatedPropertyList::const_iterator end = animatedTypes.end(); 186 for (SVGElementAnimatedPropertyList::const_iterator it = animatedTypes.begin(); it != end; ++it) {
|