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

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGTextContentElement.cpp51 class SVGAnimatedTextLength FINAL : public SVGAnimatedLength {
53 static PassRefPtr<SVGAnimatedTextLength> create(SVGTextContentElement* contextElement)
55 return adoptRef(new SVGAnimatedTextLength(contextElement));
68 SVGAnimatedTextLength(SVGTextContentElement* contextElement) function in class:WebCore::FINAL
77 , m_textLength(SVGAnimatedTextLength::create(this))

Completed in 41 milliseconds