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

  /external/chromium_org/chrome/browser/profiles/
profile.h 122 EXIT_NORMAL,
profile_impl.cc 234 return Profile::EXIT_NORMAL;
240 case Profile::EXIT_NORMAL:
397 last_session_exit_type_(EXIT_NORMAL),
    [all...]
profile_browsertest.cc 308 profile->SetExitType(Profile::EXIT_NORMAL);
  /external/chromium_org/chrome/browser/ui/app_list/test/
fake_profile.cc 203 return EXIT_NORMAL;
  /external/chromium_org/chrome/browser/lifetime/
application_lifetime.cc 91 it->profile()->SetExitType(Profile::EXIT_NORMAL);
  /external/chromium_org/chrome/test/base/
testing_profile.cc 944 return last_session_exited_cleanly_ ? EXIT_NORMAL : EXIT_CRASHED;
    [all...]

Completed in 549 milliseconds