Searched refs:SVGAnimatedTransformListPropertyTearOff (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/svg/properties/
H A DSVGAnimatedTransformListPropertyTearOff.h29 class SVGAnimatedTransformListPropertyTearOff : public SVGAnimatedListPropertyTearOff<SVGTransformList> { class in namespace:WebCore
45 static PassRefPtr<SVGAnimatedTransformListPropertyTearOff> create(SVGElement* contextElement, const QualifiedName& attributeName, AnimatedPropertyType animatedPropertyType, SVGTransformList& values)
48 return adoptRef(new SVGAnimatedTransformListPropertyTearOff(contextElement, attributeName, animatedPropertyType, values));
52 SVGAnimatedTransformListPropertyTearOff(SVGElement* contextElement, const QualifiedName& attributeName, AnimatedPropertyType animatedPropertyType, SVGTransformList& values) function in class:WebCore::SVGAnimatedTransformListPropertyTearOff
/macosx-10.10/WebCore-7600.1.25/svg/
H A DSVGAnimatedTransformList.h23 #include "SVGAnimatedTransformListPropertyTearOff.h"
28 typedef SVGAnimatedTransformListPropertyTearOff SVGAnimatedTransformList;

Completed in 85 milliseconds