HomeSort by relevance Sort by last modified time
    Searched refs:close_animation_ (Results 1 - 4 of 4) sorted by null

  /external/chromium/chrome/browser/ui/gtk/tabs/
dragged_tab_gtk.cc 60 close_animation_(this) {
134 close_animation_.SetSlideDuration(kAnimateToBoundsDurationMs);
135 close_animation_.SetTweenType(ui::Tween::EASE_OUT);
136 if (!close_animation_.IsShowing()) {
137 close_animation_.Reset();
138 close_animation_.Show();
dragged_tab_gtk.h 135 ui::SlideAnimation close_animation_; member in class:DraggedTabGtk
  /external/chromium_org/chrome/browser/ui/gtk/tabs/
dragged_view_gtk.cc 65 close_animation_(this) {
218 close_animation_.SetSlideDuration(kAnimateToBoundsDurationMs);
219 close_animation_.SetTweenType(gfx::Tween::EASE_OUT);
220 if (!close_animation_.IsShowing()) {
221 close_animation_.Reset();
222 close_animation_.Show();
dragged_view_gtk.h 178 gfx::SlideAnimation close_animation_; member in class:DraggedViewGtk

Completed in 167 milliseconds