Home
last modified time | relevance | path

Searched refs:determineAnimatedAttributeType (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/svg/
DSVGAnimateTransformElement.cpp68 return determineAnimatedAttributeType(targetElement) == AnimatedTransformList; in hasValidAttributeType()
71 AnimatedAttributeType SVGAnimateTransformElement::determineAnimatedAttributeType(SVGElement* target… in determineAnimatedAttributeType() function in WebCore::SVGAnimateTransformElement
117 if (!targetElement || determineAnimatedAttributeType(targetElement) == AnimatedUnknown) in resetToBaseValue()
135 if (!targetElement || determineAnimatedAttributeType(targetElement) == AnimatedUnknown) in calculateAnimatedValue()
183 if (!targetElement || determineAnimatedAttributeType(targetElement) == AnimatedUnknown) in applyResultsToTarget()
DSVGAnimateElement.cpp122 return determineAnimatedAttributeType(targetElement) != AnimatedUnknown; in hasValidAttributeType()
125 AnimatedAttributeType SVGAnimateElement::determineAnimatedAttributeType(SVGElement* targetElement) … in determineAnimatedAttributeType() function in WebCore::SVGAnimateElement
348 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()
DSVGAnimateTransformElement.h43 AnimatedAttributeType determineAnimatedAttributeType(SVGElement*) const;
DSVGAnimateElement.h63 AnimatedAttributeType determineAnimatedAttributeType(SVGElement*) const;
/external/webkit/Source/WebCore/
DChangeLog63441 (WebCore::SVGAnimateElement::determineAnimatedAttributeType):
63459 (WebCore::SVGAnimateTransformElement::determineAnimatedAttributeType):