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

/external/webkit/Source/WebCore/svg/properties/
H A DSVGAnimatedStaticPropertyTearOff.h29 class SVGAnimatedStaticPropertyTearOff : public SVGAnimatedProperty { class in namespace:WebCore
54 static PassRefPtr<SVGAnimatedStaticPropertyTearOff<PropertyType> > create(SVGElement* contextElement, const QualifiedName& attributeName, PropertyType& property)
57 return adoptRef(new SVGAnimatedStaticPropertyTearOff<PropertyType>(contextElement, attributeName, property));
60 SVGAnimatedStaticPropertyTearOff(SVGElement* contextElement, const QualifiedName& attributeName, PropertyType& property) function in class:WebCore::SVGAnimatedStaticPropertyTearOff

Completed in 52 milliseconds