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

  /external/chromium/chrome/browser/ui/views/
fullscreen_exit_bubble.cc 123 size_animation_(new ui::SlideAnimation(this)) {
124 size_animation_->Reset(1);
229 (size_animation_->GetCurrentValue() != 0)) {
232 size_animation_->SetSlideDuration(kSlideInDurationMs);
233 size_animation_->Show();
241 size_animation_->SetSlideDuration(kSlideOutDurationMs);
242 size_animation_->Hide();
251 size_animation_->GetCurrentValue()));
fullscreen_exit_bubble.h 82 scoped_ptr<ui::SlideAnimation> size_animation_; member in class:FullscreenExitBubble
  /external/chromium/chrome/browser/ui/views/bookmarks/
bookmark_bar_view.cc 367 size_animation_->Reset(IsAlwaysShown() ? 1 : 0);
441 double current_state = 1 - size_animation_->GetCurrentValue();
697 size_animation_->Reset(IsAlwaysShown() ? 1 : 0);
699 size_animation_->Reset(0);
706 return OnNewTabPage() && (size_animation_->GetCurrentValue() != 1);
714 return size_animation_->GetCurrentValue();
742 return static_cast<int>(kToolbarOverlap * size_animation_->GetCurrentValue());
746 return size_animation_->is_animating();
888 size_animation_.reset(new ui::SlideAnimation(this));
    [all...]
bookmark_bar_view.h 520 scoped_ptr<ui::SlideAnimation> size_animation_; member in class:BookmarkBarView
  /external/chromium/chrome/browser/ui/views/autocomplete/
autocomplete_popup_contents_view.cc 216 ALLOW_THIS_IN_INITIALIZER_LIST(size_animation_(this)) {
233 if (!size_animation_.is_animating())
242 size_animation_.GetCurrentValue() * total_height_delta - 0.5);
276 size_animation_.Stop();
326 size_animation_.Reset();
346 size_animation_.Show();
autocomplete_popup_contents_view.h 180 ui::SlideAnimation size_animation_; member in class:AutocompletePopupContentsView

Completed in 208 milliseconds