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

/external/webkit/Source/WebCore/svg/properties/
H A DSVGListPropertyTearOff.h29 class SVGListPropertyTearOff : public SVGListProperty<PropertyType> { class in namespace:WebCore
39 static PassRefPtr<SVGListPropertyTearOff<PropertyType> > create(AnimatedListPropertyTearOff* animatedProperty, SVGPropertyRole role)
42 return adoptRef(new SVGListPropertyTearOff<PropertyType>(animatedProperty, role));
113 SVGListPropertyTearOff(AnimatedListPropertyTearOff* animatedProperty, SVGPropertyRole role) function in class:WebCore::SVGListPropertyTearOff

Completed in 120 milliseconds