Home
last modified time | relevance | path

Searched refs:ListWrapperCache (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/svg/properties/
DSVGListProperty.h43 … typedef typename SVGAnimatedListPropertyTearOff<PropertyType>::ListWrapperCache ListWrapperCache; typedef
118 ListWrapperCache& wrappers = animatedList->wrappers(); in initializeValuesAndWrappers()
164 ListWrapperCache& wrappers = animatedList->wrappers(); in getItemValuesAndWrappers()
215 ListWrapperCache& wrappers = animatedList->wrappers(); in insertItemBeforeValuesAndWrappers()
287 ListWrapperCache& wrappers = animatedList->wrappers(); in replaceItemValuesAndWrappers()
348 ListWrapperCache& wrappers = animatedList->wrappers(); in removeItemValuesAndWrappers()
393 ListWrapperCache& wrappers = animatedList->wrappers(); in appendItemValuesAndWrappers()
DSVGTransformListPropertyTearOff.h33 typedef SVGAnimatedListPropertyTearOff<SVGTransformList>::ListWrapperCache ListWrapperCache; typedef
57 ListWrapperCache& wrappers = m_animatedProperty->wrappers(); in consolidate()
DSVGListPropertyTearOff.h37 … typedef typename SVGAnimatedListPropertyTearOff<PropertyType>::ListWrapperCache ListWrapperCache; typedef
48 ListWrapperCache& wrappers = m_animatedProperty->wrappers(); in removeItemFromList()
122 ListWrapperCache& wrappers = m_animatedProperty->wrappers(); in commitChange()
DSVGAnimatedListPropertyTearOff.h38 typedef Vector<RefPtr<ListItemTearOff> > ListWrapperCache; typedef
83 ListWrapperCache& wrappers() { return m_wrappers; } in wrappers()
107 ListWrapperCache m_wrappers;