OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ListWrapperCache
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/svg/properties/
SVGTransformListPropertyTearOff.h
34
typedef SVGAnimatedListPropertyTearOff<SVGTransformList>::
ListWrapperCache
ListWrapperCache
;
36
static PassRefPtr<SVGListPropertyTearOff<SVGTransformList> > create(AnimatedListPropertyTearOff* animatedProperty, SVGPropertyRole role, SVGTransformList& values,
ListWrapperCache
& wrappers)
74
SVGTransformListPropertyTearOff(AnimatedListPropertyTearOff* animatedProperty, SVGPropertyRole role, SVGTransformList& values,
ListWrapperCache
& wrappers)
SVGListPropertyTearOff.h
39
typedef typename SVGAnimatedListPropertyTearOff<PropertyType>::
ListWrapperCache
ListWrapperCache
;
45
static PassRefPtr<Self> create(AnimatedListPropertyTearOff* animatedProperty, SVGPropertyRole role, PropertyType& values,
ListWrapperCache
& wrappers)
133
SVGListPropertyTearOff(AnimatedListPropertyTearOff* animatedProperty, SVGPropertyRole role, PropertyType& values,
ListWrapperCache
& wrappers)
SVGListProperty.h
50
typedef typename SVGAnimatedListPropertyTearOff<PropertyType>::
ListWrapperCache
ListWrapperCache
;
62
static void detachListWrappersAndResize(
ListWrapperCache
* wrappers, unsigned newListSize = 0)
84
void setValuesAndWrappers(PropertyType* values,
ListWrapperCache
* wrappers, bool shouldOwnValues)
444
ListWrapperCache
& wrappers() const
451
SVGListProperty(SVGPropertyRole role, PropertyType& values,
ListWrapperCache
* wrappers)
477
ListWrapperCache
* m_wrappers;
SVGAnimatedListPropertyTearOff.h
37
typedef Vector<RefPtr<ListItemTearOff> >
ListWrapperCache
;
182
ListWrapperCache
m_wrappers;
183
ListWrapperCache
m_animatedWrappers;
SVGPathSegListPropertyTearOff.h
38
static PassRefPtr<SVGPathSegListPropertyTearOff> create(AnimatedListPropertyTearOff* animatedProperty, SVGPropertyRole role, SVGPathSegRole pathSegRole, SVGPathSegList& values,
ListWrapperCache
& wrappers)
118
SVGPathSegListPropertyTearOff(AnimatedListPropertyTearOff* animatedProperty, SVGPropertyRole role, SVGPathSegRole pathSegRole, SVGPathSegList& values,
ListWrapperCache
& wrappers)
Completed in 484 milliseconds