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

  /external/chromium_org/chrome/browser/ui/views/tabs/
tab.cc 481 mini_title_change_animation_.PassAs<gfx::Animation>());
518 if (!mini_title_change_animation_) {
535 mini_title_change_animation_.reset(new gfx::MultiAnimation(parts, timeout));
537 mini_title_change_animation_->SetContainer(animation_container_.get());
538 mini_title_change_animation_->set_delegate(this);
540 mini_title_change_animation_->Start();
544 StopAndDeleteAnimation(mini_title_change_animation_.PassAs<gfx::Animation>());
    [all...]
tab.h 331 scoped_ptr<gfx::MultiAnimation> mini_title_change_animation_; member in class:Tab

Completed in 229 milliseconds