HomeSort by relevance Sort by last modified time
    Searched defs:ImplicitAnimation (Results 1 - 2 of 2) sorted by null

  /external/webkit/WebCore/page/animation/
ImplicitAnimation.cpp 35 #include "ImplicitAnimation.h"
43 ImplicitAnimation::ImplicitAnimation(const Animation* transition, int animatingProperty, RenderObject* renderer, CompositeAnimation* compAnim, RenderStyle* fromStyle)
54 ImplicitAnimation::~ImplicitAnimation()
61 bool ImplicitAnimation::shouldSendEventForListener(Document::ListenerType inListenerType) const
66 void ImplicitAnimation::animate(CompositeAnimation*, RenderObject*, const RenderStyle*, RenderStyle* targetStyle, RefPtr<RenderStyle>& animatedStyle)
101 void ImplicitAnimation::getAnimatedStyle(RefPtr<RenderStyle>& animatedStyle)
109 bool ImplicitAnimation::startAnimation(double timeOffset)
123 void ImplicitAnimation::endAnimation(
    [all...]
ImplicitAnimation.h 37 // An ImplicitAnimation tracks the state of a transition of a specific CSS property
39 class ImplicitAnimation : public AnimationBase {
41 static PassRefPtr<ImplicitAnimation> create(const Animation* animation, int animatingProperty, RenderObject* renderer, CompositeAnimation* compositeAnimation, RenderStyle* fromStyle)
43 return adoptRef(new ImplicitAnimation(animation, animatingProperty, renderer, compositeAnimation, fromStyle));
81 ImplicitAnimation(const Animation*, int animatingProperty, RenderObject*, CompositeAnimation*, RenderStyle* fromStyle);
82 virtual ~ImplicitAnimation();
85 int m_animatingProperty; // Specific property for this ImplicitAnimation

Completed in 13 milliseconds