Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/svg/
DSVGAnimateElement.cpp175 if (m_fromPropertyValueType == InheritValue || m_toPropertyValueType == InheritValue in calculateAnimatedValue()
176 … || m_fromPropertyValueType == CurrentColorValue || m_toPropertyValueType == CurrentColorValue) { in calculateAnimatedValue()
203 if (m_toPropertyValueType == InheritValue) { in calculateAnimatedValue()
237 if (m_toPropertyValueType == CurrentColorValue) in calculateAnimatedValue()
239 else if (m_toPropertyValueType == InheritValue) { in calculateAnimatedValue()
312 if (m_toPropertyValueType == InheritValue) in calculateAnimatedValue()
345m_toPropertyValueType = inheritsFromProperty(targetElement, attributeName(), toString) ? InheritVa… in calculateFromAndToValues()
357 m_toPropertyValueType = CurrentColorValue; in calculateFromAndToValues()
361 … bool toIsValid = m_toColor.isValid() || toIsCurrentColor || m_toPropertyValueType == InheritValue; in calculateFromAndToValues()
400m_toPropertyValueType = inheritsFromProperty(targetElement, attributeName(), byString) ? InheritVa… in calculateFromAndByValues()
[all …]
DSVGAnimateElement.h67 AnimatedPropertyValueType m_toPropertyValueType; variable
/external/webkit/Source/WebCore/
DChangeLog-2011-02-161462 and m_toPropertyValueType by CurrentColorValue before landing. Check for property