Searched refs:removeAnimation (Results 1 – 8 of 8) sorted by relevance
152 virtual void removeAnimation(int animationId) = 0;155 virtual void removeAnimation(int animationId, WebAnimation::TargetProperty) = 0;
102 virtual void removeAnimation(int animation_id);103 virtual void removeAnimation(int animation_id,
220 void WebLayerImpl::removeAnimation(int animation_id) { in removeAnimation() function in webkit::WebLayerImpl224 void WebLayerImpl::removeAnimation( in removeAnimation() function in webkit::WebLayerImpl
109 m_platformLayer->removeAnimation(animationId); in TEST_F()
1074 platformLayer()->removeAnimation(animation->id(), animation->targetProperty()); in addAnimation()1083 void GraphicsLayer::removeAnimation(int animationId) in removeAnimation() function in WebCore::GraphicsLayer1085 platformLayer()->removeAnimation(animationId); in removeAnimation()
232 void removeAnimation(int animationId);
2016 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()
290 …t(element.renderer())->layer()->compositedLayerMapping()->mainGraphicsLayer()->removeAnimation(id); in cancelAnimationOnCompositor()