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

  /external/chromium/chrome/browser/ui/views/tabs/
base_tab.cc 543 if (!crash_animation_.get())
544 crash_animation_.reset(new FaviconCrashAnimation(this));
545 crash_animation_->Stop();
546 crash_animation_->Start();
550 if (!crash_animation_.get())
552 crash_animation_->Stop();
556 return crash_animation_.get() && crash_animation_->is_animating();
base_tab.h 198 scoped_ptr<FaviconCrashAnimation> crash_animation_; member in class:BaseTab
  /external/chromium/chrome/browser/ui/gtk/tabs/
tab_renderer_gtk.cc 594 if (!crash_animation_.get())
595 crash_animation_.reset(new FaviconCrashAnimation(this));
596 crash_animation_->Stop();
597 crash_animation_->Start();
601 if (!crash_animation_.get())
603 crash_animation_->Stop();
607 return crash_animation_.get() && crash_animation_->is_animating();
    [all...]
tab_renderer_gtk.h 413 scoped_ptr<FaviconCrashAnimation> crash_animation_; member in class:TabRendererGtk

Completed in 154 milliseconds