HomeSort by relevance Sort by last modified time
    Searched defs:IsPerformingCrashAnimation (Results 1 - 2 of 2) 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())
  /external/chromium/chrome/browser/ui/gtk/tabs/
tab_renderer_gtk.cc 328 if (!should_display_crashed_favicon_ && !IsPerformingCrashAnimation())
331 if (IsPerformingCrashAnimation())
606 bool TabRendererGtk::IsPerformingCrashAnimation() const {
    [all...]

Completed in 29 milliseconds