Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGElement.cpp704 s_cssPropertyMap.set(alignment_baselineAttr, AnimatedString); in cssPropertyToTypeMap()
705 s_cssPropertyMap.set(baseline_shiftAttr, AnimatedString); in cssPropertyToTypeMap()
706 s_cssPropertyMap.set(buffered_renderingAttr, AnimatedString); in cssPropertyToTypeMap()
708 s_cssPropertyMap.set(clip_pathAttr, AnimatedString); in cssPropertyToTypeMap()
709 s_cssPropertyMap.set(clip_ruleAttr, AnimatedString); in cssPropertyToTypeMap()
711 s_cssPropertyMap.set(color_interpolationAttr, AnimatedString); in cssPropertyToTypeMap()
712 s_cssPropertyMap.set(color_interpolation_filtersAttr, AnimatedString); in cssPropertyToTypeMap()
713 s_cssPropertyMap.set(color_profileAttr, AnimatedString); in cssPropertyToTypeMap()
714 s_cssPropertyMap.set(color_renderingAttr, AnimatedString); in cssPropertyToTypeMap()
715 s_cssPropertyMap.set(cursorAttr, AnimatedString); in cssPropertyToTypeMap()
[all …]
DSVGAnimatedType.cpp82 case AnimatedString: in ~SVGAnimatedType()
217 OwnPtr<SVGAnimatedType> animatedType = adoptPtr(new SVGAnimatedType(AnimatedString)); in createString()
249 case AnimatedString: in valueAsString()
299 case AnimatedString: in setValueAsString()
DSVGAnimatedType.h157 ASSERT(m_type == AnimatedString); in string()
260 ASSERT(m_type == AnimatedString); in string()
DSVGAnimatedString.h36 DEFINE_ANIMATED_PROPERTY(AnimatedString, OwnerType, DOMAttribute, DOMAttribute.localName(), UpperPr…
DSVGAnimateElement.cpp40 , m_animatedPropertyType(AnimatedString) in SVGAnimateElement()
387 case AnimatedString: in animatedPropertyTypeSupportsAddition()
433 …edPropertyType = targetElement() ? determineAnimatedPropertyType(targetElement()) : AnimatedString; in resetAnimatedPropertyType()
DSVGAnimatorFactory.h83 case AnimatedString: in create()
DSVGAnimatedString.cpp29 : SVGAnimatedTypeAnimator(AnimatedString, animationElement, contextElement) in SVGAnimatedStringAnimator()
DSVGAnimationElement.cpp515 || attributeType == AnimatedString) in currentValuesForValuesAnimation()
/external/chromium_org/third_party/WebKit/Source/core/svg/properties/
DSVGPropertyInfo.h52 AnimatedString, enumerator