Home
last modified time | relevance | path

Searched refs:animationNameForTransition (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DRenderLayerBacking.cpp1357 …nimation(opacityVector, IntSize(), opacityAnim, GraphicsLayer::animationNameForTransition(Animated… in paintIntoLayer()
1371 …erer())->borderBoxRect().size(), transformAnim, GraphicsLayer::animationNameForTransition(Animated… in paintIntoLayer()
1392 …m_graphicsLayer->pauseAnimation(GraphicsLayer::animationNameForTransition(animatedProperty), timeO… in paintIntoLayer()
1399 … m_graphicsLayer->removeAnimation(GraphicsLayer::animationNameForTransition(animatedProperty)); in paintIntoLayer()
/external/webkit/Source/WebCore/platform/graphics/
DGraphicsLayer.h299 static String animationNameForTransition(AnimatedPropertyID);
DGraphicsLayer.cpp251 String GraphicsLayer::animationNameForTransition(AnimatedPropertyID property) in animationNameForTransition() function in WebCore::GraphicsLayer
/external/webkit/Source/WebCore/
DChangeLog-2010-12-0633113 (WebCore::GraphicsLayer::animationNameForTransition):
47841 (WebCore::GraphicsLayer::animationNameForTransition): Create a name
47872 (WebCore::RenderLayerBacking::startTransition): Use animationNameForTransition() to generate
47874 …ore::RenderLayerBacking::transitionPaused): Call pauseAnimation, using animationNameForTransition()
47876 …::RenderLayerBacking::transitionFinished): Call removeAnimation, using animationNameForTransition()