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

/external/webkit/Source/WebCore/svg/properties/
H A DSVGAnimatedPropertyTearOff.h30 class SVGAnimatedPropertyTearOff : public SVGAnimatedProperty { class in namespace:WebCore
49 static PassRefPtr<SVGAnimatedPropertyTearOff<PropertyType> > create(SVGElement* contextElement, const QualifiedName& attributeName, PropertyType& property)
52 return adoptRef(new SVGAnimatedPropertyTearOff<PropertyType>(contextElement, attributeName, property));
55 SVGAnimatedPropertyTearOff(SVGElement* contextElement, const QualifiedName& attributeName, PropertyType& property) function in class:WebCore::SVGAnimatedPropertyTearOff

Completed in 86 milliseconds