Searched refs:AnimatedString (Results 1 – 9 of 9) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/svg/ |
D | SVGElement.cpp | 704 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 …]
|
D | SVGAnimatedType.cpp | 82 case AnimatedString: in ~SVGAnimatedType() 217 OwnPtr<SVGAnimatedType> animatedType = adoptPtr(new SVGAnimatedType(AnimatedString)); in createString() 249 case AnimatedString: in valueAsString() 299 case AnimatedString: in setValueAsString()
|
D | SVGAnimatedType.h | 157 ASSERT(m_type == AnimatedString); in string() 260 ASSERT(m_type == AnimatedString); in string()
|
D | SVGAnimatedString.h | 36 DEFINE_ANIMATED_PROPERTY(AnimatedString, OwnerType, DOMAttribute, DOMAttribute.localName(), UpperPr…
|
D | SVGAnimateElement.cpp | 40 , m_animatedPropertyType(AnimatedString) in SVGAnimateElement() 387 case AnimatedString: in animatedPropertyTypeSupportsAddition() 433 …edPropertyType = targetElement() ? determineAnimatedPropertyType(targetElement()) : AnimatedString; in resetAnimatedPropertyType()
|
D | SVGAnimatorFactory.h | 83 case AnimatedString: in create()
|
D | SVGAnimatedString.cpp | 29 : SVGAnimatedTypeAnimator(AnimatedString, animationElement, contextElement) in SVGAnimatedStringAnimator()
|
D | SVGAnimationElement.cpp | 515 || attributeType == AnimatedString) in currentValuesForValuesAnimation()
|
/external/chromium_org/third_party/WebKit/Source/core/svg/properties/ |
D | SVGPropertyInfo.h | 52 AnimatedString, enumerator
|