Home
last modified time | relevance | path

Searched refs:AnimatedEnumeration (Results 1 – 18 of 18) sorted by relevance

/external/webkit/Source/WebCore/svg/
DSVGTextPathElement.cpp124 attributeToPropertyTypeMap.set(SVGNames::methodAttr, AnimatedEnumeration); in fillAttributeToPropertyTypeMap()
125 attributeToPropertyTypeMap.set(SVGNames::spacingAttr, AnimatedEnumeration); in fillAttributeToPropertyTypeMap()
DSVGFETurbulenceElement.cpp163 attributeToPropertyTypeMap.set(SVGNames::stitchTilesAttr, AnimatedEnumeration); in fillAttributeToPropertyTypeMap()
164 attributeToPropertyTypeMap.set(SVGNames::typeAttr, AnimatedEnumeration); in fillAttributeToPropertyTypeMap()
DSVGGradientElement.cpp131 attributeToPropertyTypeMap.set(SVGNames::spreadMethodAttr, AnimatedEnumeration); in fillPassedAttributeToPropertyTypeMap()
132 attributeToPropertyTypeMap.set(SVGNames::gradientUnitsAttr, AnimatedEnumeration); in fillPassedAttributeToPropertyTypeMap()
DSVGFEDisplacementMapElement.cpp154 attributeToPropertyTypeMap.set(SVGNames::xChannelSelectorAttr, AnimatedEnumeration); in fillAttributeToPropertyTypeMap()
155 attributeToPropertyTypeMap.set(SVGNames::yChannelSelectorAttr, AnimatedEnumeration); in fillAttributeToPropertyTypeMap()
DSVGMaskElement.cpp166 attributeToPropertyTypeMap.set(SVGNames::maskUnitsAttr, AnimatedEnumeration); in fillAttributeToPropertyTypeMap()
167 attributeToPropertyTypeMap.set(SVGNames::maskContentUnitsAttr, AnimatedEnumeration); in fillAttributeToPropertyTypeMap()
DSVGFilterElement.cpp210 attributeToPropertyTypeMap.set(SVGNames::filterUnitsAttr, AnimatedEnumeration); in fillAttributeToPropertyTypeMap()
211 attributeToPropertyTypeMap.set(SVGNames::primitiveUnitsAttr, AnimatedEnumeration); in fillAttributeToPropertyTypeMap()
DSVGPatternElement.cpp212 attributeToPropertyTypeMap.set(SVGNames::patternUnitsAttr, AnimatedEnumeration); in fillAttributeToPropertyTypeMap()
213 attributeToPropertyTypeMap.set(SVGNames::patternContentUnitsAttr, AnimatedEnumeration); in fillAttributeToPropertyTypeMap()
DSVGClipPathElement.cpp116 attributeToPropertyTypeMap.set(SVGNames::clipPathUnitsAttr, AnimatedEnumeration); in fillAttributeToPropertyTypeMap()
DSVGElement.h36 AnimatedEnumeration, enumerator
DSVGFEBlendElement.cpp125 attributeToPropertyTypeMap.set(SVGNames::modeAttr, AnimatedEnumeration); in fillAttributeToPropertyTypeMap()
DSVGFEColorMatrixElement.cpp126 attributeToPropertyTypeMap.set(SVGNames::typeAttr, AnimatedEnumeration); in fillAttributeToPropertyTypeMap()
DSVGFEMorphologyElement.cpp147 attributeToPropertyTypeMap.set(SVGNames::operatorAttr, AnimatedEnumeration); in fillAttributeToPropertyTypeMap()
DSVGComponentTransferFunctionElement.cpp135 attributeToPropertyTypeMap.set(SVGNames::typeAttr, AnimatedEnumeration); in fillAttributeToPropertyTypeMap()
DSVGFECompositeElement.cpp164 attributeToPropertyTypeMap.set(SVGNames::operatorAttr, AnimatedEnumeration); in fillAttributeToPropertyTypeMap()
DSVGMarkerElement.cpp201 attributeToPropertyTypeMap.set(SVGNames::markerUnitsAttr, AnimatedEnumeration); in fillAttributeToPropertyTypeMap()
DSVGTextContentElement.cpp260 attributeToPropertyTypeMap.set(SVGNames::lengthAdjustAttr, AnimatedEnumeration); in fillPassedAttributeToPropertyTypeMap()
DSVGFEConvolveMatrixElement.cpp204 attributeToPropertyTypeMap.set(SVGNames::operatorAttr, AnimatedEnumeration); in fillAttributeToPropertyTypeMap()
DSVGAnimateElement.cpp137 case AnimatedEnumeration: in determineAnimatedAttributeType()