HomeSort by relevance Sort by last modified time
    Searched refs:SVGAnimatedPropertyTearOff (Results 1 - 5 of 5) sorted by null

  /external/webkit/Source/WebCore/svg/properties/
SVGAnimatedPropertyTearOff.h 30 class SVGAnimatedPropertyTearOff : public SVGAnimatedProperty {
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)
  /external/webkit/Source/WebCore/svg/
SVGAnimatedAngle.h 25 #include "SVGAnimatedPropertyTearOff.h"
29 typedef SVGAnimatedPropertyTearOff<SVGAngle> SVGAnimatedAngle;
SVGAnimatedLength.h 24 #include "SVGAnimatedPropertyTearOff.h"
29 typedef SVGAnimatedPropertyTearOff<SVGLength> SVGAnimatedLength;
SVGAnimatedPreserveAspectRatio.h 24 #include "SVGAnimatedPropertyTearOff.h"
29 typedef SVGAnimatedPropertyTearOff<SVGPreserveAspectRatio> SVGAnimatedPreserveAspectRatio;
SVGAnimatedRect.h 25 #include "SVGAnimatedPropertyTearOff.h"
30 typedef SVGAnimatedPropertyTearOff<FloatRect> SVGAnimatedRect;

Completed in 6047 milliseconds