HomeSort by relevance Sort by last modified time
    Searched refs:AnimatedString (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGElement.cpp 637 s_cssPropertyMap.set(alignment_baselineAttr, AnimatedString);
638 s_cssPropertyMap.set(baseline_shiftAttr, AnimatedString);
639 s_cssPropertyMap.set(buffered_renderingAttr, AnimatedString);
641 s_cssPropertyMap.set(clip_pathAttr, AnimatedString);
642 s_cssPropertyMap.set(clip_ruleAttr, AnimatedString);
644 s_cssPropertyMap.set(color_interpolationAttr, AnimatedString);
645 s_cssPropertyMap.set(color_interpolation_filtersAttr, AnimatedString);
646 s_cssPropertyMap.set(color_profileAttr, AnimatedString);
647 s_cssPropertyMap.set(color_renderingAttr, AnimatedString);
648 s_cssPropertyMap.set(cursorAttr, AnimatedString);
    [all...]
SVGAnimatedString.h 36 DEFINE_ANIMATED_PROPERTY(AnimatedString, OwnerType, DOMAttribute, DOMAttribute.localName(), UpperProperty, LowerProperty, SVGAnimatedString, String)
SVGAnimatorFactory.h 83 case AnimatedString:
SVGAnimatedString.cpp 29 : SVGAnimatedTypeAnimator(AnimatedString, animationElement, contextElement)
82 String& animatedString = animated->string();
88 m_animationElement->animateDiscreteType<String>(percentage, fromString, toString, animatedString);
SVGAnimatedType.cpp 82 case AnimatedString:
217 OwnPtr<SVGAnimatedType> animatedType = adoptPtr(new SVGAnimatedType(AnimatedString));
249 case AnimatedString:
299 case AnimatedString:
SVGAnimatedType.h 157 ASSERT(m_type == AnimatedString);
260 ASSERT(m_type == AnimatedString);
SVGAnimateElement.cpp 40 , m_animatedPropertyType(AnimatedString)
383 case AnimatedString:
423 m_animatedPropertyType = targetElement() ? determineAnimatedPropertyType(targetElement()) : AnimatedString;
SVGAnimationElement.cpp 516 || attributeType == AnimatedString)
  /external/chromium_org/third_party/WebKit/Source/core/svg/properties/
SVGPropertyInfo.h 52 AnimatedString,

Completed in 41 milliseconds