Home
last modified time | relevance | path

Searched refs:AnimatedNumberList (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/svg/
DSVGTextPositioningElement.cpp165 attributeToPropertyTypeMap.set(SVGNames::xAttr, AnimatedNumberList); in fillPassedAttributeToPropertyTypeMap()
166 attributeToPropertyTypeMap.set(SVGNames::yAttr, AnimatedNumberList); in fillPassedAttributeToPropertyTypeMap()
167 attributeToPropertyTypeMap.set(SVGNames::dxAttr, AnimatedNumberList); in fillPassedAttributeToPropertyTypeMap()
168 attributeToPropertyTypeMap.set(SVGNames::dyAttr, AnimatedNumberList); in fillPassedAttributeToPropertyTypeMap()
169 attributeToPropertyTypeMap.set(SVGNames::rotateAttr, AnimatedNumberList); in fillPassedAttributeToPropertyTypeMap()
DSVGElement.h41 AnimatedNumberList, enumerator
DSVGFEColorMatrixElement.cpp127 attributeToPropertyTypeMap.set(SVGNames::valuesAttr, AnimatedNumberList); in fillAttributeToPropertyTypeMap()
DSVGComponentTransferFunctionElement.cpp136 attributeToPropertyTypeMap.set(SVGNames::tableValuesAttr, AnimatedNumberList); in fillAttributeToPropertyTypeMap()
DSVGFEConvolveMatrixElement.cpp199 attributeToPropertyTypeMap.set(SVGNames::kernelMatrixAttr, AnimatedNumberList); in fillAttributeToPropertyTypeMap()
DSVGAnimateElement.cpp139 case AnimatedNumberList: in determineAnimatedAttributeType()