Home
last modified time | relevance | path

Searched refs:AnimatedTransformList (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGAnimatedType.cpp85 case AnimatedTransformList: in ~SVGAnimatedType()
225 OwnPtr<SVGAnimatedType> animatedType = adoptPtr(new SVGAnimatedType(AnimatedTransformList)); in createTransformList()
264 case AnimatedTransformList: in valueAsString()
315 case AnimatedTransformList: in setValueAsString()
DSVGAnimatedTransformList.cpp36 : SVGAnimatedTypeAnimator(AnimatedTransformList, animationElement, contextElement) in SVGAnimatedTransformListAnimator()
78 ASSERT(from->type() == AnimatedTransformList); in addAnimatedTypes()
DSVGAnimatedType.h163 ASSERT(m_type == AnimatedTransformList); in transformList()
266 ASSERT(m_type == AnimatedTransformList); in transformList()
DSVGAnimateTransformElement.cpp53 return m_animatedPropertyType == AnimatedTransformList; in hasValidAttributeType()
DSVGAnimatedTransformList.h35 DEFINE_ANIMATED_PROPERTY(AnimatedTransformList, OwnerType, DOMAttribute, DOMAttribute.localName(), …
DSVGAnimateElement.cpp82 if (type == AnimatedTransformList && !hasTagName(SVGNames::animateTransformTag)) in determineAnimatedPropertyType()
108 …ASSERT(m_animatedPropertyType != AnimatedTransformList || hasTagName(SVGNames::animateTransformTag… in calculateAnimatedValue()
358 …ASSERT(m_animatedPropertyType != AnimatedTransformList || hasTagName(SVGNames::animateTransformTag… in applyResultsToTarget()
DSVGAnimatorFactory.h85 case AnimatedTransformList: in create()
DSVGViewSpec.cpp67 s_propertyInfo = new SVGPropertyInfo(AnimatedTransformList, in transformPropertyInfo()
/external/chromium_org/third_party/WebKit/Source/core/svg/properties/
DSVGPropertyInfo.h53 AnimatedTransformList, enumerator