Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/svg/
DSVGAnimateTransformElement.cpp68 return determineAnimatedAttributeType(targetElement) == AnimatedTransformList; in hasValidAttributeType()
77 if (targetElement->animatedPropertyTypeForAttribute(attributeName()) != AnimatedTransformList) in determineAnimatedAttributeType()
80 return AnimatedTransformList; in determineAnimatedAttributeType()
DSVGStyledTransformableElement.cpp137 attributeToPropertyTypeMap.set(SVGNames::transformAttr, AnimatedTransformList); in fillPassedAttributeToPropertyTypeMap()
DSVGElement.h48 AnimatedTransformList, enumerator
DSVGTextElement.cpp157 attributeToPropertyTypeMap.set(SVGNames::transformAttr, AnimatedTransformList); in fillAttributeToPropertyTypeMap()
DSVGGradientElement.cpp133 attributeToPropertyTypeMap.set(SVGNames::gradientTransformAttr, AnimatedTransformList); in fillPassedAttributeToPropertyTypeMap()
DSVGPatternElement.cpp214 attributeToPropertyTypeMap.set(SVGNames::patternTransformAttr, AnimatedTransformList); in fillAttributeToPropertyTypeMap()
DSVGAnimateElement.cpp157 case AnimatedTransformList: in determineAnimatedAttributeType()