Home
last modified time | relevance | path

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

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