Searched refs:AnimatedPropertyValueType (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGAnimationElement.h47 enum AnimatedPropertyValueType { enum in namespace:blink
91 AnimatedPropertyValueType fromPropertyValueType() const { return m_fromPropertyValueType; }
92 AnimatedPropertyValueType toPropertyValueType() const { return m_toPropertyValueType; }
95 void adjustForInheritance(ParseTypeFromStringType parseTypeFromString, AnimatedPropertyValueType valueType, AnimatedType& animatedType, SVGElement* contextElement)
157 AnimatedPropertyValueType m_fromPropertyValueType;
158 AnimatedPropertyValueType m_toPropertyValueType;

Completed in 550 milliseconds