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

  /external/webkit/Source/WebCore/page/animation/
KeyframeAnimation.h 44 static PassRefPtr<KeyframeAnimation> create(const Animation* animation, RenderObject* renderer, int index, CompositeAnimation* compositeAnimation, RenderStyle* unanimatedStyle)
46 return adoptRef(new KeyframeAnimation(animation, renderer, index, compositeAnimation, unanimatedStyle));
59 RenderStyle* unanimatedStyle() const { return m_unanimatedStyle.get(); }
82 KeyframeAnimation(const Animation* animation, RenderObject*, int index, CompositeAnimation*, RenderStyle* unanimatedStyle);
KeyframeAnimation.cpp 46 KeyframeAnimation::KeyframeAnimation(const Animation* animation, RenderObject* renderer, int index, CompositeAnimation* compAnim, RenderStyle* unanimatedStyle)
51 , m_unanimatedStyle(unanimatedStyle)
55 m_object->document()->styleSelector()->keyframeStylesForAnimation(static_cast<Element*>(m_object->node()), unanimatedStyle, m_keyframes);
CompositeAnimation.cpp 119 // and we have to use the unanimatedStyle from the animation. We do the test
122 RenderStyle* fromStyle = keyframeAnim ? keyframeAnim->unanimatedStyle() : currentStyle;

Completed in 40 milliseconds