Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGAnimationElement.h48 enum AnimatedPropertyValueType { enum
94 AnimatedPropertyValueType fromPropertyValueType() const { return m_fromPropertyValueType; } in fromPropertyValueType()
95 AnimatedPropertyValueType toPropertyValueType() const { return m_toPropertyValueType; } in toPropertyValueType()
99AnimatedPropertyValueType valueType, AnimatedType& animatedType, SVGElement* contextElement) in adjustForInheritance()
191 AnimatedPropertyValueType m_fromPropertyValueType;
192 AnimatedPropertyValueType m_toPropertyValueType;