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

  /external/chromium/chrome/browser/ui/views/tabs/
base_tab.cc 189 if (!should_display_crashed_favicon_ && !IsPerformingCrashAnimation()) {
213 if (IsPerformingCrashAnimation())
555 bool BaseTab::IsPerformingCrashAnimation() const {
566 if (IsPerformingCrashAnimation())
base_tab.h 163 bool IsPerformingCrashAnimation() const;
  /external/chromium/chrome/browser/ui/gtk/tabs/
tab_renderer_gtk.h 304 bool IsPerformingCrashAnimation() const;
tab_renderer_gtk.cc 328 if (!should_display_crashed_favicon_ && !IsPerformingCrashAnimation())
331 if (IsPerformingCrashAnimation())
606 bool TabRendererGtk::IsPerformingCrashAnimation() const {
    [all...]
  /external/chromium_org/chrome/browser/ui/gtk/tabs/
tab_renderer_gtk.h 281 bool IsPerformingCrashAnimation() const;
tab_renderer_gtk.cc 442 if (!should_display_crashed_favicon_ && !IsPerformingCrashAnimation())
445 if (IsPerformingCrashAnimation())
679 bool TabRendererGtk::IsPerformingCrashAnimation() const {
    [all...]
  /external/chromium_org/chrome/browser/ui/views/tabs/
tab.h 257 bool IsPerformingCrashAnimation() const;
tab.cc 524 if (!should_display_crashed_favicon_ && !IsPerformingCrashAnimation()) {
547 if (IsPerformingCrashAnimation())
    [all...]

Completed in 1530 milliseconds