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

  /external/webkit/Source/WebCore/page/animation/
ImplicitAnimation.cpp 46 , m_animatingProperty(animatingProperty)
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());
132 layer->backing()->transitionPaused(timeOffset, m_animatingProperty);
148 layer->backing()->transitionFinished(m_animatingProperty);
160 RefPtr<KeyframeAnimation> keyframeAnim = m_compAnim->getAnimationForProperty(m_animatingProperty);
175 if (m_animatingProperty != cAnimateAll)
176 propertyName = getPropertyName(static_cast<CSSPropertyID>(m_animatingProperty));
227 return (m_animatingProperty == property)
    [all...]
ImplicitAnimation.h 47 int animatingProperty() const { return m_animatingProperty; }
85 int m_animatingProperty; // Specific property for this ImplicitAnimation

Completed in 124 milliseconds