Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/animation/
DAnimation.h37 const int cAnimateAll = -2; variable
159 static int initialAnimationProperty() { return cAnimateAll; } in initialAnimationProperty()
/external/webkit/Source/WebCore/page/animation/
DImplicitAnimation.cpp51 ASSERT(animatingProperty != cAnimateAll); in ImplicitAnimation()
175 if (m_animatingProperty != cAnimateAll) in sendTransitionEvent()
DCompositeAnimation.cpp102 bool all = prop == cAnimateAll; in updateTransitions()
DAnimationBase.cpp815 if (prop == cAnimateAll) { in propertiesEqual()
851 ASSERT(prop != cAnimateAll); in blendProperties()
/external/webkit/Source/WebCore/rendering/
DRenderLayerBacking.cpp1348 ASSERT(property != cAnimateAll); in paintIntoLayer()
/external/webkit/Source/WebCore/rendering/style/
DRenderStyle.cpp1015 if (p->property() == cAnimateAll || p->property() == property) { in transitionForProperty()
/external/webkit/Source/WebCore/css/
DCSSComputedStyleDeclaration.cpp1671 else if (prop == cAnimateAll) in getPropertyCSSValue()
DCSSStyleSelector.cpp6606 animation->setProperty(cAnimateAll); in mapAnimationProperty()
/external/webkit/Source/WebCore/
DChangeLog-2009-06-1663966 RenderStyle-level cAnimateAll, cAnimateNone.
63969 and CSSValueNone values to set cAnimateAll and cAnimateNone transition properties.