Searched refs:cAnimateAll (Results 1 – 9 of 9) sorted by relevance
36 const int cAnimateAll = -2; variable145 static int initialAnimationProperty() { return cAnimateAll; } in initialAnimationProperty()
51 ASSERT(animatingProperty != cAnimateAll); in ImplicitAnimation()158 if (m_animatingProperty != cAnimateAll) in sendTransitionEvent()
623 if (prop == cAnimateAll) { in propertiesEqual()659 ASSERT(prop != cAnimateAll); in blendProperties()
93 bool all = prop == cAnimateAll; in updateTransitions()
965 ASSERT(property != cAnimateAll); in startTransition()
892 if (p->property() == cAnimateAll || p->property() == property) { in transitionForProperty()
1338 else if (prop == cAnimateAll) in getPropertyCSSValue()
5461 animation->setProperty(cAnimateAll); in mapAnimationProperty()
63966 RenderStyle-level cAnimateAll, cAnimateNone.63969 and CSSValueNone values to set cAnimateAll and cAnimateNone transition properties.