OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:animatedList
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/svg/properties/
SVGAnimatedPathSegListPropertyTearOff.h
96
SVGPathSegList&
animatedList
= currentAnimatedValue();
97
animatedList
.clear();
98
buildSVGPathSegListFromByteStream(m_animatedPathByteStream, pathElement,
animatedList
, UnalteredParsing);
SVGListProperty.h
191
PassListItemTearOff getItemValuesAndWrappers(AnimatedListPropertyTearOff*
animatedList
, unsigned index, ExceptionState& exceptionState)
205
wrapper = ListItemTearOff::create(
animatedList
, UndefinedRole, m_values->at(index));
375
PassListItemTearOff removeItemValuesAndWrappers(AnimatedListPropertyTearOff*
animatedList
, unsigned index, ExceptionState& exceptionState)
386
oldItem = ListItemTearOff::create(
animatedList
, UndefinedRole, m_values->at(index));
/external/chromium_org/third_party/WebKit/Source/core/svg/
SVGAnimationElement.h
111
bool adjustFromToListValues(const AnimatedType& fromList, const AnimatedType& toList, AnimatedType&
animatedList
, float percentage, bool resizeAnimatedListIfNeeded = true)
123
animatedList
= AnimatedType(fromList);
125
animatedList
= AnimatedType(toList);
131
if (resizeAnimatedListIfNeeded &&
animatedList
.size() < toListSize)
132
animatedList
.resize(toListSize);
Completed in 41 milliseconds