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

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGAnimatedLength.h39 class SVGAnimatedLength : public SVGAnimatedProperty<SVGLength> { class in namespace:blink
41 static PassRefPtr<SVGAnimatedLength> create(SVGElement* contextElement, const QualifiedName& attributeName, PassRefPtr<SVGLength> initialValue, SVGLengthNegativeValuesMode negativeValuesMode)
43 return adoptRef(new SVGAnimatedLength(contextElement, attributeName, initialValue, negativeValuesMode));
50 SVGAnimatedLength(SVGElement* contextElement, const QualifiedName& attributeName, PassRefPtr<SVGLength> initialValue, SVGLengthNegativeValuesMode negativeValuesMode) function in class:blink::SVGAnimatedLength

Completed in 812 milliseconds