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

/external/webkit/Source/WebCore/svg/properties/
H A DSVGAnimatedListPropertyTearOff.h34 class SVGAnimatedListPropertyTearOff : public SVGAnimatedProperty { class in namespace:WebCore
88 static PassRefPtr<SVGAnimatedListPropertyTearOff<PropertyType> > create(SVGElement* contextElement, const QualifiedName& attributeName, PropertyType& values)
91 return adoptRef(new SVGAnimatedListPropertyTearOff<PropertyType>(contextElement, attributeName, values));
95 SVGAnimatedListPropertyTearOff(SVGElement* contextElement, const QualifiedName& attributeName, PropertyType& values) function in class:WebCore::SVGAnimatedListPropertyTearOff

Completed in 75 milliseconds