Searched refs:compositeAnimation (Results 1 – 4 of 4) sorted by relevance
/external/webkit/Source/WebCore/page/animation/ |
D | ImplicitAnimation.h | 41 …int animatingProperty, RenderObject* renderer, CompositeAnimation* compositeAnimation, RenderStyle… in create() argument 43 …tRef(new ImplicitAnimation(animation, animatingProperty, renderer, compositeAnimation, fromStyle)); in create()
|
D | KeyframeAnimation.h | 44 … animation, RenderObject* renderer, int index, CompositeAnimation* compositeAnimation, RenderStyle… in create() argument 46 …return adoptRef(new KeyframeAnimation(animation, renderer, index, compositeAnimation, unanimatedSt… in create()
|
D | KeyframeAnimation.cpp | 365 compositeAnimation()->overrideImplicitAnimations(*it); in overrideAnimations() 373 compositeAnimation()->resumeOverriddenImplicitAnimations(*it); in resumeOverriddenAnimations()
|
D | AnimationBase.h | 195 CompositeAnimation* compositeAnimation() { return m_compAnim; } in compositeAnimation() function
|