Home
last modified time | relevance | path

Searched refs:AnimatedString (Results 1 – 25 of 32) sorted by relevance

12

/external/webkit/Source/WebCore/svg/
DSVGStyledElement.cpp212 s_cssPropertyMap.set(alignment_baselineAttr, AnimatedString); in cssPropertyToTypeMap()
213 s_cssPropertyMap.set(baseline_shiftAttr, AnimatedString); in cssPropertyToTypeMap()
215 s_cssPropertyMap.set(clip_pathAttr, AnimatedString); in cssPropertyToTypeMap()
216 s_cssPropertyMap.set(clip_ruleAttr, AnimatedString); in cssPropertyToTypeMap()
218 s_cssPropertyMap.set(color_interpolationAttr, AnimatedString); in cssPropertyToTypeMap()
219 s_cssPropertyMap.set(color_interpolation_filtersAttr, AnimatedString); in cssPropertyToTypeMap()
220 s_cssPropertyMap.set(color_profileAttr, AnimatedString); in cssPropertyToTypeMap()
221 s_cssPropertyMap.set(color_renderingAttr, AnimatedString); in cssPropertyToTypeMap()
222 s_cssPropertyMap.set(cursorAttr, AnimatedString); in cssPropertyToTypeMap()
223 s_cssPropertyMap.set(displayAttr, AnimatedString); in cssPropertyToTypeMap()
[all …]
DSVGAnimateElement.cpp48 , m_animatedAttributeType(AnimatedString) in SVGAnimateElement()
143 case AnimatedString: in determineAnimatedAttributeType()
144 return AnimatedString; in determineAnimatedAttributeType()
189 …if (results->m_animatedAttributeType == AnimatedString && m_animatedAttributeType != AnimatedStrin… in calculateAnimatedValue()
320 results->m_animatedAttributeType = AnimatedString; in calculateAnimatedValue()
390 m_animatedAttributeType = AnimatedString; in calculateFromAndToValues()
462 m_animatedAttributeType = AnimatedString; in resetToBaseValue()
DSVGFEBlendElement.cpp123 attributeToPropertyTypeMap.set(SVGNames::inAttr, AnimatedString); in fillAttributeToPropertyTypeMap()
124 attributeToPropertyTypeMap.set(SVGNames::in2Attr, AnimatedString); in fillAttributeToPropertyTypeMap()
DSVGAElement.cpp119 attributeToPropertyTypeMap.set(SVGNames::targetAttr, AnimatedString); in fillAttributeToPropertyTypeMap()
120 attributeToPropertyTypeMap.set(XLinkNames::hrefAttr, AnimatedString); in fillAttributeToPropertyTypeMap()
DSVGFEDisplacementMapElement.cpp152 attributeToPropertyTypeMap.set(SVGNames::inAttr, AnimatedString); in fillAttributeToPropertyTypeMap()
153 attributeToPropertyTypeMap.set(SVGNames::in2Attr, AnimatedString); in fillAttributeToPropertyTypeMap()
DSVGFECompositeElement.cpp162 attributeToPropertyTypeMap.set(SVGNames::inAttr, AnimatedString); in fillAttributeToPropertyTypeMap()
163 attributeToPropertyTypeMap.set(SVGNames::in2Attr, AnimatedString); in fillAttributeToPropertyTypeMap()
DSVGMPathElement.cpp76 attributeToPropertyTypeMap().set(XLinkNames::hrefAttr, AnimatedString); in fillAttributeToPropertyTypeMap()
DSVGFEMergeNodeElement.cpp82 attributeToPropertyTypeMap().set(SVGNames::inAttr, AnimatedString); in fillAttributeToPropertyTypeMap()
DSVGFETileElement.cpp83 attributeToPropertyTypeMap.set(SVGNames::inAttr, AnimatedString); in fillAttributeToPropertyTypeMap()
DSVGAltGlyphElement.cpp68 attributeToPropertyTypeMap.set(XLinkNames::hrefAttr, AnimatedString); in fillAttributeToPropertyTypeMap()
DSVGTRefElement.cpp98 attributeToPropertyTypeMap.set(XLinkNames::hrefAttr, AnimatedString); in fillAttributeToPropertyTypeMap()
DSVGFEComponentTransferElement.cpp78 attributeToPropertyTypeMap.set(SVGNames::inAttr, AnimatedString); in fillAttributeToPropertyTypeMap()
DSVGFEOffsetElement.cpp101 attributeToPropertyTypeMap.set(SVGNames::inAttr, AnimatedString); in fillAttributeToPropertyTypeMap()
DSVGElement.h47 AnimatedString, enumerator
DSVGFEGaussianBlurElement.cpp121 attributeToPropertyTypeMap.set(SVGNames::inAttr, AnimatedString); in fillAttributeToPropertyTypeMap()
DSVGFEImageElement.cpp137 attributeToPropertyTypeMap.set(XLinkNames::hrefAttr, AnimatedString); in fillAttributeToPropertyTypeMap()
DSVGFEColorMatrixElement.cpp125 attributeToPropertyTypeMap.set(SVGNames::inAttr, AnimatedString); in fillAttributeToPropertyTypeMap()
DSVGCursorElement.cpp86 attributeToPropertyTypeMap.set(XLinkNames::hrefAttr, AnimatedString); in fillAttributeToPropertyTypeMap()
DSVGTextPathElement.cpp126 attributeToPropertyTypeMap.set(XLinkNames::hrefAttr, AnimatedString); in fillAttributeToPropertyTypeMap()
DSVGFEMorphologyElement.cpp146 attributeToPropertyTypeMap.set(SVGNames::inAttr, AnimatedString); in fillAttributeToPropertyTypeMap()
DSVGScriptElement.cpp108 attributeToPropertyTypeMap().set(XLinkNames::hrefAttr, AnimatedString); in fillAttributeToPropertyTypeMap()
DSVGForeignObjectElement.cpp149 attributeToPropertyTypeMap.set(XLinkNames::hrefAttr, AnimatedString); in fillAttributeToPropertyTypeMap()
DSVGGradientElement.cpp134 attributeToPropertyTypeMap.set(XLinkNames::hrefAttr, AnimatedString); in fillPassedAttributeToPropertyTypeMap()
DSVGFilterPrimitiveStandardAttributes.cpp163 attributeToPropertyTypeMap.set(SVGNames::resultAttr, AnimatedString); in fillPassedAttributeToPropertyTypeMap()
DSVGImageElement.cpp177 attributeToPropertyTypeMap.set(XLinkNames::hrefAttr, AnimatedString); in fillAttributeToPropertyTypeMap()

12