Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/animation/
DAnimation.cpp100 m_target->ensureActiveAnimations().addAnimation(this); in Animation()
115 m_target->ensureActiveAnimations().addPlayer(player); in attach()
142 return element->ensureActiveAnimations().defaultStack(); in ensureAnimationStack()
DAnimationStackTest.cpp44 return element->ensureActiveAnimations().defaultStack().m_effects; in effects()
/external/chromium_org/third_party/WebKit/Source/core/dom/
DElement.h500 ActiveAnimations& ensureActiveAnimations();
DElement.cpp337 ActiveAnimations& Element::ensureActiveAnimations() in ensureActiveAnimations() function in WebCore::Element
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DStyleResolver.cpp97 … element.ensureActiveAnimations().cssAnimations().setPendingUpdate(state.takeAnimationUpdate()); in setAnimationUpdateIfNeeded()