Home | History | Annotate | Download | only in tabs

Lines Matching refs:FaviconCrashAnimation

187 // FaviconCrashAnimation
190 class Tab::FaviconCrashAnimation : public gfx::LinearAnimation,
193 explicit FaviconCrashAnimation(Tab* target)
197 virtual ~FaviconCrashAnimation() {}
222 DISALLOW_COPY_AND_ASSIGN(FaviconCrashAnimation);
1448 crash_icon_animation_.reset(new FaviconCrashAnimation(this));