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

  /external/webkit/Source/WebCore/svg/
SVGAnimateElement.cpp 175 if (m_fromPropertyValueType == InheritValue || m_toPropertyValueType == InheritValue
197 if (m_fromPropertyValueType == InheritValue) {
203 if (m_toPropertyValueType == InheritValue) {
232 else if (m_fromPropertyValueType == InheritValue) {
239 else if (m_toPropertyValueType == InheritValue) {
310 if (m_fromPropertyValueType == InheritValue)
312 if (m_toPropertyValueType == InheritValue)
344 m_fromPropertyValueType = inheritsFromProperty(targetElement, attributeName(), fromString) ? InheritValue : RegularPropertyValue;
345 m_toPropertyValueType = inheritsFromProperty(targetElement, attributeName(), toString) ? InheritValue : RegularPropertyValue
    [all...]
SVGAnimateElement.h 59 InheritValue

Completed in 175 milliseconds