Searched refs:animatedList (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/svg/properties/
H A DSVGAnimatedPathSegListPropertyTearOff.h97 SVGPathSegList& animatedList = currentAnimatedValue(); local
98 animatedList.clear();
99 buildSVGPathSegListFromByteStream(m_animatedPathByteStream, pathElement, animatedList, UnalteredParsing);
H A DSVGListProperty.h192 PassListItemTearOff getItemValuesAndWrappers(AnimatedListPropertyTearOff* animatedList, unsigned index, ExceptionCode& ec) argument
206 wrapper = ListItemTearOff::create(animatedList, UndefinedRole, m_values->at(index));
376 PassListItemTearOff removeItemValuesAndWrappers(AnimatedListPropertyTearOff* animatedList, unsigned index, ExceptionCode& ec) argument
387 oldItem = ListItemTearOff::create(animatedList, UndefinedRole, m_values->at(index));
/macosx-10.9.5/WebCore-7537.78.1/svg/
H A DSVGAnimationElement.h117 bool adjustFromToListValues(const AnimatedType& fromList, const AnimatedType& toList, AnimatedType& animatedList, float percentage, bool resizeAnimatedListIfNeeded = true) argument
129 animatedList = AnimatedType(fromList);
131 animatedList = AnimatedType(toList);
137 if (resizeAnimatedListIfNeeded && animatedList.size() < toListSize)
138 animatedList.resize(toListSize);

Completed in 61 milliseconds