/external/webkit/WebCore/page/animation/ |
D | CompositeAnimation.h | 50 static PassRefPtr<CompositeAnimation> create(AnimationControllerPrivate* animationController) in create() argument 52 return adoptRef(new CompositeAnimation(animationController)); in create() 64 AnimationControllerPrivate* animationController() const { return m_animationController; } in animationController() function 85 CompositeAnimation(AnimationControllerPrivate* animationController) in CompositeAnimation() argument 86 : m_animationController(animationController) in CompositeAnimation()
|
D | AnimationBase.cpp | 772 m_compAnim->animationController()->removeFromStyleAvailableWaitList(this); in ~AnimationBase() 773 m_compAnim->animationController()->removeFromStartTimeResponseWaitList(this); in ~AnimationBase() 867 m_compAnim->animationController()->removeFromStyleAvailableWaitList(this); in updateStateMachine() 879 m_compAnim->animationController()->removeFromStyleAvailableWaitList(this); in updateStateMachine() 894 m_compAnim->animationController()->removeFromStyleAvailableWaitList(this); in updateStateMachine() 934 m_compAnim->animationController()->addToStyleAvailableWaitList(this); in updateStateMachine() 938 m_compAnim->animationController()->addNodeChangeToDispatch(m_object->node()); in updateStateMachine() 972 m_compAnim->animationController()->addToStartTimeResponseWaitList(this, started); in updateStateMachine() 994 m_compAnim->animationController()->addNodeChangeToDispatch(m_object->node()); in updateStateMachine() 1034 m_compAnim->animationController()->addNodeChangeToDispatch(m_object->node()); in updateStateMachine() [all …]
|
D | ImplicitAnimation.cpp | 169 …m_compAnim->animationController()->addEventToDispatch(element, eventType, propertyName, elapsedTim… in sendTransitionEvent()
|
D | KeyframeAnimation.cpp | 289 …m_compAnim->animationController()->addEventToDispatch(element, eventType, m_keyframes.animationNam… in sendAnimationEvent()
|
/external/webkit/WebKit/chromium/src/ |
D | WebAnimationControllerImpl.cpp | 51 AnimationController* WebAnimationControllerImpl::animationController() const in animationController() function in WebKit::WebAnimationControllerImpl 62 AnimationController* controller = animationController(); in pauseAnimationAtTime() 74 AnimationController* controller = animationController(); in pauseTransitionAtTime() 84 AnimationController* controller = animationController(); in numberOfActiveAnimations()
|
D | WebAnimationControllerImpl.h | 59 WebCore::AnimationController* animationController() const;
|
D | WebFrameImpl.h | 91 virtual WebAnimationController* animationController();
|
D | WebFrameImpl.cpp | 568 WebAnimationController* WebFrameImpl::animationController() in animationController() function in WebKit::WebFrameImpl
|
/external/webkit/WebKit/chromium/public/ |
D | WebFrame.h | 185 virtual WebAnimationController* animationController() = 0;
|
/external/webkit/WebKit/wx/ |
D | ChangeLog | 1719 selectionController() -> selection(), animationController() -> animation()
|
/external/webkit/WebKit/chromium/ |
D | ChangeLog | 2508 (WebKit::WebFrameImpl::animationController):
|
/external/webkit/WebKit/gtk/ |
D | ChangeLog | 6859 selectionController() -> selection(), animationController() -> animation()
|
/external/webkit/WebKit/qt/ |
D | ChangeLog | 10545 selectionController() -> selection(), animationController() -> animation()
|
/external/webkit/WebKit/win/ |
D | ChangeLog-2009-06-16 | 4365 selectionController() -> selection(), animationController() -> animation()
|
/external/webkit/WebKit/mac/ |
D | ChangeLog-2010-01-29 | 16713 selectionController() -> selection(), animationController() -> animation()
|
/external/webkit/WebCore/ |
D | ChangeLog-2009-06-16 | 22642 Rename animationControllerPriv() to animationController(). 22673 (WebCore::CompositeAnimation::animationController): 64493 (WebCore::CompositeAnimationPrivate::animationController): 64498 (WebCore::CompositeAnimation::animationController):
|
D | ChangeLog-2008-08-10 | 11661 selectionController() -> selection(), animationController() -> animation() 77895 (WebCore::Frame::animationController): 77903 (WebCore::RenderObject::animationController):
|