Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGAnimatedColor.cpp76 …stForInheritance<Color>(parseColorFromString, m_animationElement->fromPropertyValueType(), fromCol… in calculateAnimatedValue()
80 if (m_animationElement->fromPropertyValueType() == CurrentColorValue) in calculateAnimatedValue()
DSVGAnimatedString.cpp85 …ForInheritance<String>(parseStringFromString, m_animationElement->fromPropertyValueType(), fromStr… in calculateAnimatedValue()
DSVGAnimatedNumber.cpp96 …tForInheritance<float>(parseNumberFromString, m_animationElement->fromPropertyValueType(), fromNum… in calculateAnimatedValue()
DSVGAnimatedLength.cpp100 …Inheritance<SVGLength>(parseLengthFromString, m_animationElement->fromPropertyValueType(), fromSVG… in calculateAnimatedValue()
DSVGAnimatedLengthList.cpp102 …nce<SVGLengthList>(parseLengthListFromString, m_animationElement->fromPropertyValueType(), fromLen… in calculateAnimatedValue()
DSVGAnimationElement.h94 AnimatedPropertyValueType fromPropertyValueType() const { return m_fromPropertyValueType; } in fromPropertyValueType() function