Lines Matching refs:CompositeAnimation
5110 CompositeAnimation was replacing any existing
5119 * page/animation/CompositeAnimation.cpp:
5120 (WebCore::CompositeAnimation::updateTransitions):
24232 CompositeAnimation is cleared while an AnimationBase is waiting for notification
24237 the RenderObject had gone away and hence the CompositeAnimation
24239 when the CompositeAnimation destructor runs (or its animations are
24240 cleared) and test the validity of the CompositeAnimation before it
24249 - test that the CompositeAnimation exists
24252 - rename clearRenderer() to clear() as it now also clears the CompositeAnimation
24253 * page/animation/CompositeAnimation.cpp:
24254 (WebCore::CompositeAnimation::clearRenderer):
24255 (WebCore::CompositeAnimation::updateKeyframeAnimations):
28077 are cleared in the CompositeAnimation destructor. This
28082 * page/animation/CompositeAnimation.cpp:
28083 (WebCore::CompositeAnimation::~CompositeAnimation):
40956 CompositeAnimation is also more careful to tell AnimationControllerPrivate
40983 * page/animation/CompositeAnimation.cpp:
40984 (WebCore::CompositeAnimation::~CompositeAnimation):
40985 (WebCore::CompositeAnimation::clearRenderer):
40986 (WebCore::CompositeAnimation::updateTransitions):
40987 (WebCore::CompositeAnimation::updateKeyframeAnimations):
47638 * page/animation/CompositeAnimation.cpp:
47639 (WebCore::CompositeAnimation::updateKeyframeAnimations):
47641 (WebCore::CompositeAnimation::animations):
47642 * page/animation/CompositeAnimation.h: