HomeSort by relevance Sort by last modified time
    Searched refs:m_toPropertyValueType (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/svg/
SVGAnimateElement.cpp 175 if (m_fromPropertyValueType == InheritValue || m_toPropertyValueType == InheritValue
176 || m_fromPropertyValueType == CurrentColorValue || m_toPropertyValueType == CurrentColorValue) {
203 if (m_toPropertyValueType == InheritValue) {
237 if (m_toPropertyValueType == CurrentColorValue)
239 else if (m_toPropertyValueType == InheritValue) {
312 if (m_toPropertyValueType == InheritValue)
345 m_toPropertyValueType = inheritsFromProperty(targetElement, attributeName(), toString) ? InheritValue : RegularPropertyValue;
357 m_toPropertyValueType = CurrentColorValue;
361 bool toIsValid = m_toColor.isValid() || toIsCurrentColor || m_toPropertyValueType == InheritValue;
400 m_toPropertyValueType = inheritsFromProperty(targetElement, attributeName(), byString) ? InheritValue : RegularPropertyV (…)
    [all...]
SVGAnimateElement.h 67 AnimatedPropertyValueType m_toPropertyValueType;

Completed in 183 milliseconds