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

  /external/webkit/Source/WebCore/page/animation/
ImplicitAnimation.cpp 49 , m_fromStyle(fromStyle)
82 bool needsAnim = blendProperties(this, m_animatingProperty, animatedStyle.get(), m_fromStyle.get(), m_toStyle.get(), progress(1, 0, 0));
106 blendProperties(this, m_animatingProperty, animatedStyle.get(), m_fromStyle.get(), m_toStyle.get(), progress(1, 0, 0));
115 return layer->backing()->startTransition(timeOffset, m_animatingProperty, m_fromStyle.get(), m_toStyle.get());
204 ASSERT(m_fromStyle);
209 if (m_fromStyle && m_toStyle)
247 blendProperties(this, prop, currentStyle, m_fromStyle.get(), m_toStyle.get(), progress(1, 0, 0));
254 if (!m_fromStyle || !m_toStyle)
257 const TransformOperations* val = &m_fromStyle->transform();
ImplicitAnimation.h 63 bool hasStyle() const { return m_fromStyle && m_toStyle; }
90 RefPtr<RenderStyle> m_fromStyle;

Completed in 28 milliseconds