Home
last modified time | relevance | path

Searched refs:kRestoreLastSession (Results 1 – 6 of 6) sorted by relevance

/external/chromium/chrome/browser/
Dbrowser_shutdown.cc226 if (!new_cl->HasSwitch(switches::kRestoreLastSession)) in Shutdown()
227 new_cl->AppendSwitch(switches::kRestoreLastSession); in Shutdown()
Dbrowser_main_win.cc236 if (!command_line.HasSwitch(switches::kRestoreLastSession)) in RegisterApplicationRestart()
237 command_line.AppendSwitch(switches::kRestoreLastSession); in RegisterApplicationRestart()
/external/chromium/chrome/browser/ui/
Dbrowser_init.cc364 if (command_line.HasSwitch(switches::kRestoreLastSession)) in GetSessionStartupPref()
888 !command_line_.HasSwitch(switches::kRestoreLastSession) && in ProcessStartupURLs()
899 !command_line_.HasSwitch(switches::kRestoreLastSession)) { in ProcessStartupURLs()
1325 } else if (command_line.HasSwitch(switches::kRestoreLastSession)) { in ProcessCmdLineImpl()
1327 command_line.GetSwitchValueASCII(switches::kRestoreLastSession)); in ProcessCmdLineImpl()
/external/chromium/chrome/common/
Dchrome_switches.cc818 const char kRestoreLastSession[] = "restore-last-session"; variable
Dchrome_switches.h232 extern const char kRestoreLastSession[];
/external/chromium/chrome/browser/sessions/
Dsession_restore_uitest.cc42 launch_arguments_.AppendSwitchASCII(switches::kRestoreLastSession, in QuitBrowserAndRestore()