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

  /external/chromium_org/chrome/browser/ui/views/download/
download_shelf_view.cc 182 if (shelf_animation_->is_animating()) {
185 shelf_animation_->GetCurrentValue()));
194 } else if (animation == shelf_animation_.get()) {
201 parent_->ToolbarSizeChanged(shelf_animation_->IsShowing());
206 if (animation == shelf_animation_.get()) {
207 parent_->SetDownloadShelfVisible(shelf_animation_->IsShowing());
208 if (!shelf_animation_->IsShowing())
315 shelf_animation_.reset(new gfx::SlideAnimation(this));
316 shelf_animation_->SetSlideDuration(kShelfAnimationDurationMs);
370 return shelf_animation_->IsShowing()
    [all...]
download_shelf_view.h 135 scoped_ptr<gfx::SlideAnimation> shelf_animation_; member in class:DownloadShelfView

Completed in 140 milliseconds