Searched refs:RemoveThreadedAnimation (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/ui/compositor/
H A Dlayer_animation_delegate.h39 virtual void RemoveThreadedAnimation(int animation_id) = 0;
H A Dlayer.h396 virtual void RemoveThreadedAnimation(int animation_id) OVERRIDE;
H A Dlayer_animation_element.cc349 delegate->RemoveThreadedAnimation(animation_id());
358 delegate->RemoveThreadedAnimation(animation_id());
H A Dlayer.cc943 void Layer::RemoveThreadedAnimation(int animation_id) { function in class:ui::Layer
/external/chromium_org/ui/compositor/test/
H A Dtest_layer_animation_delegate.cc98 void TestLayerAnimationDelegate::RemoveThreadedAnimation(int animation_id) { function in class:ui::TestLayerAnimationDelegate
H A Dtest_layer_animation_delegate.h41 virtual void RemoveThreadedAnimation(int animation_id) OVERRIDE;

Completed in 107 milliseconds