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

  /external/chromium_org/chrome/common/
switch_utils.cc 22 switches::kRestoreLastSession,
chrome_switches.cc     [all...]
chrome_switches.h 325 extern const char kRestoreLastSession[];
  /external/chromium/chrome/browser/
browser_shutdown.cc 226 if (!new_cl->HasSwitch(switches::kRestoreLastSession))
227 new_cl->AppendSwitch(switches::kRestoreLastSession);
browser_main_win.cc 236 if (!command_line.HasSwitch(switches::kRestoreLastSession))
237 command_line.AppendSwitch(switches::kRestoreLastSession);
  /external/chromium/chrome/common/
chrome_switches.cc     [all...]
chrome_switches.h 232 extern const char kRestoreLastSession[];
  /external/chromium_org/chrome/browser/
chrome_browser_main_win.cc 262 if (!command_line.HasSwitch(switches::kRestoreLastSession))
263 command_line.AppendSwitch(switches::kRestoreLastSession);
  /external/chromium/chrome/browser/ui/
browser_init.cc 364 if (command_line.HasSwitch(switches::kRestoreLastSession))
888 !command_line_.HasSwitch(switches::kRestoreLastSession) &&
899 !command_line_.HasSwitch(switches::kRestoreLastSession)) {
    [all...]
  /external/chromium_org/chrome/browser/ui/startup/
startup_browser_creator.cc 346 // The switches::kRestoreLastSession command line switch is used to restore
351 if ((command_line.HasSwitch(switches::kRestoreLastSession) ||
480 } else if (command_line.HasSwitch(switches::kRestoreLastSession)) {
482 command_line.GetSwitchValueASCII(switches::kRestoreLastSession));
startup_browser_creator_impl.cc 636 !command_line_.HasSwitch(switches::kRestoreLastSession)) {
    [all...]
  /external/chromium/chrome/browser/sessions/
session_restore_uitest.cc 42 launch_arguments_.AppendSwitchASCII(switches::kRestoreLastSession,
  /external/chromium_org/chrome/test/perf/
startup_test.cc 364 new_launch_arguments.AppendSwitchASCII(switches::kRestoreLastSession,
  /external/chromium_org/chrome/test/ui/
ui_test.cc 201 !launch_arguments_.HasSwitch(switches::kRestoreLastSession)) {

Completed in 106 milliseconds