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

  /external/webkit/Source/WebCore/svg/
SVGAnimateElement.h 57 RegularPropertyValue,
SVGAnimateElement.cpp 344 m_fromPropertyValueType = inheritsFromProperty(targetElement, attributeName(), fromString) ? InheritValue : RegularPropertyValue;
345 m_toPropertyValueType = inheritsFromProperty(targetElement, attributeName(), toString) ? InheritValue : RegularPropertyValue;
399 m_fromPropertyValueType = inheritsFromProperty(targetElement, attributeName(), fromString) ? InheritValue : RegularPropertyValue;
400 m_toPropertyValueType = inheritsFromProperty(targetElement, attributeName(), byString) ? InheritValue : RegularPropertyValue;

Completed in 111 milliseconds