Searched refs:tab_animation_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/tabs/
H A Dtab.cc553 if (tab_animation_.get() && tab_animation_->is_animating()) {
554 tab_animation_->Stop();
555 tab_animation_.reset(NULL);
586 tab_animation_.reset(animation);
590 if (!tab_animation_.get())
592 tab_animation_->Stop();
593 tab_animation_.reset(NULL);
601 if (!tab_animation_.get()) {
622 tab_animation_
[all...]
H A Dtab.h320 scoped_ptr<ui::Animation> tab_animation_; member in class:Tab

Completed in 74 milliseconds