OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IsPerformingCrashAnimation
(Results
1 - 4
of
4
) 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
...]
/external/chromium_org/chrome/browser/ui/gtk/tabs/
tab_renderer_gtk.cc
417
if (!should_display_crashed_favicon_ && !
IsPerformingCrashAnimation
())
420
if (
IsPerformingCrashAnimation
())
664
bool TabRendererGtk::
IsPerformingCrashAnimation
() const {
[
all
...]
/external/chromium_org/chrome/browser/ui/views/tabs/
tab.cc
559
if (!should_display_crashed_favicon_ && !
IsPerformingCrashAnimation
()) {
574
if (
IsPerformingCrashAnimation
())
[
all
...]
Completed in 120 milliseconds