Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/page/animation/
DImplicitAnimation.h41 …int animatingProperty, RenderObject* renderer, CompositeAnimation* compositeAnimation, RenderStyle… in create() argument
43 …tRef(new ImplicitAnimation(animation, animatingProperty, renderer, compositeAnimation, fromStyle)); in create()
DKeyframeAnimation.h44 … animation, RenderObject* renderer, int index, CompositeAnimation* compositeAnimation, RenderStyle… in create() argument
46 …return adoptRef(new KeyframeAnimation(animation, renderer, index, compositeAnimation, unanimatedSt… in create()
DKeyframeAnimation.cpp365 compositeAnimation()->overrideImplicitAnimations(*it); in overrideAnimations()
373 compositeAnimation()->resumeOverriddenImplicitAnimations(*it); in resumeOverriddenAnimations()
DAnimationBase.h195 CompositeAnimation* compositeAnimation() { return m_compAnim; } in compositeAnimation() function