HomeSort by relevance Sort by last modified time
    Searched refs:resize_animation_ (Results 1 - 10 of 10) 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...]
  /external/chromium_org/chrome/browser/ui/gtk/
browser_actions_toolbar_gtk.h 76 return resize_animation_.is_animating();
221 gfx::SlideAnimation resize_animation_; member in class:BrowserActionsToolbarGtk
browser_actions_toolbar_gtk.cc 502 resize_animation_(this),
723 resize_animation_.Reset();
724 resize_animation_.Show();
809 resize_animation_.Reset();
    [all...]
  /external/chromium_org/chrome/browser/ui/views/toolbar/
browser_actions_container.cc 89 resize_animation_.reset(new gfx::SlideAnimation(this));
429 DCHECK_EQ(resize_animation_.get(), animation);
430 resize_amount_ = static_cast<int>(resize_animation_->GetCurrentValue() *
817 resize_animation_->Reset();
818 resize_animation_->SetTweenType(tween_type);
820 resize_animation_->Show();
823 AnimationEnded(resize_animation_.get());
browser_actions_container.h 358 scoped_ptr<gfx::SlideAnimation> resize_animation_; member in class:BrowserActionsContainer

Completed in 3238 milliseconds