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

  /external/chromium/chrome/browser/ui/views/
page_info_bubble_view.h 77 ui::SlideAnimation resize_animation_; member in class:PageInfoBubbleView
page_info_bubble_view.cc 97 ALLOW_THIS_IN_INITIALIZER_LIST(resize_animation_(this)),
195 if (!resize_animation_.is_animating())
201 resize_animation_.GetCurrentValue());
209 resize_animation_.SetSlideDuration(kPageInfoSlideDuration);
210 resize_animation_.Show();
214 resize_animation_.Reset();
browser_actions_container.cc 371 resize_animation_.reset(new ui::SlideAnimation(this));
768 DCHECK_EQ(resize_animation_.get(), animation);
769 resize_amount_ = static_cast<int>(resize_animation_->GetCurrentValue() *
    [all...]
browser_actions_container.h 500 scoped_ptr<ui::SlideAnimation> resize_animation_; member in class:BrowserActionsContainer
  /external/chromium/chrome/browser/ui/gtk/
browser_actions_toolbar_gtk.h 69 return resize_animation_.is_animating();
208 ui::SlideAnimation resize_animation_; member in class:BrowserActionsToolbarGtk
browser_actions_toolbar_gtk.cc 373 resize_animation_(this),
588 resize_animation_.Reset();
589 resize_animation_.Show();
656 resize_animation_.Reset();
885 resize_animation_.Reset();
    [all...]

Completed in 471 milliseconds