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

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGAnimatedNumber.h 36 DEFINE_ANIMATED_PROPERTY(AnimatedNumber, OwnerType, DOMAttribute, DOMAttribute.localName(), UpperProperty, LowerProperty, SVGAnimatedNumber, float)
SVGAnimatedNumber.cpp 32 : SVGAnimatedTypeAnimator(AnimatedNumber, animationElement, contextElement)
39 float& animatedNumber = animtedType->number();
40 if (!parseNumberFromString(string, animatedNumber))
41 animatedNumber = 0;
72 ASSERT(from->type() == AnimatedNumber);
93 float& animatedNumber = animated->number();
99 m_animationElement->animateAdditiveNumber(percentage, repeatCount, fromNumber, toNumber, toAtEndOfDurationNumber, animatedNumber);
SVGAnimatorFactory.h 69 case AnimatedNumber:
SVGAnimatedType.cpp 61 case AnimatedNumber:
161 OwnPtr<SVGAnimatedType> animatedType = adoptPtr(new SVGAnimatedType(AnimatedNumber));
242 case AnimatedNumber:
291 case AnimatedNumber:
SVGAnimatedType.h 115 ASSERT(m_type == AnimatedNumber);
218 ASSERT(m_type == AnimatedNumber);
SVGElement.cpp 652 s_cssPropertyMap.set(fill_opacityAttr, AnimatedNumber);
656 s_cssPropertyMap.set(flood_opacityAttr, AnimatedNumber);
672 s_cssPropertyMap.set(opacityAttr, AnimatedNumber);
677 s_cssPropertyMap.set(stop_opacityAttr, AnimatedNumber);
683 s_cssPropertyMap.set(stroke_miterlimitAttr, AnimatedNumber);
684 s_cssPropertyMap.set(stroke_opacityAttr, AnimatedNumber);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/svg/properties/
SVGPropertyInfo.h 45 AnimatedNumber,

Completed in 145 milliseconds