/external/chromium_org/third_party/WebKit/Source/core/svg/ |
D | SVGAnimatorFactory.h | 47 …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 …]
|
D | SVGAnimatedLength.cpp | 29 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()
|
D | SVGAnimatedInteger.cpp | 29 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 77 …animationElement->animateAdditiveNumber(percentage, repeatCount, fromInteger, toInteger, toAtEndOf… in calculateAnimatedInteger()
|
D | SVGAnimatedLengthList.cpp | 29 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()
|
D | SVGAnimatedTransformList.cpp | 35 …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()
|
D | SVGAnimatedBoolean.cpp | 28 SVGAnimatedBooleanAnimator::SVGAnimatedBooleanAnimator(SVGAnimationElement* animationElement, SVGEl… in SVGAnimatedBooleanAnimator() argument 29 : SVGAnimatedTypeAnimator(AnimatedBoolean, animationElement, contextElement) in SVGAnimatedBooleanAnimator()
|
D | SVGAnimatedPreserveAspectRatio.cpp | 28 …imator::SVGAnimatedPreserveAspectRatioAnimator(SVGAnimationElement* animationElement, SVGElement* … in SVGAnimatedPreserveAspectRatioAnimator() argument 29 : SVGAnimatedTypeAnimator(AnimatedPreserveAspectRatio, animationElement, contextElement) in SVGAnimatedPreserveAspectRatioAnimator()
|
D | SVGAnimatedString.cpp | 28 SVGAnimatedStringAnimator::SVGAnimatedStringAnimator(SVGAnimationElement* animationElement, SVGElem… in SVGAnimatedStringAnimator() argument 29 : SVGAnimatedTypeAnimator(AnimatedString, animationElement, contextElement) in SVGAnimatedStringAnimator()
|
D | SVGAnimatedNumber.cpp | 31 SVGAnimatedNumberAnimator::SVGAnimatedNumberAnimator(SVGAnimationElement* animationElement, SVGElem… in SVGAnimatedNumberAnimator() argument 32 : SVGAnimatedTypeAnimator(AnimatedNumber, animationElement, contextElement) in SVGAnimatedNumberAnimator()
|
D | SVGAnimatedNumberList.cpp | 29 SVGAnimatedNumberListAnimator::SVGAnimatedNumberListAnimator(SVGAnimationElement* animationElement,… in SVGAnimatedNumberListAnimator() argument 30 : SVGAnimatedTypeAnimator(AnimatedNumberList, animationElement, contextElement) in SVGAnimatedNumberListAnimator()
|
D | SVGAnimatedIntegerOptionalInteger.cpp | 30 …tor::SVGAnimatedIntegerOptionalIntegerAnimator(SVGAnimationElement* animationElement, SVGElement* … in SVGAnimatedIntegerOptionalIntegerAnimator() argument 31 : SVGAnimatedTypeAnimator(AnimatedIntegerOptionalInteger, animationElement, contextElement) in SVGAnimatedIntegerOptionalIntegerAnimator()
|
D | SVGAnimatedTypeAnimator.cpp | 38 …nimatedTypeAnimator(AnimatedPropertyType type, SVGAnimationElement* animationElement, SVGElement* … in SVGAnimatedTypeAnimator() argument 40 , m_animationElement(animationElement) in SVGAnimatedTypeAnimator()
|
D | SVGAnimatedRect.cpp | 29 SVGAnimatedRectAnimator::SVGAnimatedRectAnimator(SVGAnimationElement* animationElement, SVGElement*… in SVGAnimatedRectAnimator() argument 30 : SVGAnimatedTypeAnimator(AnimatedRect, animationElement, contextElement) in SVGAnimatedRectAnimator()
|
D | SVGAnimatedNumberOptionalNumber.cpp | 32 …mator::SVGAnimatedNumberOptionalNumberAnimator(SVGAnimationElement* animationElement, SVGElement* … in SVGAnimatedNumberOptionalNumberAnimator() argument 33 : SVGAnimatedTypeAnimator(AnimatedNumberOptionalNumber, animationElement, contextElement) in SVGAnimatedNumberOptionalNumberAnimator()
|
D | SVGAnimatedPointList.cpp | 29 SVGAnimatedPointListAnimator::SVGAnimatedPointListAnimator(SVGAnimationElement* animationElement, S… in SVGAnimatedPointListAnimator() argument 30 : SVGAnimatedTypeAnimator(AnimatedPoints, animationElement, contextElement) in SVGAnimatedPointListAnimator()
|
D | SVGAnimatedColor.cpp | 31 SVGAnimatedColorAnimator::SVGAnimatedColorAnimator(SVGAnimationElement* animationElement, SVGElemen… in SVGAnimatedColorAnimator() argument 32 : SVGAnimatedTypeAnimator(AnimatedColor, animationElement, contextElement) in SVGAnimatedColorAnimator()
|
D | SVGAnimatedPath.cpp | 30 SVGAnimatedPathAnimator::SVGAnimatedPathAnimator(SVGAnimationElement* animationElement, SVGElement*… in SVGAnimatedPathAnimator() argument 31 : SVGAnimatedTypeAnimator(AnimatedPath, animationElement, contextElement) in SVGAnimatedPathAnimator()
|
D | SVGAnimatedEnumeration.cpp | 102 …rationAnimator::SVGAnimatedEnumerationAnimator(SVGAnimationElement* animationElement, SVGElement* … in SVGAnimatedEnumerationAnimator() argument 103 : SVGAnimatedTypeAnimator(AnimatedEnumeration, animationElement, contextElement) in SVGAnimatedEnumerationAnimator()
|
D | SVGAnimatedAngle.cpp | 29 SVGAnimatedAngleAnimator::SVGAnimatedAngleAnimator(SVGAnimationElement* animationElement, SVGElemen… in SVGAnimatedAngleAnimator() argument 30 : SVGAnimatedTypeAnimator(AnimatedAngle, animationElement, contextElement) in SVGAnimatedAngleAnimator()
|