Home
last modified time | relevance | path

Searched refs:resize_animation_ (Results 1 – 6 of 6) sorted by relevance

/external/chromium/chrome/browser/ui/views/
Dpage_info_bubble_view.cc97 ALLOW_THIS_IN_INITIALIZER_LIST(resize_animation_(this)), in PageInfoBubbleView()
195 if (!resize_animation_.is_animating()) in GetPreferredSize()
201 resize_animation_.GetCurrentValue()); in GetPreferredSize()
209 resize_animation_.SetSlideDuration(kPageInfoSlideDuration); in ModelChanged()
210 resize_animation_.Show(); in ModelChanged()
214 resize_animation_.Reset(); in BubbleClosing()
Dbrowser_actions_container.cc371 resize_animation_.reset(new ui::SlideAnimation(this)); in BrowserActionsContainer()
768 DCHECK_EQ(resize_animation_.get(), animation); in AnimationProgressed()
769 resize_amount_ = static_cast<int>(resize_animation_->GetCurrentValue() * in AnimationProgressed()
1086 resize_animation_->Reset(); in SaveDesiredSizeAndAnimate()
1087 resize_animation_->SetTweenType(tween_type); in SaveDesiredSizeAndAnimate()
1089 resize_animation_->Show(); in SaveDesiredSizeAndAnimate()
1092 AnimationEnded(resize_animation_.get()); in SaveDesiredSizeAndAnimate()
Dpage_info_bubble_view.h77 ui::SlideAnimation resize_animation_; variable
Dbrowser_actions_container.h500 scoped_ptr<ui::SlideAnimation> resize_animation_; variable
/external/chromium/chrome/browser/ui/gtk/
Dbrowser_actions_toolbar_gtk.h69 return resize_animation_.is_animating(); in animating()
208 ui::SlideAnimation resize_animation_; variable
Dbrowser_actions_toolbar_gtk.cc373 resize_animation_(this), in BrowserActionsToolbarGtk()
588 resize_animation_.Reset(); in AnimateToShowNIcons()
589 resize_animation_.Show(); in AnimateToShowNIcons()
656 resize_animation_.Reset(); in AnimationProgressed()
885 resize_animation_.Reset(); in OnGripperButtonPress()
960 if (!resize_animation_.is_animating()) in OnButtonShowOrHide()