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

  /external/chromium_org/chrome/browser/profiles/
profile.h 128 EXIT_SESSION_ENDED,
profile_browsertest.cc 216 profile->SetExitType(Profile::EXIT_SESSION_ENDED);
profile_impl.cc 162 // Value written to prefs for EXIT_CRASHED and EXIT_SESSION_ENDED.
222 return Profile::EXIT_SESSION_ENDED;
233 case Profile::EXIT_SESSION_ENDED:
    [all...]
  /external/chromium_org/chrome/browser/
browser_process_impl.cc 355 profiles[i]->SetExitType(Profile::EXIT_SESSION_ENDED);
    [all...]
  /external/chromium_org/chrome/browser/sessions/
persistent_tab_restore_service.cc 344 exit_type == Profile::EXIT_SESSION_ENDED)) {
    [all...]

Completed in 396 milliseconds