Searched refs:size_animation_ (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/omnibox/
H A Domnibox_popup_contents_view.cc65 size_animation_(this),
97 if (!size_animation_.is_animating())
106 size_animation_.GetCurrentValue() * total_height_delta - 0.5);
154 size_animation_.Stop();
196 size_animation_.Reset();
234 size_animation_.Show();
H A Domnibox_popup_contents_view.h166 gfx::SlideAnimation size_animation_; member in class:OmniboxPopupContentsView
/external/chromium_org/chrome/browser/ui/views/bookmarks/
H A Dbookmark_bar_view.cc490 size_animation_->Reset(1);
539 size_animation_->Show();
541 size_animation_->Hide();
543 size_animation_->Reset(state == BookmarkBar::SHOW ? 1 : 0);
558 return size_animation_->is_animating();
690 (animating_detached_ && size_animation_->is_animating());
694 return size_animation_->GetCurrentValue();
714 size_animation_->GetCurrentValue());
724 (1 - size_animation_->GetCurrentValue())));
727 size_animation_
[all...]
H A Dbookmark_bar_view.h442 scoped_ptr<gfx::SlideAnimation> size_animation_; member in class:BookmarkBarView

Completed in 101 milliseconds