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.h125 EXIT_SESSION_ENDED, enumerator
Dprofile_browsertest.cc303 profile->SetExitType(Profile::EXIT_SESSION_ENDED); in IN_PROC_BROWSER_TEST_F()
Dprofile_impl.cc231 return Profile::EXIT_SESSION_ENDED; in SessionTypePrefValueToExitType()
242 case Profile::EXIT_SESSION_ENDED: in ExitTypeToSessionTypePrefValue()
/external/chromium_org/chrome/browser/sessions/
Dpersistent_tab_restore_service.cc343 exit_type == Profile::EXIT_SESSION_ENDED)) { in LoadTabsFromLastSession()
/external/chromium_org/chrome/browser/
Dbrowser_process_impl.cc484 profile->SetExitType(Profile::EXIT_SESSION_ENDED); in EndSession()