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

/macosx-10.10/WebCore-7600.1.25/svg/properties/
H A DSVGTransformListPropertyTearOff.h32 typedef SVGAnimatedListPropertyTearOff<SVGTransformList>::ListWrapperCache ListWrapperCache; 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.h37 typedef typename SVGAnimatedListPropertyTearOff<PropertyType>::ListWrapperCache ListWrapperCache; 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)
H A DSVGListProperty.h49 typedef typename SVGAnimatedListPropertyTearOff<PropertyType>::ListWrapperCache ListWrapperCache; typedef in class:WebCore::SVGListProperty
61 static void detachListWrappersAndResize(ListWrapperCache* wrappers, unsigned newListSize = 0)
83 void setValuesAndWrappers(PropertyType* values, ListWrapperCache* wrappers, bool shouldOwnValues)
443 ListWrapperCache& wrappers() const
450 SVGListProperty(SVGPropertyRole role, PropertyType& values, ListWrapperCache* wrappers)
476 ListWrapperCache* m_wrappers;
H A DSVGAnimatedListPropertyTearOff.h37 typedef Vector<RefPtr<ListItemTearOff>> ListWrapperCache; typedef in class:WebCore::SVGAnimatedListPropertyTearOff
173 ListWrapperCache m_wrappers;
174 ListWrapperCache m_animatedWrappers;
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)

Completed in 174 milliseconds