Searched refs:animationPath (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/svg/
H A DSVGAnimateMotionElement.h47 virtual Path animationPath() const;
H A DSVGAnimationElement.h98 virtual Path animationPath() const { return Path(); } function in class:WebCore::SVGAnimationElement
H A DSVGAnimateMotionElement.cpp113 Path SVGAnimateMotionElement::animationPath() const function in class:WebCore::SVGAnimateMotionElement
198 ASSERT(!animationPath().isEmpty());
199 Path path = animationPath();
H A DSVGAnimationElement.cpp223 if (!animationPath().isEmpty())

Completed in 139 milliseconds