Searched defs:compAnim (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/page/animation/
H A DImplicitAnimation.cpp43 ImplicitAnimation::ImplicitAnimation(const Animation* transition, int animatingProperty, RenderObject* renderer, CompositeAnimation* compAnim, RenderStyle* fromStyle) argument
44 : AnimationBase(transition, renderer, compAnim)
H A DKeyframeAnimation.cpp46 KeyframeAnimation::KeyframeAnimation(const Animation* animation, RenderObject* renderer, int index, CompositeAnimation* compAnim, RenderStyle* unanimatedStyle) argument
47 : AnimationBase(animation, renderer, compAnim)
H A DAnimationController.cpp94 CompositeAnimation* compAnim = it->second.get(); local
95 if (!compAnim->suspended() && compAnim->hasAnimations()) {
96 double t = compAnim->timeToNextService();
256 CompositeAnimation* compAnim = it->second.get(); local
257 compAnim->suspendAnimations();
272 CompositeAnimation* compAnim = it->second.get(); local
273 compAnim->resumeAnimations();
285 RefPtr<CompositeAnimation> compAnim = accessCompositeAnimation(renderer);
286 if (!compAnim)
361 CompositeAnimation* compAnim = it->second.get(); local
[all...]
H A DAnimationBase.cpp793 AnimationBase::AnimationBase(const Animation* transition, RenderObject* renderer, CompositeAnimation* compAnim) argument
801 , m_compAnim(compAnim)

Completed in 66 milliseconds