Home
last modified time | relevance | path

Searched refs:EXIT_SESSION_ENDED (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/profiles/
Dprofile.h128 EXIT_SESSION_ENDED, enumerator
Dprofile_browsertest.cc233 profile->SetExitType(Profile::EXIT_SESSION_ENDED); in IN_PROC_BROWSER_TEST_F()
Dprofile_impl.cc229 return Profile::EXIT_SESSION_ENDED; in SessionTypePrefValueToExitType()
240 case Profile::EXIT_SESSION_ENDED: in ExitTypeToSessionTypePrefValue()
/external/chromium_org/chrome/browser/
Dbrowser_process_impl.cc380 profiles[i]->SetExitType(Profile::EXIT_SESSION_ENDED); in EndSession()
/external/chromium_org/chrome/browser/sessions/
Dpersistent_tab_restore_service.cc344 exit_type == Profile::EXIT_SESSION_ENDED)) { in LoadTabsFromLastSession()