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

/external/chromium_org/third_party/WebKit/Source/core/svg/properties/
H A DSVGStaticListPropertyTearOff.h30 class SVGStaticListPropertyTearOff : public SVGListProperty<PropertyType> { class in namespace:WebCore
40 static PassRefPtr<SVGStaticListPropertyTearOff<PropertyType> > create(SVGElement* contextElement, PropertyType& values)
43 return adoptRef(new SVGStaticListPropertyTearOff<PropertyType>(contextElement, values));
83 SVGStaticListPropertyTearOff(SVGElement* contextElement, PropertyType& values) function in class:WebCore::SVGStaticListPropertyTearOff

Completed in 114 milliseconds