Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/svg/
DSVGAnimateElement.cpp175 if (m_fromPropertyValueType == InheritValue || m_toPropertyValueType == InheritValue in calculateAnimatedValue()
197 if (m_fromPropertyValueType == InheritValue) { in calculateAnimatedValue()
203 if (m_toPropertyValueType == InheritValue) { in calculateAnimatedValue()
232 else if (m_fromPropertyValueType == InheritValue) { in calculateAnimatedValue()
239 else if (m_toPropertyValueType == InheritValue) { in calculateAnimatedValue()
310 if (m_fromPropertyValueType == InheritValue) in calculateAnimatedValue()
312 if (m_toPropertyValueType == InheritValue) in calculateAnimatedValue()
344 … = inheritsFromProperty(targetElement, attributeName(), fromString) ? InheritValue : RegularProper… in calculateFromAndToValues()
345 …pe = inheritsFromProperty(targetElement, attributeName(), toString) ? InheritValue : RegularProper… in calculateFromAndToValues()
360 …omIsValid = m_fromColor.isValid() || fromIsCurrentColor || m_fromPropertyValueType == InheritValue; in calculateFromAndToValues()
[all …]
DSVGAnimateElement.h59 InheritValue enumerator