Searched refs:determineAnimatedAttributeType (Results 1 – 5 of 5) sorted by relevance
68 return determineAnimatedAttributeType(targetElement) == AnimatedTransformList; in hasValidAttributeType()71 AnimatedAttributeType SVGAnimateTransformElement::determineAnimatedAttributeType(SVGElement* target… in determineAnimatedAttributeType() function in WebCore::SVGAnimateTransformElement117 if (!targetElement || determineAnimatedAttributeType(targetElement) == AnimatedUnknown) in resetToBaseValue()135 if (!targetElement || determineAnimatedAttributeType(targetElement) == AnimatedUnknown) in calculateAnimatedValue()183 if (!targetElement || determineAnimatedAttributeType(targetElement) == AnimatedUnknown) in applyResultsToTarget()
122 return determineAnimatedAttributeType(targetElement) != AnimatedUnknown; in hasValidAttributeType()125 AnimatedAttributeType SVGAnimateElement::determineAnimatedAttributeType(SVGElement* targetElement) … in determineAnimatedAttributeType() function in WebCore::SVGAnimateElement348 m_animatedAttributeType = determineAnimatedAttributeType(targetElement); in calculateFromAndToValues()403 m_animatedAttributeType = determineAnimatedAttributeType(targetElement); in calculateFromAndByValues()437 m_animatedAttributeType = determineAnimatedAttributeType(targetElement); in resetToBaseValue()496 m_animatedAttributeType = determineAnimatedAttributeType(targetElement); in calculateDistance()
43 AnimatedAttributeType determineAnimatedAttributeType(SVGElement*) const;
63 AnimatedAttributeType determineAnimatedAttributeType(SVGElement*) const;
63441 (WebCore::SVGAnimateElement::determineAnimatedAttributeType):63459 (WebCore::SVGAnimateTransformElement::determineAnimatedAttributeType):