HomeSort by relevance Sort by last modified time
    Searched refs:m_fromPropertyValueType (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) {
197 if (m_fromPropertyValueType == InheritValue) {
230 if (m_fromPropertyValueType == CurrentColorValue)
232 else if (m_fromPropertyValueType == InheritValue) {
310 if (m_fromPropertyValueType == InheritValue)
344 m_fromPropertyValueType = inheritsFromProperty(targetElement, attributeName(), fromString) ? InheritValue : RegularPropertyValue;
353 m_fromPropertyValueType = CurrentColorValue;
360 bool fromIsValid = m_fromColor.isValid() || fromIsCurrentColor || m_fromPropertyValueType == InheritValue;
399 m_fromPropertyValueType = inheritsFromProperty(targetElement, attributeName(), fromString) ? InheritValue : RegularPropert (…)
    [all...]
SVGAnimateElement.h 66 AnimatedPropertyValueType m_fromPropertyValueType;

Completed in 539 milliseconds