close_animation_  218 chrome/browser/ui/gtk/tabs/dragged_view_gtk.cc   close_animation_.SetSlideDuration(kAnimateToBoundsDurationMs);
close_animation_  219 chrome/browser/ui/gtk/tabs/dragged_view_gtk.cc   close_animation_.SetTweenType(gfx::Tween::EASE_OUT);
close_animation_  220 chrome/browser/ui/gtk/tabs/dragged_view_gtk.cc   if (!close_animation_.IsShowing()) {
close_animation_  221 chrome/browser/ui/gtk/tabs/dragged_view_gtk.cc     close_animation_.Reset();
close_animation_  222 chrome/browser/ui/gtk/tabs/dragged_view_gtk.cc     close_animation_.Show();
close_animation_  178 chrome/browser/ui/gtk/tabs/dragged_view_gtk.h   gfx::SlideAnimation close_animation_;