Searched defs:animation_id (Results 1 – 11 of 11) sorted by relevance
49 int animation_id, in Create()58 int animation_id, in Animation()
43 void LayerAnimationController::PauseAnimation(int animation_id, in PauseAnimation()63 void LayerAnimationController::RemoveAnimation(int animation_id) { in RemoveAnimation()86 int animation_id, in RemoveAnimation()
267 int animation_id = controller->GetAnimation(Animation::Opacity)->id(); in TEST() local318 int animation_id = in TEST() local
97 int animation_id) { in createAnimation()
247 void WebLayerImpl::removeAnimation(int animation_id) { in removeAnimation()252 int animation_id, in removeAnimation()258 void WebLayerImpl::pauseAnimation(int animation_id, double time_offset) { in pauseAnimation()
27 int animation_id, in WebCompositorAnimationImpl()
98 void TestLayerAnimationDelegate::RemoveThreadedAnimation(int animation_id) { in RemoveThreadedAnimation()
197 int animation_id() const { return animation_id_; } in animation_id() function
943 void Layer::RemoveThreadedAnimation(int animation_id) { in RemoveThreadedAnimation()
1150 void Layer::PauseAnimation(int animation_id, double time_offset) { in PauseAnimation()1156 void Layer::RemoveAnimation(int animation_id) { in RemoveAnimation()
5227 int animation_id = AddAnimatedTransformToController( in TEST_F() local