Searched refs:AnimatedListPropertyTearOff (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/svg/properties/
H A DSVGTransformListPropertyTearOff.h31 typedef SVGAnimatedListPropertyTearOff<SVGTransformList> AnimatedListPropertyTearOff; typedef in class:WebCore::SVGTransformListPropertyTearOff
34 static PassRefPtr<SVGListPropertyTearOff<SVGTransformList>> create(AnimatedListPropertyTearOff* animatedProperty, SVGPropertyRole role, SVGTransformList& values, ListWrapperCache& wrappers)
72 SVGTransformListPropertyTearOff(AnimatedListPropertyTearOff* animatedProperty, SVGPropertyRole role, SVGTransformList& values, ListWrapperCache& wrappers)
H A DSVGListPropertyTearOff.h36 typedef SVGAnimatedListPropertyTearOff<PropertyType> AnimatedListPropertyTearOff; typedef in class:WebCore::SVGListPropertyTearOff
43 static PassRefPtr<Self> create(AnimatedListPropertyTearOff* animatedProperty, SVGPropertyRole role, PropertyType& values, ListWrapperCache& wrappers)
117 SVGListPropertyTearOff(AnimatedListPropertyTearOff* animatedProperty, SVGPropertyRole role, PropertyType& values, ListWrapperCache& wrappers)
181 AnimatedListPropertyTearOff* propertyTearOff = static_cast<AnimatedListPropertyTearOff*>(animatedPropertyOfItem);
207 RefPtr<AnimatedListPropertyTearOff> m_animatedProperty;
H A DSVGPathSegListPropertyTearOff.h33 typedef SVGAnimatedListPropertyTearOff<SVGPathSegList> AnimatedListPropertyTearOff; typedef in class:WebCore::SVGPathSegListPropertyTearOff
37 static PassRefPtr<SVGPathSegListPropertyTearOff> create(AnimatedListPropertyTearOff* animatedProperty, SVGPropertyRole role, SVGPathSegRole pathSegRole, SVGPathSegList& values, ListWrapperCache& wrappers)
114 SVGPathSegListPropertyTearOff(AnimatedListPropertyTearOff* animatedProperty, SVGPropertyRole role, SVGPathSegRole pathSegRole, SVGPathSegList& values, ListWrapperCache& wrappers)
156 RefPtr<AnimatedListPropertyTearOff> m_animatedProperty;
H A DSVGListProperty.h48 typedef SVGAnimatedListPropertyTearOff<PropertyType> AnimatedListPropertyTearOff; typedef in class:WebCore::SVGListProperty
190 PassListItemTearOff getItemValuesAndWrappers(AnimatedListPropertyTearOff* animatedList, unsigned index, ExceptionCode& ec)
374 PassListItemTearOff removeItemValuesAndWrappers(AnimatedListPropertyTearOff* animatedList, unsigned index, ExceptionCode& ec)

Completed in 123 milliseconds