Searched refs:SVGPropertyRole (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/svg/properties/
H A DSVGProperty.h27 enum SVGPropertyRole { enum in namespace:WebCore
H A DSVGTransformListPropertyTearOff.h34 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 DSVGPropertyTearOff.h42 static PassRefPtr<Self> create(SVGAnimatedProperty* animatedProperty, SVGPropertyRole role, PropertyType& value)
123 SVGPropertyTearOff(SVGAnimatedProperty* animatedProperty, SVGPropertyRole role, PropertyType& value)
163 SVGPropertyRole m_role;
H A DSVGPathSegListPropertyTearOff.h37 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)
H A DSVGListPropertyTearOff.h43 static PassRefPtr<Self> create(AnimatedListPropertyTearOff* animatedProperty, SVGPropertyRole role, PropertyType& values, ListWrapperCache& wrappers)
117 SVGListPropertyTearOff(AnimatedListPropertyTearOff* animatedProperty, SVGPropertyRole role, PropertyType& values, ListWrapperCache& wrappers)
H A DSVGListProperty.h450 SVGListProperty(SVGPropertyRole role, PropertyType& values, ListWrapperCache* wrappers)
473 SVGPropertyRole m_role;

Completed in 165 milliseconds