Searched refs:AnimatedEnumeration (Results 1 – 18 of 18) sorted by relevance
/external/webkit/Source/WebCore/svg/ |
D | SVGTextPathElement.cpp | 124 attributeToPropertyTypeMap.set(SVGNames::methodAttr, AnimatedEnumeration); in fillAttributeToPropertyTypeMap() 125 attributeToPropertyTypeMap.set(SVGNames::spacingAttr, AnimatedEnumeration); in fillAttributeToPropertyTypeMap()
|
D | SVGFETurbulenceElement.cpp | 163 attributeToPropertyTypeMap.set(SVGNames::stitchTilesAttr, AnimatedEnumeration); in fillAttributeToPropertyTypeMap() 164 attributeToPropertyTypeMap.set(SVGNames::typeAttr, AnimatedEnumeration); in fillAttributeToPropertyTypeMap()
|
D | SVGGradientElement.cpp | 131 attributeToPropertyTypeMap.set(SVGNames::spreadMethodAttr, AnimatedEnumeration); in fillPassedAttributeToPropertyTypeMap() 132 attributeToPropertyTypeMap.set(SVGNames::gradientUnitsAttr, AnimatedEnumeration); in fillPassedAttributeToPropertyTypeMap()
|
D | SVGFEDisplacementMapElement.cpp | 154 attributeToPropertyTypeMap.set(SVGNames::xChannelSelectorAttr, AnimatedEnumeration); in fillAttributeToPropertyTypeMap() 155 attributeToPropertyTypeMap.set(SVGNames::yChannelSelectorAttr, AnimatedEnumeration); in fillAttributeToPropertyTypeMap()
|
D | SVGMaskElement.cpp | 166 attributeToPropertyTypeMap.set(SVGNames::maskUnitsAttr, AnimatedEnumeration); in fillAttributeToPropertyTypeMap() 167 attributeToPropertyTypeMap.set(SVGNames::maskContentUnitsAttr, AnimatedEnumeration); in fillAttributeToPropertyTypeMap()
|
D | SVGFilterElement.cpp | 210 attributeToPropertyTypeMap.set(SVGNames::filterUnitsAttr, AnimatedEnumeration); in fillAttributeToPropertyTypeMap() 211 attributeToPropertyTypeMap.set(SVGNames::primitiveUnitsAttr, AnimatedEnumeration); in fillAttributeToPropertyTypeMap()
|
D | SVGPatternElement.cpp | 212 attributeToPropertyTypeMap.set(SVGNames::patternUnitsAttr, AnimatedEnumeration); in fillAttributeToPropertyTypeMap() 213 attributeToPropertyTypeMap.set(SVGNames::patternContentUnitsAttr, AnimatedEnumeration); in fillAttributeToPropertyTypeMap()
|
D | SVGClipPathElement.cpp | 116 attributeToPropertyTypeMap.set(SVGNames::clipPathUnitsAttr, AnimatedEnumeration); in fillAttributeToPropertyTypeMap()
|
D | SVGElement.h | 36 AnimatedEnumeration, enumerator
|
D | SVGFEBlendElement.cpp | 125 attributeToPropertyTypeMap.set(SVGNames::modeAttr, AnimatedEnumeration); in fillAttributeToPropertyTypeMap()
|
D | SVGFEColorMatrixElement.cpp | 126 attributeToPropertyTypeMap.set(SVGNames::typeAttr, AnimatedEnumeration); in fillAttributeToPropertyTypeMap()
|
D | SVGFEMorphologyElement.cpp | 147 attributeToPropertyTypeMap.set(SVGNames::operatorAttr, AnimatedEnumeration); in fillAttributeToPropertyTypeMap()
|
D | SVGComponentTransferFunctionElement.cpp | 135 attributeToPropertyTypeMap.set(SVGNames::typeAttr, AnimatedEnumeration); in fillAttributeToPropertyTypeMap()
|
D | SVGFECompositeElement.cpp | 164 attributeToPropertyTypeMap.set(SVGNames::operatorAttr, AnimatedEnumeration); in fillAttributeToPropertyTypeMap()
|
D | SVGMarkerElement.cpp | 201 attributeToPropertyTypeMap.set(SVGNames::markerUnitsAttr, AnimatedEnumeration); in fillAttributeToPropertyTypeMap()
|
D | SVGTextContentElement.cpp | 260 attributeToPropertyTypeMap.set(SVGNames::lengthAdjustAttr, AnimatedEnumeration); in fillPassedAttributeToPropertyTypeMap()
|
D | SVGFEConvolveMatrixElement.cpp | 204 attributeToPropertyTypeMap.set(SVGNames::operatorAttr, AnimatedEnumeration); in fillAttributeToPropertyTypeMap()
|
D | SVGAnimateElement.cpp | 137 case AnimatedEnumeration: in determineAnimatedAttributeType()
|