Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/style/
DRenderStyle.cpp940 AnimationList* animationList = rareNonInheritedData->m_animations.get(); in adjustAnimations() local
941 if (!animationList) in adjustAnimations()
945 for (size_t i = 0; i < animationList->size(); ++i) { in adjustAnimations()
946 if (animationList->animation(i)->isEmpty()) { in adjustAnimations()
947 animationList->resize(i); in adjustAnimations()
952 if (animationList->isEmpty()) { in adjustAnimations()
958 animationList->fillUnsetProperties(); in adjustAnimations()