HomeSort by relevance Sort by last modified time
    Searched refs:compAnim (Results 1 - 5 of 5) sorted by null

  /external/webkit/Source/WebCore/page/animation/
AnimationController.cpp 94 CompositeAnimation* compAnim = it->second.get();
95 if (!compAnim->suspended() && compAnim->hasAnimations()) {
96 double t = compAnim->timeToNextService();
256 CompositeAnimation* compAnim = it->second.get();
257 compAnim->suspendAnimations();
272 CompositeAnimation* compAnim = it->second.get();
273 compAnim->resumeAnimations();
285 RefPtr<CompositeAnimation> compAnim = accessCompositeAnimation(renderer);
286 if (!compAnim)
    [all...]
ImplicitAnimation.cpp 43 ImplicitAnimation::ImplicitAnimation(const Animation* transition, int animatingProperty, RenderObject* renderer, CompositeAnimation* compAnim, RenderStyle* fromStyle)
44 : AnimationBase(transition, renderer, compAnim)
AnimationBase.h 53 AnimationBase(const Animation* transition, RenderObject* renderer, CompositeAnimation* compAnim);
KeyframeAnimation.cpp 46 KeyframeAnimation::KeyframeAnimation(const Animation* animation, RenderObject* renderer, int index, CompositeAnimation* compAnim, RenderStyle* unanimatedStyle)
47 : AnimationBase(animation, renderer, compAnim)
AnimationBase.cpp     [all...]

Completed in 272 milliseconds