Searched refs:unanimatedStyle (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/page/animation/
H A DKeyframeAnimation.h44 static PassRefPtr<KeyframeAnimation> create(const Animation* animation, RenderObject* renderer, int index, CompositeAnimation* compositeAnimation, RenderStyle* unanimatedStyle) argument
46 return adoptRef(new KeyframeAnimation(animation, renderer, index, compositeAnimation, unanimatedStyle));
61 RenderStyle* unanimatedStyle() const { return m_unanimatedStyle.get(); } function in class:WebCore::KeyframeAnimation
87 KeyframeAnimation(const Animation* animation, RenderObject*, int index, CompositeAnimation*, RenderStyle* unanimatedStyle);
H A DKeyframeAnimation.cpp45 KeyframeAnimation::KeyframeAnimation(const Animation* animation, RenderObject* renderer, int index, CompositeAnimation* compAnim, RenderStyle* unanimatedStyle) argument
50 , m_unanimatedStyle(unanimatedStyle)
54 m_object->document()->ensureStyleResolver()->keyframeStylesForAnimation(toElement(m_object->node()), unanimatedStyle, m_keyframes);
H A DCompositeAnimation.cpp126 // and we have to use the unanimatedStyle from the animation. We do the test
129 RenderStyle* fromStyle = keyframeAnim ? keyframeAnim->unanimatedStyle() : currentStyle;

Completed in 182 milliseconds