HomeSort by relevance Sort by last modified time
    Searched refs:AnimatedInteger (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/svg/properties/
SVGPropertyInfo.h 41 AnimatedInteger,
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGAnimatedInteger.cpp 30 : SVGAnimatedTypeAnimator(AnimatedInteger, animationElement, contextElement)
68 ASSERT(from->type() == AnimatedInteger);
74 void SVGAnimatedIntegerAnimator::calculateAnimatedInteger(SVGAnimationElement* animationElement, float percentage, unsigned repeatCount, int fromInteger, int toInteger, int toAtEndOfDurationInteger, int& animatedInteger)
76 float animatedNumber = animatedInteger;
78 animatedInteger = static_cast<int>(roundf(animatedNumber));
89 int& animatedInteger = animated->integer();
91 calculateAnimatedInteger(m_animationElement, percentage, repeatCount, fromInteger, toInteger, toAtEndOfDurationInteger, animatedInteger);
SVGAnimatedInteger.h 36 DEFINE_ANIMATED_PROPERTY(AnimatedInteger, OwnerType, DOMAttribute, DOMAttribute.localName(), UpperProperty, LowerProperty, SVGAnimatedInteger, int)
48 static void calculateAnimatedInteger(SVGAnimationElement*, float percentage, unsigned repeatCount, int fromInteger, int toInteger, int toAtEndOfDurationInteger, int& animatedInteger);
SVGAnimatorFactory.h 61 case AnimatedInteger:
SVGAnimatedType.cpp 49 case AnimatedInteger:
129 OwnPtr<SVGAnimatedType> animatedType = adoptPtr(new SVGAnimatedType(AnimatedInteger));
257 case AnimatedInteger:
308 case AnimatedInteger:
SVGAnimatedType.h 91 ASSERT(m_type == AnimatedInteger);
194 ASSERT(m_type == AnimatedInteger);

Completed in 64 milliseconds