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

/external/chromium_org/content/browser/web_contents/aura/
H A Dgesture_nav_simple.cc48 class DeleteAfterAnimation : public ui::ImplicitAnimationObserver { class in namespace:content::__anon7455
50 explicit DeleteAfterAnimation(scoped_ptr<T> object) function in class:content::__anon7455::DeleteAfterAnimation
54 friend class base::DeleteHelper<DeleteAfterAnimation<T> >;
56 virtual ~DeleteAfterAnimation() {}
67 DISALLOW_COPY_AND_ASSIGN(DeleteAfterAnimation);
128 new DeleteAfterAnimation<ArrowLayerDelegate>(arrow_delegate_.Pass()));
129 settings.AddObserver(new DeleteAfterAnimation<ui::Layer>(arrow_.Pass()));
130 settings.AddObserver(new DeleteAfterAnimation<ui::Layer>(clip_layer_.Pass()));

Completed in 242 milliseconds