Lines Matching full:command_line
361 SessionStartupPref GetSessionStartupPref(const CommandLine& command_line,
364 if (command_line.HasSwitch(switches::kRestoreLastSession))
366 if (command_line.HasSwitch(switches::kIncognito) &&
519 bool BrowserInit::LaunchBrowser(const CommandLine& command_line,
538 if (command_line.HasSwitch(switches::kIncognito) &&
543 BrowserInit::LaunchWithProfile lwp(cur_dir, command_line, this);
545 command_line, cur_dir, profile);
622 const CommandLine& command_line)
624 command_line_(command_line),
631 const CommandLine& command_line,
634 command_line_(command_line),
1242 const CommandLine& command_line,
1246 const std::vector<CommandLine::StringType>& params = command_line.args();
1297 bool BrowserInit::ProcessCmdLineImpl(const CommandLine& command_line,
1305 if (command_line.HasSwitch(switches::kDisablePromptOnRepost))
1309 if (command_line.HasSwitch(switches::kTestingChannelID)) {
1310 std::string testing_channel_id = command_line.GetSwitchValueASCII(
1317 if (command_line.HasSwitch(switches::kNoStartupWindow)) {
1322 } else if (command_line.HasSwitch(switches::kLoginManager)) {
1325 } else if (command_line.HasSwitch(switches::kRestoreLastSession)) {
1327 command_line.GetSwitchValueASCII(switches::kRestoreLastSession));
1331 command_line, cur_dir, profile);
1345 if (command_line.HasSwitch(switches::kAutomationClientChannelID)) {
1346 std::string automation_channel_id = command_line.GetSwitchValueASCII(
1351 command_line, cur_dir, profile);
1357 if (command_line.HasSwitch(switches::kChromeFrame)) {
1370 if (command_line.HasSwitch(switches::kNotifyCloudPrintTokenExpired)) {
1377 if (print_dialog_cloud::CreatePrintDialogFromCommandLine(command_line)) {
1381 if (command_line.HasSwitch(switches::kExplicitlyAllowedPorts)) {
1383 command_line.GetSwitchValueASCII(switches::kExplicitlyAllowedPorts);
1389 if (command_line.HasSwitch(switches::kLoginManager) ||
1390 command_line.HasSwitch(switches::kLoginPassword)) {
1400 command_line.GetSwitchValueASCII(switches::kTouchDevices);
1423 command_line, profile, cur_dir, process_startup, return_code);