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

/macosx-10.9.5/WebCore-7537.78.1/svg/properties/
H A DSVGAnimatedPropertyTearOff.h30 class SVGAnimatedPropertyTearOff : public SVGAnimatedProperty { class in namespace:WebCore
35 virtual ~SVGAnimatedPropertyTearOff()
61 static PassRefPtr<SVGAnimatedPropertyTearOff<PropertyType> > create(SVGElement* contextElement, const QualifiedName& attributeName, AnimatedPropertyType animatedPropertyType, PropertyType& property)
64 return adoptRef(new SVGAnimatedPropertyTearOff<PropertyType>(contextElement, attributeName, animatedPropertyType, property));
110 SVGAnimatedPropertyTearOff(SVGElement* contextElement, const QualifiedName& attributeName, AnimatedPropertyType animatedPropertyType, PropertyType& property) function in class:WebCore::SVGAnimatedPropertyTearOff
/macosx-10.9.5/WebCore-7537.78.1/svg/
H A DSVGAnimatedAngle.h25 #include "SVGAnimatedPropertyTearOff.h"
30 typedef SVGAnimatedPropertyTearOff<SVGAngle> SVGAnimatedAngle;
H A DSVGAnimatedLength.h24 #include "SVGAnimatedPropertyTearOff.h"
30 typedef SVGAnimatedPropertyTearOff<SVGLength> SVGAnimatedLength;
H A DSVGAnimatedPreserveAspectRatio.h24 #include "SVGAnimatedPropertyTearOff.h"
30 typedef SVGAnimatedPropertyTearOff<SVGPreserveAspectRatio> SVGAnimatedPreserveAspectRatio;
H A DSVGAnimatedRect.h25 #include "SVGAnimatedPropertyTearOff.h"
31 typedef SVGAnimatedPropertyTearOff<FloatRect> SVGAnimatedRect;

Completed in 171 milliseconds