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

/external/chromium_org/chrome/browser/ui/gtk/tabs/
H A Dtab_strip_gtk.cc891 return active_animation_.get() != NULL;
1037 active_animation_->AnimationProgressed(NULL);
1394 if (active_animation_.get() &&
1395 active_animation_->type() == TabAnimation::REMOVE &&
1397 static_cast<RemoveTabAnimation*>(active_animation_.get())->index()) {
1932 if (active_animation_.get())
1933 active_animation_->Stop();
1942 TabAnimation* animation = active_animation_.get();
1961 active_animation_.reset(new InsertTabAnimation(this, index));
1962 active_animation_
[all...]
H A Dtab_strip_gtk.h470 scoped_ptr<TabAnimation> active_animation_; member in class:TabStripGtk
/external/chromium/chrome/browser/ui/gtk/tabs/
H A Dtab_strip_gtk.cc856 return active_animation_.get() != NULL;
997 active_animation_->AnimationProgressed(NULL);
1289 if (active_animation_.get() &&
1290 active_animation_->type() == TabAnimation::REMOVE &&
1292 static_cast<RemoveTabAnimation*>(active_animation_.get())->index()) {
1778 if (active_animation_.get())
1779 active_animation_->Stop();
1788 TabAnimation* animation = active_animation_.get();
1807 active_animation_.reset(new InsertTabAnimation(this, index));
1808 active_animation_
[all...]
H A Dtab_strip_gtk.h444 scoped_ptr<TabAnimation> active_animation_; member in class:TabStripGtk

Completed in 70 milliseconds