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

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGAnimatedAngle.h 37 DEFINE_ANIMATED_PROPERTY(AnimatedAngle, OwnerType, DOMAttribute, SVGDOMAttributeIdentifier, UpperProperty, LowerProperty, SVGAnimatedAngle, SVGAngle)
SVGAnimatorFactory.h 53 case AnimatedAngle:
SVGAnimatedAngle.cpp 30 : SVGAnimatedTypeAnimator(AnimatedAngle, animationElement, contextElement)
76 ASSERT(from->type() == AnimatedAngle);
138 float animatedAngle = animatedSVGAngle.value();
139 m_animationElement->animateAdditiveNumber(percentage, repeatCount, fromAngleAndEnumeration.first.value(), toAngleAndEnumeration.first.value(), toAtEndOfDurationSVGAngle.value(), animatedAngle);
140 animatedSVGAngle.setValue(animatedAngle);
SVGAnimatedType.cpp 37 case AnimatedAngle:
97 OwnPtr<SVGAnimatedType> animatedType = adoptPtr(new SVGAnimatedType(AnimatedAngle));
254 case AnimatedAngle:
305 case AnimatedAngle:
SVGAnimatedTypeAnimator.cpp 98 ASSERT(m_type == AnimatedAngle);
SVGAnimatedType.h 67 ASSERT(m_type == AnimatedAngle);
170 ASSERT(m_type == AnimatedAngle);
SVGAnimateElement.cpp 88 if (targetElement->hasTagName(SVGNames::markerTag) && type == AnimatedAngle) {
90 ASSERT(propertyTypes[0] == AnimatedAngle);
190 if (expectedPropertyType == AnimatedAngle && it->properties[i]->animatedPropertyType() == AnimatedEnumeration)
SVGAnimatedTypeAnimator.h 175 ASSERT(m_type == AnimatedAngle);
  /external/chromium_org/third_party/WebKit/Source/core/svg/properties/
SVGPropertyInfo.h 37 AnimatedAngle,

Completed in 239 milliseconds