Home | History | Annotate | Download | only in startup

Lines Matching refs:command_line_

302       command_line_(command_line),
314 command_line_(command_line),
330 if (command_line_.HasSwitch(switches::kDnsLogDetails))
333 if (AppListService::HandleLaunchCommandLine(command_line_, profile))
336 if (command_line_.HasSwitch(switches::kAppId)) {
337 std::string app_id = command_line_.GetSwitchValueASCII(switches::kAppId);
345 params.command_line = command_line_;
371 if (command_line_.HasSwitch(switches::kInstallChromeApp)) {
373 command_line_.GetSwitchValueASCII(switches::kInstallChromeApp));
399 if (command_line_.HasSwitch(switches::kApp)) {
401 *app_url = command_line_.GetSwitchValueASCII(switches::kApp);
404 if (command_line_.HasSwitch(switches::kAppId)) {
406 *app_id = command_line_.GetSwitchValueASCII(switches::kAppId);
469 params.command_line = command_line_;
524 command_line_.HasSwitch(switches::kNoStartupWindow) &&
525 !command_line_.HasSwitch(switches::kAutoLaunchAtStartup)) {
574 } else if (!command_line_.HasSwitch(switches::kOpenInNewWindow)) {
592 StartupBrowserCreator::GetSessionStartupPref(command_line_, profile_);
610 !command_line_.HasSwitch(switches::kRestoreLastSession)) {
668 StartupBrowserCreator::GetSessionStartupPref(command_line_, profile_);
674 if (!IncognitoModePrefs::ShouldLaunchIncognito(command_line_,
830 !command_line_.HasSwitch(switches::kTestType)) {
838 if (!command_line_.HasSwitch(switches::kNoDefaultBrowserCheck)) {