Home | History | Annotate | Download | only in animation

Lines Matching refs:RenderStyle

41     static PassRefPtr<ImplicitAnimation> create(const Animation* animation, int animatingProperty, RenderObject* renderer, CompositeAnimation* compositeAnimation, RenderStyle* fromStyle)
54 virtual void animate(CompositeAnimation*, RenderObject*, const RenderStyle* currentStyle, RenderStyle* targetStyle, RefPtr<RenderStyle>& animatedStyle);
55 virtual void getAnimatedStyle(RefPtr<RenderStyle>& animatedStyle);
56 virtual void reset(RenderStyle* to);
65 bool isTargetPropertyEqual(int, const RenderStyle* targetStyle);
67 void blendPropertyValueInStyle(int, RenderStyle* currentStyle);
81 ImplicitAnimation(const Animation*, int animatingProperty, RenderObject*, CompositeAnimation*, RenderStyle* fromStyle);
84 int m_transitionProperty; // Transition property as specified in the RenderStyle. May be cAnimateAll
90 RefPtr<RenderStyle> m_fromStyle;
91 RefPtr<RenderStyle> m_toStyle;