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

  /external/chromium_org/chrome/browser/profiles/
profile.h 125 EXIT_NORMAL,
profile_impl.cc 225 return Profile::EXIT_NORMAL;
231 case Profile::EXIT_NORMAL:
374 last_session_exit_type_(EXIT_NORMAL),
672 SetExitType(EXIT_NORMAL);
760 EXIT_NORMAL : EXIT_CRASHED;
    [all...]
profile_browsertest.cc 221 profile->SetExitType(Profile::EXIT_NORMAL);
  /external/chromium_org/chrome/browser/lifetime/
application_lifetime.cc 79 it->profile()->SetExitType(Profile::EXIT_NORMAL);
  /external/chromium_org/chrome/test/base/
testing_profile.cc 795 return last_session_exited_cleanly_ ? EXIT_NORMAL : EXIT_CRASHED;

Completed in 336 milliseconds