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

  /external/chromium_org/third_party/WebKit/Source/core/frame/animation/
ImplicitAnimation.cpp 49 , m_fromStyle(fromStyle)
83 bool needsAnim = CSSPropertyAnimation::blendProperties(this, m_animatingProperty, animatedStyle.get(), m_fromStyle.get(), m_toStyle.get(), progress(1, 0, 0));
102 CSSPropertyAnimation::blendProperties(this, m_animatingProperty, animatedStyle.get(), m_fromStyle.get(), m_toStyle.get(), progress(1, 0, 0));
108 m_isAccelerated = toRenderBoxModelObject(m_object)->startTransition(timeOffset, m_animatingProperty, m_fromStyle.get(), m_toStyle.get());
179 ASSERT(m_fromStyle);
184 if (m_fromStyle && m_toStyle)
223 CSSPropertyAnimation::blendProperties(this, prop, currentStyle, m_fromStyle.get(), m_toStyle.get(), progress(1, 0, 0));
230 if (!m_fromStyle || !m_toStyle)
233 const TransformOperations* val = &m_fromStyle->transform();
254 if (!m_fromStyle || !m_toStyle
    [all...]
ImplicitAnimation.h 64 bool hasStyle() const { return m_fromStyle && m_toStyle; }
92 RefPtr<RenderStyle> m_fromStyle;

Completed in 193 milliseconds