Home
last modified time | relevance | path

Searched refs:m_fromStyle (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/page/animation/
DImplicitAnimation.cpp49 , m_fromStyle(fromStyle) in ImplicitAnimation()
82 …bool needsAnim = blendProperties(this, m_animatingProperty, animatedStyle.get(), m_fromStyle.get()… in animate()
106 …blendProperties(this, m_animatingProperty, animatedStyle.get(), m_fromStyle.get(), m_toStyle.get()… in getAnimatedStyle()
115 …return layer->backing()->startTransition(timeOffset, m_animatingProperty, m_fromStyle.get(), m_toS… in startAnimation()
204 ASSERT(m_fromStyle); in reset()
209 if (m_fromStyle && m_toStyle) in reset()
247 … blendProperties(this, prop, currentStyle, m_fromStyle.get(), m_toStyle.get(), progress(1, 0, 0)); in blendPropertyValueInStyle()
254 if (!m_fromStyle || !m_toStyle) in validateTransformFunctionList()
257 const TransformOperations* val = &m_fromStyle->transform(); in validateTransformFunctionList()
DImplicitAnimation.h63 bool hasStyle() const { return m_fromStyle && m_toStyle; } in hasStyle()
90 RefPtr<RenderStyle> m_fromStyle; variable