Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/animation/
DAnimation.cpp59 m_target->ensureActiveAnimations()->players().add(player()); in didAttach()
72 return element->ensureActiveAnimations()->defaultStack(); in ensureAnimationStack()
/external/chromium_org/third_party/WebKit/Source/core/dom/
DElement.h515 ActiveAnimations* ensureActiveAnimations();
DElement.cpp383 ActiveAnimations* Element::ensureActiveAnimations() in ensureActiveAnimations() function in WebCore::Element
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DStyleResolver.cpp98 … element.ensureActiveAnimations()->cssAnimations().setPendingUpdate(state.takeAnimationUpdate()); in setAnimationUpdateIfNeeded()