Home
last modified time | relevance | path

Searched refs:cAnimateAll (Results 1 – 9 of 9) sorted by relevance

/external/webkit/WebCore/platform/animation/
DAnimation.h36 const int cAnimateAll = -2; variable
145 static int initialAnimationProperty() { return cAnimateAll; } in initialAnimationProperty()
/external/webkit/WebCore/page/animation/
DImplicitAnimation.cpp51 ASSERT(animatingProperty != cAnimateAll); in ImplicitAnimation()
158 if (m_animatingProperty != cAnimateAll) in sendTransitionEvent()
DAnimationBase.cpp623 if (prop == cAnimateAll) { in propertiesEqual()
659 ASSERT(prop != cAnimateAll); in blendProperties()
DCompositeAnimation.cpp93 bool all = prop == cAnimateAll; in updateTransitions()
/external/webkit/WebCore/rendering/
DRenderLayerBacking.cpp965 ASSERT(property != cAnimateAll); in startTransition()
/external/webkit/WebCore/rendering/style/
DRenderStyle.cpp892 if (p->property() == cAnimateAll || p->property() == property) { in transitionForProperty()
/external/webkit/WebCore/css/
DCSSComputedStyleDeclaration.cpp1338 else if (prop == cAnimateAll) in getPropertyCSSValue()
DCSSStyleSelector.cpp5461 animation->setProperty(cAnimateAll); in mapAnimationProperty()
/external/webkit/WebCore/
DChangeLog-2009-06-1663966 RenderStyle-level cAnimateAll, cAnimateNone.
63969 and CSSValueNone values to set cAnimateAll and cAnimateNone transition properties.