Home
last modified time | relevance | path

Searched refs:newListSize (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/svg/properties/
DSVGAnimatedListPropertyTearOff.h63 void detachListWrappers(unsigned newListSize) in detachListWrappers() argument
76 if (newListSize) in detachListWrappers()
77 m_wrappers.fill(0, newListSize); in detachListWrappers()
DSVGAnimatedPropertyMacros.h135 void detachAnimated##UpperProperty##ListWrappers(unsigned newListSize);
139 void OwnerType::detachAnimated##UpperProperty##ListWrappers(unsigned newListSize) \
145 static_cast<TearOffType*>(wrapper)->detachListWrappers(newListSize); \