Searched defs:determineAnimatedAttributeType (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/svg/
H A DSVGAnimateTransformElement.cpp68 return determineAnimatedAttributeType(targetElement) == AnimatedTransformList;
71 AnimatedAttributeType SVGAnimateTransformElement::determineAnimatedAttributeType(SVGElement* targetElement) const function in class:WebCore::SVGAnimateTransformElement
117 if (!targetElement || determineAnimatedAttributeType(targetElement) == AnimatedUnknown)
135 if (!targetElement || determineAnimatedAttributeType(targetElement) == AnimatedUnknown)
183 if (!targetElement || determineAnimatedAttributeType(targetElement) == AnimatedUnknown)
H A DSVGAnimateElement.cpp122 return determineAnimatedAttributeType(targetElement) != AnimatedUnknown;
125 AnimatedAttributeType SVGAnimateElement::determineAnimatedAttributeType(SVGElement* targetElement) const function in class:WebCore::SVGAnimateElement
348 m_animatedAttributeType = determineAnimatedAttributeType(targetElement);
403 m_animatedAttributeType = determineAnimatedAttributeType(targetElement);
437 m_animatedAttributeType = determineAnimatedAttributeType(targetElement);
496 m_animatedAttributeType = determineAnimatedAttributeType(targetElement);

Completed in 118 milliseconds