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

/external/chromium/chrome/browser/ui/views/tabs/
H A Dbase_tab.cc189 if (!should_display_crashed_favicon_ && !IsPerformingCrashAnimation()) {
213 if (IsPerformingCrashAnimation())
555 bool BaseTab::IsPerformingCrashAnimation() const { function in class:BaseTab
566 if (IsPerformingCrashAnimation())
H A Dbase_tab.h163 bool IsPerformingCrashAnimation() const;
/external/chromium/chrome/browser/ui/gtk/tabs/
H A Dtab_renderer_gtk.h304 bool IsPerformingCrashAnimation() const;
H A Dtab_renderer_gtk.cc328 if (!should_display_crashed_favicon_ && !IsPerformingCrashAnimation())
331 if (IsPerformingCrashAnimation())
606 bool TabRendererGtk::IsPerformingCrashAnimation() const { function in class:TabRendererGtk

Completed in 456 milliseconds