Searched refs:animationNameForTransition (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/
H A DGraphicsLayer.h299 static String animationNameForTransition(AnimatedPropertyID);
H A DGraphicsLayer.cpp251 String GraphicsLayer::animationNameForTransition(AnimatedPropertyID property) function in class:WebCore::GraphicsLayer
/external/webkit/Source/WebCore/rendering/
H A DRenderLayerBacking.cpp1357 if (m_graphicsLayer->addAnimation(opacityVector, IntSize(), opacityAnim, GraphicsLayer::animationNameForTransition(AnimatedPropertyOpacity), timeOffset)) {
1371 if (m_graphicsLayer->addAnimation(transformVector, toRenderBox(renderer())->borderBoxRect().size(), transformAnim, GraphicsLayer::animationNameForTransition(AnimatedPropertyWebkitTransform), timeOffset)) {
1392 m_graphicsLayer->pauseAnimation(GraphicsLayer::animationNameForTransition(animatedProperty), timeOffset);
1399 m_graphicsLayer->removeAnimation(GraphicsLayer::animationNameForTransition(animatedProperty));

Completed in 74 milliseconds