Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/page/animation/
DAnimationControllerPrivate.h93 void removeFromAnimationsWaitingForStyle(AnimationBase*);
DAnimationController.cpp376 void AnimationControllerPrivate::removeFromAnimationsWaitingForStyle(AnimationBase* animationToRemo… in removeFromAnimationsWaitingForStyle() function in WebCore::AnimationControllerPrivate
441 removeFromAnimationsWaitingForStyle(animation); in animationWillBeRemoved()
DAnimationBase.cpp939 m_compAnim->animationController()->removeFromAnimationsWaitingForStyle(this); in updateStateMachine()
951 m_compAnim->animationController()->removeFromAnimationsWaitingForStyle(this); in updateStateMachine()
966 m_compAnim->animationController()->removeFromAnimationsWaitingForStyle(this); in updateStateMachine()
/external/webkit/Source/WebCore/
DChangeLog40974 (WebCore::AnimationControllerPrivate::removeFromAnimationsWaitingForStyle):