Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/svg/properties/
DSVGPropertyInfo.h32 AnimatedLength, enumerator
/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGLength.h103 static AnimatedPropertyType classType() { return AnimatedLength; } in classType()
DSVGElement.cpp644 cssPropertyMap.set(font_sizeAttr, AnimatedLength); in animatedPropertyTypeForCSSAttribute()
650 cssPropertyMap.set(letter_spacingAttr, AnimatedLength); in animatedPropertyTypeForCSSAttribute()
666 cssPropertyMap.set(stroke_dashoffsetAttr, AnimatedLength); in animatedPropertyTypeForCSSAttribute()
671 cssPropertyMap.set(stroke_widthAttr, AnimatedLength); in animatedPropertyTypeForCSSAttribute()
677 cssPropertyMap.set(word_spacingAttr, AnimatedLength); in animatedPropertyTypeForCSSAttribute()
DSVGAnimatedTypeAnimator.cpp96 case AnimatedLength: { in createPropertyForAnimation()