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

  /external/webkit/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 44 KeyframeAnimation::KeyframeAnimation(const Animation* animation, RenderObject* renderer, int index, CompositeAnimation* compAnim, RenderStyle* unanimatedStyle)
48 , m_unanimatedStyle(unanimatedStyle)
52 m_object->document()->styleSelector()->keyframeStylesForAnimation(static_cast<Element*>(m_object->node()), unanimatedStyle, m_keyframes);
CompositeAnimation.cpp 111 // and we have to use the unanimatedStyle from the animation. We do the test
114 RenderStyle* fromStyle = keyframeAnim ? keyframeAnim->unanimatedStyle() : currentStyle;

Completed in 59 milliseconds