Home
last modified time | relevance | path

Searched refs:animationElement (Results 1 – 19 of 19) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGAnimatorFactory.h47 …static PassOwnPtr<SVGAnimatedTypeAnimator> create(SVGAnimationElement* animationElement, SVGElemen… in create() argument
49 ASSERT(animationElement); in create()
54 return adoptPtr(new SVGAnimatedAngleAnimator(animationElement, contextElement)); in create()
56 return adoptPtr(new SVGAnimatedBooleanAnimator(animationElement, contextElement)); in create()
58 return adoptPtr(new SVGAnimatedColorAnimator(animationElement, contextElement)); in create()
60 return adoptPtr(new SVGAnimatedEnumerationAnimator(animationElement, contextElement)); in create()
62 return adoptPtr(new SVGAnimatedIntegerAnimator(animationElement, contextElement)); in create()
64 … return adoptPtr(new SVGAnimatedIntegerOptionalIntegerAnimator(animationElement, contextElement)); in create()
66 return adoptPtr(new SVGAnimatedLengthAnimator(animationElement, contextElement)); in create()
68 return adoptPtr(new SVGAnimatedLengthListAnimator(animationElement, contextElement)); in create()
[all …]
DSVGAnimatedLength.cpp29 SVGAnimatedLengthAnimator::SVGAnimatedLengthAnimator(SVGAnimationElement* animationElement, SVGElem… in SVGAnimatedLengthAnimator() argument
30 : SVGAnimatedTypeAnimator(AnimatedLength, animationElement, contextElement) in SVGAnimatedLengthAnimator()
31 … , m_lengthMode(SVGLength::lengthModeForAnimatedLengthAttribute(animationElement->attributeName())) in SVGAnimatedLengthAnimator()
84 static SVGLength parseLengthFromString(SVGAnimationElement* animationElement, const String& string) in parseLengthFromString() argument
86 …return sharedSVGLength(SVGLength::lengthModeForAnimatedLengthAttribute(animationElement->attribute… in parseLengthFromString()
DSVGAnimatedInteger.cpp29 SVGAnimatedIntegerAnimator::SVGAnimatedIntegerAnimator(SVGAnimationElement* animationElement, SVGEl… in SVGAnimatedIntegerAnimator() argument
30 : SVGAnimatedTypeAnimator(AnimatedInteger, animationElement, contextElement) in SVGAnimatedIntegerAnimator()
74 void SVGAnimatedIntegerAnimator::calculateAnimatedInteger(SVGAnimationElement* animationElement, fl… in calculateAnimatedInteger() argument
77animationElement->animateAdditiveNumber(percentage, repeatCount, fromInteger, toInteger, toAtEndOf… in calculateAnimatedInteger()
DSVGAnimatedLengthList.cpp29 SVGAnimatedLengthListAnimator::SVGAnimatedLengthListAnimator(SVGAnimationElement* animationElement,… in SVGAnimatedLengthListAnimator() argument
30 : SVGAnimatedTypeAnimator(AnimatedLengthList, animationElement, contextElement) in SVGAnimatedLengthListAnimator()
31 … , m_lengthMode(SVGLength::lengthModeForAnimatedLengthAttribute(animationElement->attributeName())) in SVGAnimatedLengthListAnimator()
84 static SVGLengthList parseLengthListFromString(SVGAnimationElement* animationElement, const String&… in parseLengthListFromString() argument
87 …lengthList.parse(string, SVGLength::lengthModeForAnimatedLengthAttribute(animationElement->attribu… in parseLengthListFromString()
DSVGAnimatedTransformList.cpp35 …ListAnimator::SVGAnimatedTransformListAnimator(SVGAnimationElement* animationElement, SVGElement* … in SVGAnimatedTransformListAnimator() argument
36 : SVGAnimatedTypeAnimator(AnimatedTransformList, animationElement, contextElement) in SVGAnimatedTransformListAnimator()
37 …nsformTypePrefixForParsing(static_cast<SVGAnimateTransformElement*>(animationElement)->transformTy… in SVGAnimatedTransformListAnimator()
40 ASSERT(animationElement->hasTagName(SVGNames::animateTransformTag)); in SVGAnimatedTransformListAnimator()
DSVGAnimatedBoolean.cpp28 SVGAnimatedBooleanAnimator::SVGAnimatedBooleanAnimator(SVGAnimationElement* animationElement, SVGEl… in SVGAnimatedBooleanAnimator() argument
29 : SVGAnimatedTypeAnimator(AnimatedBoolean, animationElement, contextElement) in SVGAnimatedBooleanAnimator()
DSVGAnimatedPreserveAspectRatio.cpp28 …imator::SVGAnimatedPreserveAspectRatioAnimator(SVGAnimationElement* animationElement, SVGElement* … in SVGAnimatedPreserveAspectRatioAnimator() argument
29 : SVGAnimatedTypeAnimator(AnimatedPreserveAspectRatio, animationElement, contextElement) in SVGAnimatedPreserveAspectRatioAnimator()
DSVGAnimatedString.cpp28 SVGAnimatedStringAnimator::SVGAnimatedStringAnimator(SVGAnimationElement* animationElement, SVGElem… in SVGAnimatedStringAnimator() argument
29 : SVGAnimatedTypeAnimator(AnimatedString, animationElement, contextElement) in SVGAnimatedStringAnimator()
DSVGAnimatedNumber.cpp31 SVGAnimatedNumberAnimator::SVGAnimatedNumberAnimator(SVGAnimationElement* animationElement, SVGElem… in SVGAnimatedNumberAnimator() argument
32 : SVGAnimatedTypeAnimator(AnimatedNumber, animationElement, contextElement) in SVGAnimatedNumberAnimator()
DSVGAnimatedNumberList.cpp29 SVGAnimatedNumberListAnimator::SVGAnimatedNumberListAnimator(SVGAnimationElement* animationElement,… in SVGAnimatedNumberListAnimator() argument
30 : SVGAnimatedTypeAnimator(AnimatedNumberList, animationElement, contextElement) in SVGAnimatedNumberListAnimator()
DSVGAnimatedIntegerOptionalInteger.cpp30 …tor::SVGAnimatedIntegerOptionalIntegerAnimator(SVGAnimationElement* animationElement, SVGElement* … in SVGAnimatedIntegerOptionalIntegerAnimator() argument
31 : SVGAnimatedTypeAnimator(AnimatedIntegerOptionalInteger, animationElement, contextElement) in SVGAnimatedIntegerOptionalIntegerAnimator()
DSVGAnimatedTypeAnimator.cpp38 …nimatedTypeAnimator(AnimatedPropertyType type, SVGAnimationElement* animationElement, SVGElement* … in SVGAnimatedTypeAnimator() argument
40 , m_animationElement(animationElement) in SVGAnimatedTypeAnimator()
DSVGAnimatedRect.cpp29 SVGAnimatedRectAnimator::SVGAnimatedRectAnimator(SVGAnimationElement* animationElement, SVGElement*… in SVGAnimatedRectAnimator() argument
30 : SVGAnimatedTypeAnimator(AnimatedRect, animationElement, contextElement) in SVGAnimatedRectAnimator()
DSVGAnimatedNumberOptionalNumber.cpp32 …mator::SVGAnimatedNumberOptionalNumberAnimator(SVGAnimationElement* animationElement, SVGElement* … in SVGAnimatedNumberOptionalNumberAnimator() argument
33 : SVGAnimatedTypeAnimator(AnimatedNumberOptionalNumber, animationElement, contextElement) in SVGAnimatedNumberOptionalNumberAnimator()
DSVGAnimatedPointList.cpp29 SVGAnimatedPointListAnimator::SVGAnimatedPointListAnimator(SVGAnimationElement* animationElement, S… in SVGAnimatedPointListAnimator() argument
30 : SVGAnimatedTypeAnimator(AnimatedPoints, animationElement, contextElement) in SVGAnimatedPointListAnimator()
DSVGAnimatedColor.cpp31 SVGAnimatedColorAnimator::SVGAnimatedColorAnimator(SVGAnimationElement* animationElement, SVGElemen… in SVGAnimatedColorAnimator() argument
32 : SVGAnimatedTypeAnimator(AnimatedColor, animationElement, contextElement) in SVGAnimatedColorAnimator()
DSVGAnimatedPath.cpp30 SVGAnimatedPathAnimator::SVGAnimatedPathAnimator(SVGAnimationElement* animationElement, SVGElement*… in SVGAnimatedPathAnimator() argument
31 : SVGAnimatedTypeAnimator(AnimatedPath, animationElement, contextElement) in SVGAnimatedPathAnimator()
DSVGAnimatedEnumeration.cpp102 …rationAnimator::SVGAnimatedEnumerationAnimator(SVGAnimationElement* animationElement, SVGElement* … in SVGAnimatedEnumerationAnimator() argument
103 : SVGAnimatedTypeAnimator(AnimatedEnumeration, animationElement, contextElement) in SVGAnimatedEnumerationAnimator()
DSVGAnimatedAngle.cpp29 SVGAnimatedAngleAnimator::SVGAnimatedAngleAnimator(SVGAnimationElement* animationElement, SVGElemen… in SVGAnimatedAngleAnimator() argument
30 : SVGAnimatedTypeAnimator(AnimatedAngle, animationElement, contextElement) in SVGAnimatedAngleAnimator()