Home
last modified time | relevance | path

Searched refs:AnimatedLength (Results 1 – 21 of 21) sorted by relevance

/external/webkit/Source/WebCore/svg/
DSVGRectElement.cpp169 attributeToPropertyTypeMap.set(SVGNames::xAttr, AnimatedLength); in fillAttributeToPropertyTypeMap()
170 attributeToPropertyTypeMap.set(SVGNames::yAttr, AnimatedLength); in fillAttributeToPropertyTypeMap()
171 attributeToPropertyTypeMap.set(SVGNames::widthAttr, AnimatedLength); in fillAttributeToPropertyTypeMap()
172 attributeToPropertyTypeMap.set(SVGNames::heightAttr, AnimatedLength); in fillAttributeToPropertyTypeMap()
173 attributeToPropertyTypeMap.set(SVGNames::rxAttr, AnimatedLength); in fillAttributeToPropertyTypeMap()
174 attributeToPropertyTypeMap.set(SVGNames::ryAttr, AnimatedLength); in fillAttributeToPropertyTypeMap()
DSVGLineElement.cpp146 attributeToPropertyTypeMap.set(SVGNames::x1Attr, AnimatedLength); in fillAttributeToPropertyTypeMap()
147 attributeToPropertyTypeMap.set(SVGNames::y1Attr, AnimatedLength); in fillAttributeToPropertyTypeMap()
148 attributeToPropertyTypeMap.set(SVGNames::x2Attr, AnimatedLength); in fillAttributeToPropertyTypeMap()
149 attributeToPropertyTypeMap.set(SVGNames::y2Attr, AnimatedLength); in fillAttributeToPropertyTypeMap()
DSVGForeignObjectElement.cpp145 attributeToPropertyTypeMap.set(SVGNames::xAttr, AnimatedLength); in fillAttributeToPropertyTypeMap()
146 attributeToPropertyTypeMap.set(SVGNames::yAttr, AnimatedLength); in fillAttributeToPropertyTypeMap()
147 attributeToPropertyTypeMap.set(SVGNames::widthAttr, AnimatedLength); in fillAttributeToPropertyTypeMap()
148 attributeToPropertyTypeMap.set(SVGNames::heightAttr, AnimatedLength); in fillAttributeToPropertyTypeMap()
DSVGEllipseElement.cpp150 attributeToPropertyTypeMap.set(SVGNames::cxAttr, AnimatedLength); in fillAttributeToPropertyTypeMap()
151 attributeToPropertyTypeMap.set(SVGNames::cyAttr, AnimatedLength); in fillAttributeToPropertyTypeMap()
152 attributeToPropertyTypeMap.set(SVGNames::rxAttr, AnimatedLength); in fillAttributeToPropertyTypeMap()
153 attributeToPropertyTypeMap.set(SVGNames::ryAttr, AnimatedLength); in fillAttributeToPropertyTypeMap()
DSVGFilterPrimitiveStandardAttributes.cpp159 attributeToPropertyTypeMap.set(SVGNames::xAttr, AnimatedLength); in fillPassedAttributeToPropertyTypeMap()
160 attributeToPropertyTypeMap.set(SVGNames::yAttr, AnimatedLength); in fillPassedAttributeToPropertyTypeMap()
161 attributeToPropertyTypeMap.set(SVGNames::widthAttr, AnimatedLength); in fillPassedAttributeToPropertyTypeMap()
162 attributeToPropertyTypeMap.set(SVGNames::heightAttr, AnimatedLength); in fillPassedAttributeToPropertyTypeMap()
DSVGRadialGradientElement.cpp138 attributeToPropertyTypeMap.set(SVGNames::cxAttr, AnimatedLength); in fillAttributeToPropertyTypeMap()
139 attributeToPropertyTypeMap.set(SVGNames::cyAttr, AnimatedLength); in fillAttributeToPropertyTypeMap()
140 attributeToPropertyTypeMap.set(SVGNames::rAttr, AnimatedLength); in fillAttributeToPropertyTypeMap()
141 attributeToPropertyTypeMap.set(SVGNames::fxAttr, AnimatedLength); in fillAttributeToPropertyTypeMap()
142 attributeToPropertyTypeMap.set(SVGNames::fyAttr, AnimatedLength); in fillAttributeToPropertyTypeMap()
DSVGMaskElement.cpp162 attributeToPropertyTypeMap.set(SVGNames::xAttr, AnimatedLength); in fillAttributeToPropertyTypeMap()
163 attributeToPropertyTypeMap.set(SVGNames::yAttr, AnimatedLength); in fillAttributeToPropertyTypeMap()
164 attributeToPropertyTypeMap.set(SVGNames::widthAttr, AnimatedLength); in fillAttributeToPropertyTypeMap()
165 attributeToPropertyTypeMap.set(SVGNames::heightAttr, AnimatedLength); in fillAttributeToPropertyTypeMap()
DSVGImageElement.cpp172 attributeToPropertyTypeMap.set(SVGNames::xAttr, AnimatedLength); in fillAttributeToPropertyTypeMap()
173 attributeToPropertyTypeMap.set(SVGNames::yAttr, AnimatedLength); in fillAttributeToPropertyTypeMap()
174 attributeToPropertyTypeMap.set(SVGNames::widthAttr, AnimatedLength); in fillAttributeToPropertyTypeMap()
175 attributeToPropertyTypeMap.set(SVGNames::heightAttr, AnimatedLength); in fillAttributeToPropertyTypeMap()
DSVGLinearGradientElement.cpp128 attributeToPropertyTypeMap.set(SVGNames::x1Attr, AnimatedLength); in fillAttributeToPropertyTypeMap()
129 attributeToPropertyTypeMap.set(SVGNames::y1Attr, AnimatedLength); in fillAttributeToPropertyTypeMap()
130 attributeToPropertyTypeMap.set(SVGNames::x2Attr, AnimatedLength); in fillAttributeToPropertyTypeMap()
131 attributeToPropertyTypeMap.set(SVGNames::y2Attr, AnimatedLength); in fillAttributeToPropertyTypeMap()
DSVGCircleElement.cpp140 attributeToPropertyTypeMap.set(SVGNames::cxAttr, AnimatedLength); in fillAttributeToPropertyTypeMap()
141 attributeToPropertyTypeMap.set(SVGNames::cyAttr, AnimatedLength); in fillAttributeToPropertyTypeMap()
142 attributeToPropertyTypeMap.set(SVGNames::rAttr, AnimatedLength); in fillAttributeToPropertyTypeMap()
DSVGMarkerElement.cpp197 attributeToPropertyTypeMap.set(SVGNames::refXAttr, AnimatedLength); in fillAttributeToPropertyTypeMap()
198 attributeToPropertyTypeMap.set(SVGNames::refYAttr, AnimatedLength); in fillAttributeToPropertyTypeMap()
199 attributeToPropertyTypeMap.set(SVGNames::markerWidthAttr, AnimatedLength); in fillAttributeToPropertyTypeMap()
200 attributeToPropertyTypeMap.set(SVGNames::markerHeightAttr, AnimatedLength); in fillAttributeToPropertyTypeMap()
DSVGFilterElement.cpp212 attributeToPropertyTypeMap.set(SVGNames::xAttr, AnimatedLength); in fillAttributeToPropertyTypeMap()
213 attributeToPropertyTypeMap.set(SVGNames::yAttr, AnimatedLength); in fillAttributeToPropertyTypeMap()
214 attributeToPropertyTypeMap.set(SVGNames::widthAttr, AnimatedLength); in fillAttributeToPropertyTypeMap()
215 attributeToPropertyTypeMap.set(SVGNames::heightAttr, AnimatedLength); in fillAttributeToPropertyTypeMap()
DSVGStyledElement.cpp232 s_cssPropertyMap.set(font_sizeAttr, AnimatedLength); in cssPropertyToTypeMap()
238 s_cssPropertyMap.set(kerningAttr, AnimatedLength); in cssPropertyToTypeMap()
239 s_cssPropertyMap.set(letter_spacingAttr, AnimatedLength); in cssPropertyToTypeMap()
253 s_cssPropertyMap.set(stroke_dashoffsetAttr, AnimatedLength); in cssPropertyToTypeMap()
258 s_cssPropertyMap.set(stroke_widthAttr, AnimatedLength); in cssPropertyToTypeMap()
264 s_cssPropertyMap.set(word_spacingAttr, AnimatedLength); in cssPropertyToTypeMap()
DSVGPatternElement.cpp208 attributeToPropertyTypeMap.set(SVGNames::xAttr, AnimatedLength); in fillAttributeToPropertyTypeMap()
209 attributeToPropertyTypeMap.set(SVGNames::yAttr, AnimatedLength); in fillAttributeToPropertyTypeMap()
210 attributeToPropertyTypeMap.set(SVGNames::widthAttr, AnimatedLength); in fillAttributeToPropertyTypeMap()
211 attributeToPropertyTypeMap.set(SVGNames::heightAttr, AnimatedLength); in fillAttributeToPropertyTypeMap()
DSVGSVGElement.cpp383 attributeToPropertyTypeMap.set(SVGNames::xAttr, AnimatedLength); in fillAttributeToPropertyTypeMap()
384 attributeToPropertyTypeMap.set(SVGNames::yAttr, AnimatedLength); in fillAttributeToPropertyTypeMap()
385 attributeToPropertyTypeMap.set(SVGNames::widthAttr, AnimatedLength); in fillAttributeToPropertyTypeMap()
386 attributeToPropertyTypeMap.set(SVGNames::heightAttr, AnimatedLength); in fillAttributeToPropertyTypeMap()
DSVGStopElement.cpp91 attributeToPropertyTypeMap.set(SVGNames::offsetAttr, AnimatedLength); in fillAttributeToPropertyTypeMap()
DSVGElement.h38 AnimatedLength, enumerator
DSVGTextPathElement.cpp123 attributeToPropertyTypeMap.set(SVGNames::startOffsetAttr, AnimatedLength); in fillAttributeToPropertyTypeMap()
DSVGUseElement.cpp235 attributeToPropertyTypeMap.set(SVGNames::xAttr, AnimatedLength); in fillAttributeToPropertyTypeMap()
236 attributeToPropertyTypeMap.set(SVGNames::yAttr, AnimatedLength); in fillAttributeToPropertyTypeMap()
237 attributeToPropertyTypeMap.set(SVGNames::widthAttr, AnimatedLength); in fillAttributeToPropertyTypeMap()
238 attributeToPropertyTypeMap.set(SVGNames::heightAttr, AnimatedLength); in fillAttributeToPropertyTypeMap()
DSVGTextContentElement.cpp259 attributeToPropertyTypeMap.set(SVGNames::textLengthAttr, AnimatedLength); in fillPassedAttributeToPropertyTypeMap()
DSVGAnimateElement.cpp147 case AnimatedLength: in determineAnimatedAttributeType()