Home
last modified time | relevance | path

Searched refs:removeAnimation (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/third_party/WebKit/public/platform/
DWebLayer.h152 virtual void removeAnimation(int animationId) = 0;
155 virtual void removeAnimation(int animationId, WebAnimation::TargetProperty) = 0;
/external/chromium_org/webkit/renderer/compositor_bindings/
Dweb_layer_impl.h102 virtual void removeAnimation(int animation_id);
103 virtual void removeAnimation(int animation_id,
Dweb_layer_impl.cc220 void WebLayerImpl::removeAnimation(int animation_id) { in removeAnimation() function in webkit::WebLayerImpl
224 void WebLayerImpl::removeAnimation( in removeAnimation() function in webkit::WebLayerImpl
/external/chromium_org/third_party/WebKit/Source/web/tests/
DGraphicsLayerTest.cpp109 m_platformLayer->removeAnimation(animationId); in TEST_F()
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DGraphicsLayer.cpp1074 platformLayer()->removeAnimation(animation->id(), animation->targetProperty()); in addAnimation()
1083 void GraphicsLayer::removeAnimation(int animationId) in removeAnimation() function in WebCore::GraphicsLayer
1085 platformLayer()->removeAnimation(animationId); in removeAnimation()
DGraphicsLayer.h232 void removeAnimation(int animationId);
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DCompositedLayerMapping.cpp2016 m_graphicsLayer->removeAnimation(animationId); in startAnimation()
2023 m_graphicsLayer->removeAnimation(animationId); in startAnimation()
2041 m_graphicsLayer->removeAnimation(animationId); in animationFinished()
2092 m_graphicsLayer->removeAnimation(animationId); in transitionFinished()
/external/chromium_org/third_party/WebKit/Source/core/animation/
DCompositorAnimations.cpp290 …t(element.renderer())->layer()->compositedLayerMapping()->mainGraphicsLayer()->removeAnimation(id); in cancelAnimationOnCompositor()