/external/webkit/WebCore/page/animation/ |
D | CompositeAnimation.h | 48 class CompositeAnimation : public RefCounted<CompositeAnimation> { 50 static PassRefPtr<CompositeAnimation> create(AnimationControllerPrivate* animationController) in create() 52 return adoptRef(new CompositeAnimation(animationController)); in create() 55 ~CompositeAnimation(); 85 CompositeAnimation(AnimationControllerPrivate* animationController) in CompositeAnimation() function
|
D | CompositeAnimation.cpp | 41 CompositeAnimation::~CompositeAnimation() in ~CompositeAnimation() 48 void CompositeAnimation::clearRenderer() in clearRenderer() 69 void CompositeAnimation::updateTransitions(RenderObject* renderer, RenderStyle* currentStyle, Rende… in updateTransitions() 184 void CompositeAnimation::updateKeyframeAnimations(RenderObject* renderer, RenderStyle* currentStyle… in updateKeyframeAnimations() 261 PassRefPtr<RenderStyle> CompositeAnimation::animate(RenderObject* renderer, RenderStyle* currentSty… in animate() 293 PassRefPtr<RenderStyle> CompositeAnimation::getAnimatedStyle() const in getAnimatedStyle() 314 void CompositeAnimation::setAnimating(bool animating) in setAnimating() 333 double CompositeAnimation::timeToNextService() const in timeToNextService() 366 PassRefPtr<KeyframeAnimation> CompositeAnimation::getAnimationForProperty(int property) const in getAnimationForProperty() 385 void CompositeAnimation::suspendAnimations() in suspendAnimations() [all …]
|
D | AnimationController.cpp | 66 PassRefPtr<CompositeAnimation> AnimationControllerPrivate::accessCompositeAnimation(RenderObject* r… in accessCompositeAnimation() 68 RefPtr<CompositeAnimation> animation = m_compositeAnimations.get(renderer); in accessCompositeAnimation() 70 animation = CompositeAnimation::create(this); in accessCompositeAnimation() 80 PassRefPtr<CompositeAnimation> animation = m_compositeAnimations.take(renderer); in clear() 94 CompositeAnimation* compAnim = it->second.get(); in updateAnimationTimer() 200 RefPtr<CompositeAnimation> animation = m_compositeAnimations.get(renderer); in isAnimatingPropertyOnRenderer() 215 CompositeAnimation* compAnim = it->second.get(); in suspendAnimations() 231 CompositeAnimation* compAnim = it->second.get(); in resumeAnimations() 244 RefPtr<CompositeAnimation> compAnim = accessCompositeAnimation(renderer); in pauseAnimationAtTime() 262 RefPtr<CompositeAnimation> compAnim = accessCompositeAnimation(renderer); in pauseTransitionAtTime() [all …]
|
D | AnimationBase.h | 40 class CompositeAnimation; variable 48 friend class CompositeAnimation; variable 51 … AnimationBase(const Animation* transition, RenderObject* renderer, CompositeAnimation* compAnim); 127 …virtual void animate(CompositeAnimation*, RenderObject*, const RenderStyle* /*currentStyle*/, Rend… 183 CompositeAnimation* compositeAnimation() { return m_compAnim; } in compositeAnimation() 221 CompositeAnimation* m_compAnim;
|
D | ImplicitAnimation.h | 41 …imation* animation, int animatingProperty, RenderObject* renderer, CompositeAnimation* compositeAn… in create() 54 …virtual void animate(CompositeAnimation*, RenderObject*, const RenderStyle* currentStyle, RenderSt… 81 …ImplicitAnimation(const Animation*, int animatingProperty, RenderObject*, CompositeAnimation*, Ren…
|
D | KeyframeAnimation.h | 44 …ate(const Animation* animation, RenderObject* renderer, int index, CompositeAnimation* compositeAn… in create() 49 …virtual void animate(CompositeAnimation*, RenderObject*, const RenderStyle* currentStyle, RenderSt… 82 …KeyframeAnimation(const Animation* animation, RenderObject*, int index, CompositeAnimation*, Rende…
|
D | AnimationControllerPrivate.h | 44 class CompositeAnimation; variable 57 PassRefPtr<CompositeAnimation> accessCompositeAnimation(RenderObject*); 96 typedef HashMap<RenderObject*, RefPtr<CompositeAnimation> > RenderObjectAnimationMap;
|
D | ImplicitAnimation.cpp | 43 …mation* transition, int animatingProperty, RenderObject* renderer, CompositeAnimation* compAnim, R… in ImplicitAnimation() 66 void ImplicitAnimation::animate(CompositeAnimation*, RenderObject*, const RenderStyle*, RenderStyle… in animate() argument
|
D | KeyframeAnimation.cpp | 44 …ion(const Animation* animation, RenderObject* renderer, int index, CompositeAnimation* compAnim, R… in KeyframeAnimation() 105 void KeyframeAnimation::animate(CompositeAnimation*, RenderObject*, const RenderStyle*, RenderStyle… in animate() argument
|
D | AnimationBase.cpp | 750 …e::AnimationBase(const Animation* transition, RenderObject* renderer, CompositeAnimation* compAnim) in AnimationBase() 1113 RefPtr<CompositeAnimation> compProtector(m_compAnim); in fireAnimationEventsIfNeeded()
|
/external/webkit/WebCore/ |
D | ChangeLog-2009-06-16 | 160 * page/animation/CompositeAnimation.cpp: 161 (WebCore::CompositeAnimation::updateTransitions): 21857 * page/animation/CompositeAnimation.cpp: 21858 (WebCore::CompositeAnimation::updateTransitions): 21859 (WebCore::CompositeAnimation::animate): 21860 (WebCore::CompositeAnimation::cleanupFinishedAnimations): 21861 * page/animation/CompositeAnimation.h: 22653 * page/animation/CompositeAnimation.cpp: 22654 (WebCore::CompositeAnimation::~CompositeAnimation): 22655 (WebCore::CompositeAnimation::clearRenderer): [all …]
|
D | Android.mk | 370 page/animation/CompositeAnimation.cpp \
|
D | WebCore.pro | 728 page/animation/CompositeAnimation.cpp \ 1430 page/animation/CompositeAnimation.h \
|
D | ChangeLog-2010-01-29 | 1698 * page/animation/CompositeAnimation.cpp: 1699 (WebCore::CompositeAnimation::clearRenderer): 1700 (WebCore::CompositeAnimation::updateKeyframeAnimations): 1701 (WebCore::CompositeAnimation::animate): 1702 (WebCore::CompositeAnimation::getAnimatedStyle): 1703 (WebCore::CompositeAnimation::setAnimating): 1704 (WebCore::CompositeAnimation::timeToNextService): 1705 (WebCore::CompositeAnimation::getAnimationForProperty): 1706 (WebCore::CompositeAnimation::suspendAnimations): 1707 (WebCore::CompositeAnimation::resumeAnimations): [all …]
|
D | WebCore.gypi | 1769 'page/animation/CompositeAnimation.cpp', 1770 'page/animation/CompositeAnimation.h',
|
D | GNUmakefile.am | 1432 WebCore/page/animation/CompositeAnimation.cpp \ 1433 WebCore/page/animation/CompositeAnimation.h \
|
/external/webkit/WebCore/WebCore.xcodeproj/ |
D | project.pbxproj | 653 …6E1DA700BF6088 /* CompositeAnimation.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 316FE10B0E… 654 …E6E1DA700BF6088 /* CompositeAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = 316FE10C0E6… 5980 …CompositeAnimation.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcec… 5981 …CompositeAnimation.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecod… 10792 316FE10B0E6E1DA700BF6088 /* CompositeAnimation.cpp */, 10793 316FE10C0E6E1DA700BF6088 /* CompositeAnimation.h */, 16195 316FE1160E6E1DA700BF6088 /* CompositeAnimation.h in Headers */, 18884 316FE1150E6E1DA700BF6088 /* CompositeAnimation.cpp in Sources */,
|