Searched refs:fromPropertyValueType (Results 1 – 6 of 6) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/svg/ |
D | SVGAnimatedColor.cpp | 76 …stForInheritance<Color>(parseColorFromString, m_animationElement->fromPropertyValueType(), fromCol… in calculateAnimatedValue() 80 if (m_animationElement->fromPropertyValueType() == CurrentColorValue) in calculateAnimatedValue()
|
D | SVGAnimatedString.cpp | 85 …ForInheritance<String>(parseStringFromString, m_animationElement->fromPropertyValueType(), fromStr… in calculateAnimatedValue()
|
D | SVGAnimatedNumber.cpp | 96 …tForInheritance<float>(parseNumberFromString, m_animationElement->fromPropertyValueType(), fromNum… in calculateAnimatedValue()
|
D | SVGAnimatedLength.cpp | 100 …Inheritance<SVGLength>(parseLengthFromString, m_animationElement->fromPropertyValueType(), fromSVG… in calculateAnimatedValue()
|
D | SVGAnimatedLengthList.cpp | 102 …nce<SVGLengthList>(parseLengthListFromString, m_animationElement->fromPropertyValueType(), fromLen… in calculateAnimatedValue()
|
D | SVGAnimationElement.h | 94 AnimatedPropertyValueType fromPropertyValueType() const { return m_fromPropertyValueType; } in fromPropertyValueType() function
|