command_line 240 android_webview/browser/aw_content_browser_client.cc base::CommandLine* command_line, command_line 58 android_webview/browser/aw_content_browser_client.h virtual void AppendExtraCommandLineSwitches(base::CommandLine* command_line, command_line 45 android_webview/browser/net/aw_url_request_context_getter.cc const CommandLine& command_line = *CommandLine::ForCurrentProcess(); command_line 46 android_webview/browser/net/aw_url_request_context_getter.cc if (command_line.HasSwitch(switches::kHostResolverRules)) { command_line 54 android_webview/browser/net/aw_url_request_context_getter.cc command_line.GetSwitchValueASCII(switches::kHostResolverRules)); command_line 62 android_webview/browser/net/aw_url_request_context_getter.cc const CommandLine& command_line = *CommandLine::ForCurrentProcess(); command_line 63 android_webview/browser/net/aw_url_request_context_getter.cc if (command_line.HasSwitch(switches::kTestingFixedHttpPort)) { command_line 64 android_webview/browser/net/aw_url_request_context_getter.cc base::StringToInt(command_line.GetSwitchValueASCII( command_line 68 android_webview/browser/net/aw_url_request_context_getter.cc if (command_line.HasSwitch(switches::kTestingFixedHttpsPort)) { command_line 69 android_webview/browser/net/aw_url_request_context_getter.cc base::StringToInt(command_line.GetSwitchValueASCII( command_line 54 apps/app_load_service.cc const CommandLine& command_line, command_line 67 apps/app_load_service.cc action.command_line = command_line; command_line 102 apps/app_load_service.cc profile_, extension, it->second.command_line, command_line 40 apps/app_load_service.h base::CommandLine command_line; command_line 56 apps/app_load_service.h const base::CommandLine& command_line, command_line 87 apps/launcher.cc bool GetAbsolutePathFromCommandLine(const CommandLine& command_line, command_line 90 apps/launcher.cc if (!command_line.GetArgs().size()) command_line 93 apps/launcher.cc base::FilePath relative_path(command_line.GetArgs()[0]); command_line 316 apps/launcher.cc const CommandLine& command_line, command_line 339 apps/launcher.cc if (!GetAbsolutePathFromCommandLine(command_line, current_directory, &path)) { command_line 30 apps/launcher.h const base::CommandLine& command_line, command_line 112 apps/load_and_launch_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 113 apps/load_and_launch_browsertest.cc PlatformAppBrowserTest::SetUpCommandLine(command_line); command_line 117 apps/load_and_launch_browsertest.cc command_line->AppendSwitchNative(apps::kLoadAndLaunchApp, command_line 115 apps/shell/browser/shell_browser_main_parts.cc CommandLine* command_line = CommandLine::ForCurrentProcess(); command_line 116 apps/shell/browser/shell_browser_main_parts.cc if (command_line->HasSwitch(kAppSwitch)) { command_line 117 apps/shell/browser/shell_browser_main_parts.cc base::FilePath app_dir(command_line->GetSwitchValueNative(kAppSwitch)); command_line 149 apps/shell/browser/shell_content_browser_client.cc CommandLine* command_line, int child_process_id) { command_line 151 apps/shell/browser/shell_content_browser_client.cc command_line->GetSwitchValueASCII(switches::kProcessType); command_line 156 apps/shell/browser/shell_content_browser_client.cc command_line->AppendSwitch(extensions::switches::kExtensionProcess); command_line 44 apps/shell/browser/shell_content_browser_client.h virtual void AppendExtraCommandLineSwitches(base::CommandLine* command_line, command_line 108 apps/shell/browser/shell_extensions_browser_client.cc const base::CommandLine& command_line, command_line 27 apps/shell/browser/shell_extensions_browser_client.h virtual bool AreExtensionsDisabled(const base::CommandLine& command_line, command_line 17 apps/test/apps_test_launcher_delegate.cc base::CommandLine* command_line, command_line 16 apps/test/apps_test_launcher_delegate.h base::CommandLine* command_line, command_line 222 ash/desktop_background/desktop_background_controller.cc CommandLine* command_line = command_line_for_testing_ ? command_line 232 ash/desktop_background/desktop_background_controller.cc file_path = command_line->GetSwitchValuePath(switch_name); command_line 86 ash/desktop_background/desktop_background_controller.h void set_command_line_for_testing(base::CommandLine* command_line) { command_line 87 ash/desktop_background/desktop_background_controller.h command_line_for_testing_ = command_line; command_line 16 ash/display/display_layout_store.cc CommandLine* command_line = CommandLine::ForCurrentProcess(); command_line 17 ash/display/display_layout_store.cc if (command_line->HasSwitch(switches::kAshSecondaryDisplayLayout)) { command_line 18 ash/display/display_layout_store.cc std::string value = command_line->GetSwitchValueASCII( command_line 40 ash/display/display_layout_store.cc CommandLine* command_line = CommandLine::ForCurrentProcess(); command_line 41 ash/display/display_layout_store.cc if (!command_line->HasSwitch(switches::kAshSecondaryDisplayLayout)) command_line 102 ash/display/display_manager.cc CommandLine* command_line = CommandLine::ForCurrentProcess(); command_line 103 ash/display/display_manager.cc if (command_line->HasSwitch(switches::kAshUseFirstDisplayAsInternal)) command_line 223 ash/display/display_manager.cc CommandLine* command_line = CommandLine::ForCurrentProcess(); command_line 224 ash/display/display_manager.cc if (!command_line->HasSwitch(switches::kAshHostWindowBounds)) command_line 227 ash/display/display_manager.cc command_line->GetSwitchValueASCII(switches::kAshHostWindowBounds); command_line 236 ash/display/display_manager.cc command_line->HasSwitch(switches::kAshEnableSoftwareMirroring)) { command_line 130 ash/frame/caption_buttons/alternate_frame_size_button_unittest.cc CommandLine* command_line = CommandLine::ForCurrentProcess(); command_line 131 ash/frame/caption_buttons/alternate_frame_size_button_unittest.cc command_line->AppendSwitch( command_line 768 ash/root_window_controller.cc CommandLine* command_line = CommandLine::ForCurrentProcess(); command_line 769 ash/root_window_controller.cc if (command_line->HasSwitch(switches::kAshTouchHud)) command_line 22 ash/shell/content_client/shell_main_delegate.cc const CommandLine& command_line = *CommandLine::ForCurrentProcess(); command_line 24 ash/shell/content_client/shell_main_delegate.cc command_line.GetSwitchValueASCII(switches::kProcessType); command_line 127 ash/test/ash_test_base.cc CommandLine* command_line = CommandLine::ForCurrentProcess(); command_line 128 ash/test/ash_test_base.cc if (!command_line->HasSwitch(switches::kAshHostWindowBounds)) { command_line 129 ash/test/ash_test_base.cc command_line->AppendSwitchASCII( command_line 148 ash/test/ash_test_base.cc if (!command_line->HasSwitch(ash::switches::kForceAshToDesktop)) { command_line 73 base/command_line.cc void AppendSwitchesAndArguments(CommandLine& command_line, command_line 85 base/command_line.cc command_line.AppendSwitchNative(UTF16ToASCII(switch_string), command_line 88 base/command_line.cc command_line.AppendSwitchNative(switch_string, switch_value); command_line 91 base/command_line.cc command_line.AppendArgNative(arg); command_line 227 base/command_line.cc CommandLine CommandLine::FromString(const std::wstring& command_line) { command_line 229 base/command_line.cc cmd.ParseFromString(command_line); command_line 425 base/command_line.cc void CommandLine::ParseFromString(const std::wstring& command_line) { command_line 427 base/command_line.cc TrimWhitespace(command_line, TRIM_ALL, &command_line_string); command_line 436 base/command_line.cc << UTF16ToUTF8(command_line); command_line 90 base/command_line.h static CommandLine FromString(const std::wstring& command_line); command_line 165 base/command_line.h void ParseFromString(const std::wstring& command_line); command_line 22 base/debug/debug_on_start_win.cc bool DebugOnStart::FindArgument(wchar_t* command_line, const char* argument_c) { command_line 28 base/debug/debug_on_start_win.cc int command_line_len = lstrlen(command_line); command_line 30 base/debug/debug_on_start_win.cc wchar_t first_char = command_line[0]; command_line 31 base/debug/debug_on_start_win.cc wchar_t last_char = command_line[argument_len+1]; command_line 35 base/debug/debug_on_start_win.cc command_line[argument_len+1] = 0; command_line 37 base/debug/debug_on_start_win.cc if (lstrcmpi(command_line+1, argument) == 0) { command_line 39 base/debug/debug_on_start_win.cc command_line[argument_len+1] = last_char; command_line 43 base/debug/debug_on_start_win.cc command_line[argument_len+1] = last_char; command_line 46 base/debug/debug_on_start_win.cc ++command_line; command_line 44 base/debug/debug_on_start_win.h static bool FindArgument(wchar_t* command_line, const char* argument); command_line 79 base/debug/debugger_win.cc wchar_t command_line[1026]; command_line 80 base/debug/debugger_win.cc if (StringReplace(reg_value, process_id, command_line, command_line 81 base/debug/debugger_win.cc arraysize(command_line))) { command_line 88 base/debug/debugger_win.cc if (CreateProcess(NULL, command_line, NULL, NULL, FALSE, 0, NULL, NULL, command_line 362 base/logging.cc CommandLine* command_line = CommandLine::ForCurrentProcess(); command_line 365 base/logging.cc if (command_line->HasSwitch(switches::kV) || command_line 366 base/logging.cc command_line->HasSwitch(switches::kVModule)) { command_line 374 base/logging.cc new VlogInfo(command_line->GetSwitchValueASCII(switches::kV), command_line 375 base/logging.cc command_line->GetSwitchValueASCII(switches::kVModule), command_line 16 base/mac/launch_services_util.cc const CommandLine& command_line, command_line 25 base/mac/launch_services_util.cc std::vector<std::string> argv = command_line.argv(); command_line 26 base/mac/launch_services_util.h const CommandLine& command_line, command_line 209 base/test/launcher/test_launcher.cc const CommandLine& command_line, command_line 262 base/test/launcher/test_launcher.cc command_line, options, timeout, &was_timeout); command_line 393 base/test/launcher/test_launcher.cc const CommandLine& command_line, command_line 401 base/test/launcher/test_launcher.cc PrepareCommandLineForGTest(command_line, wrapper)); command_line 556 base/test/launcher/test_launcher.cc const CommandLine* command_line = CommandLine::ForCurrentProcess(); command_line 560 base/test/launcher/test_launcher.cc if (command_line->HasSwitch(switches::kTestLauncherTotalShards) && command_line 561 base/test/launcher/test_launcher.cc command_line->HasSwitch(switches::kTestLauncherShardIndex)) { command_line 563 base/test/launcher/test_launcher.cc command_line->GetSwitchValueASCII( command_line 570 base/test/launcher/test_launcher.cc command_line->GetSwitchValueASCII( command_line 605 base/test/launcher/test_launcher.cc if (command_line->HasSwitch(kGTestRepeatFlag) && command_line 606 base/test/launcher/test_launcher.cc !StringToInt(command_line->GetSwitchValueASCII(kGTestRepeatFlag), command_line 642 base/test/launcher/test_launcher.cc if (command_line->HasSwitch(switches::kTestLauncherFilterFile) && command_line 643 base/test/launcher/test_launcher.cc command_line->HasSwitch(kGTestFilterFlag)) { command_line 649 base/test/launcher/test_launcher.cc if (command_line->HasSwitch(switches::kTestLauncherFilterFile)) { command_line 652 base/test/launcher/test_launcher.cc command_line->GetSwitchValuePath(switches::kTestLauncherFilterFile), command_line 672 base/test/launcher/test_launcher.cc std::string filter = command_line->GetSwitchValueASCII(kGTestFilterFlag); command_line 685 base/test/launcher/test_launcher.cc if (!results_tracker_.Init(*command_line)) { command_line 772 base/test/launcher/test_launcher.cc const CommandLine* command_line = CommandLine::ForCurrentProcess(); command_line 777 base/test/launcher/test_launcher.cc if (!command_line->HasSwitch(kGTestRunDisabledTestsFlag)) command_line 849 base/test/launcher/test_launcher.cc const CommandLine* command_line = CommandLine::ForCurrentProcess(); command_line 850 base/test/launcher/test_launcher.cc if (command_line->HasSwitch(switches::kTestLauncherSummaryOutput)) { command_line 851 base/test/launcher/test_launcher.cc FilePath summary_path(command_line->GetSwitchValuePath( command_line 946 base/test/launcher/test_launcher.cc int LaunchChildGTestProcess(const CommandLine& command_line, command_line 961 base/test/launcher/test_launcher.cc PrepareCommandLineForGTest(command_line, wrapper), command_line 967 base/test/launcher/test_launcher.cc CommandLine PrepareCommandLineForGTest(const CommandLine& command_line, command_line 969 base/test/launcher/test_launcher.cc CommandLine new_command_line(command_line.GetProgram()); command_line 970 base/test/launcher/test_launcher.cc CommandLine::SwitchMap switches = command_line.GetSwitches(); command_line 996 base/test/launcher/test_launcher.cc int LaunchChildTestProcessWithOptions(const CommandLine& command_line, command_line 1037 base/test/launcher/test_launcher.cc if (!base::LaunchProcess(command_line, new_options, &process_handle)) command_line 1040 base/test/launcher/test_launcher.cc g_live_processes.Get().insert(std::make_pair(process_handle, command_line)); command_line 92 base/test/launcher/test_launcher.h void LaunchChildGTestProcess(const CommandLine& command_line, command_line 191 base/test/launcher/test_launcher.h int LaunchChildGTestProcess(const CommandLine& command_line, command_line 198 base/test/launcher/test_launcher.h CommandLine PrepareCommandLineForGTest(const CommandLine& command_line, command_line 204 base/test/launcher/test_launcher.h int LaunchChildTestProcessWithOptions(const CommandLine& command_line, command_line 106 base/test/launcher/test_results_tracker.cc bool TestResultsTracker::Init(const CommandLine& command_line) { command_line 115 base/test/launcher/test_results_tracker.cc if (!command_line.HasSwitch(kGTestOutputFlag)) command_line 118 base/test/launcher/test_results_tracker.cc std::string flag = command_line.GetSwitchValueASCII(kGTestOutputFlag); command_line 123 base/test/launcher/test_results_tracker.cc command_line.GetSwitchValuePath(kGTestOutputFlag); command_line 130 base/test/launcher/test_results_tracker.cc FilePath executable = command_line.GetProgram().BaseName(); command_line 38 base/test/launcher/test_results_tracker.h bool Init(const CommandLine& command_line) WARN_UNUSED_RESULT; command_line 17 base/test/multiprocess_test.cc CommandLine command_line(base_command_line); command_line 21 base/test/multiprocess_test.cc if (!command_line.HasSwitch(switches::kTestChildProcess)) command_line 22 base/test/multiprocess_test.cc command_line.AppendSwitchASCII(switches::kTestChildProcess, procname); command_line 25 base/test/multiprocess_test.cc LaunchProcess(command_line, options, &handle); command_line 54 base/test/multiprocess_test.cc CommandLine command_line = GetMultiProcessTestChildBaseCommandLine(); command_line 55 base/test/multiprocess_test.cc command_line.AppendSwitchASCII(switches::kTestChildProcess, procname); command_line 56 base/test/multiprocess_test.cc return command_line; command_line 63 base/test/multiprocess_test.h const CommandLine& command_line, command_line 140 base/test/test_process_killer_win.cc base::string16 command_line; command_line 141 base/test/test_process_killer_win.cc if (GetCommandLineForProcess(entry.pid(), &command_line)) { command_line 143 base/test/test_process_killer_win.cc std::search(command_line.begin(), command_line 144 base/test/test_process_killer_win.cc command_line.end(), command_line 148 base/test/test_process_killer_win.cc found = (it != command_line.end()); command_line 353 cc/test/layer_tree_test.cc CommandLine* command_line = CommandLine::ForCurrentProcess(); command_line 354 cc/test/layer_tree_test.cc if (!command_line->HasSwitch(switches::kCCLayerTreeTestNoTimeout)) command_line 52 chrome/app/chrome_exe_main_win.cc bool ContainsNonFastStartFlag(const CommandLine& command_line) { command_line 53 chrome/app/chrome_exe_main_win.cc const CommandLine::SwitchMap& switches = command_line.GetSwitches(); command_line 64 chrome/app/chrome_exe_main_win.cc bool AttemptFastNotify(const CommandLine& command_line) { command_line 65 chrome/app/chrome_exe_main_win.cc if (ContainsNonFastStartFlag(command_line)) command_line 147 chrome/app/chrome_main_delegate.cc bool HasDeprecatedArguments(const std::wstring& command_line) { command_line 149 chrome/app/chrome_main_delegate.cc std::wstring command_line_lower = command_line; command_line 228 chrome/app/chrome_main_delegate.cc void EnableHeapProfiler(const CommandLine& command_line) { command_line 230 chrome/app/chrome_main_delegate.cc if (command_line.HasSwitch(switches::kMemoryProfiling)) command_line 266 chrome/app/chrome_main_delegate.cc bool HandleVersionSwitches(const CommandLine& command_line) { command_line 270 chrome/app/chrome_main_delegate.cc if (command_line.HasSwitch(switches::kProductVersion)) { command_line 276 chrome/app/chrome_main_delegate.cc if (command_line.HasSwitch(switches::kVersion)) { command_line 289 chrome/app/chrome_main_delegate.cc void HandleHelpSwitches(const CommandLine& command_line) { command_line 290 chrome/app/chrome_main_delegate.cc if (command_line.HasSwitch(switches::kHelp) || command_line 291 chrome/app/chrome_main_delegate.cc command_line.HasSwitch(switches::kHelpShort)) { command_line 292 chrome/app/chrome_main_delegate.cc base::FilePath binary(command_line.argv()[0]); command_line 327 chrome/app/chrome_main_delegate.cc CommandLine* command_line = CommandLine::ForCurrentProcess(); command_line 329 chrome/app/chrome_main_delegate.cc command_line->GetSwitchValuePath(switches::kUserDataDir); command_line 331 chrome/app/chrome_main_delegate.cc command_line->GetSwitchValueASCII(switches::kProcessType); command_line 380 chrome/app/chrome_main_delegate.cc command_line->AppendSwitchPath(switches::kUserDataDir, user_data_dir); command_line 405 chrome/app/chrome_main_delegate.cc const CommandLine& command_line = *CommandLine::ForCurrentProcess(); command_line 410 chrome/app/chrome_main_delegate.cc const bool is_browser = !command_line.HasSwitch(switches::kProcessType); command_line 420 chrome/app/chrome_main_delegate.cc if (HandleVersionSwitches(command_line)) { command_line 426 chrome/app/chrome_main_delegate.cc HandleHelpSwitches(command_line); command_line 432 chrome/app/chrome_main_delegate.cc if (HasDeprecatedArguments(command_line.GetCommandLineString())) { command_line 454 chrome/app/chrome_main_delegate.cc if (command_line.HasSwitch(switches::kDiagnostics)) { command_line 457 chrome/app/chrome_main_delegate.cc if (command_line.HasSwitch(switches::kDiagnosticsFormat)) { command_line 459 chrome/app/chrome_main_delegate.cc command_line.GetSwitchValueASCII(switches::kDiagnosticsFormat); command_line 471 chrome/app/chrome_main_delegate.cc command_line, &writer); command_line 482 chrome/app/chrome_main_delegate.cc if (command_line.HasSwitch(chromeos::switches::kLoginUser) || command_line 483 chrome/app/chrome_main_delegate.cc command_line.HasSwitch(switches::kDiagnosticsRecovery)) { command_line 489 chrome/app/chrome_main_delegate.cc CommandLine interim_command_line(command_line.GetProgram()); command_line 492 chrome/app/chrome_main_delegate.cc command_line, kSwitchNames, arraysize(kSwitchNames)); command_line 498 chrome/app/chrome_main_delegate.cc if (command_line.HasSwitch(switches::kDiagnosticsFormat)) { command_line 500 chrome/app/chrome_main_delegate.cc command_line.GetSwitchValueASCII(switches::kDiagnosticsFormat); command_line 512 chrome/app/chrome_main_delegate.cc diagnostics::DiagnosticsController::GetInstance()->Run(command_line, command_line 523 chrome/app/chrome_main_delegate.cc command_line, &writer); command_line 542 chrome/app/chrome_main_delegate.cc const base::CommandLine& command_line, command_line 570 chrome/app/chrome_main_delegate.cc if (!command_line.HasSwitch(switches::kDisableBreakpad)) { command_line 589 chrome/app/chrome_main_delegate.cc CHECK(command_line.HasSwitch(switches::kProcessType) && command_line 619 chrome/app/chrome_main_delegate.cc CHECK(!command_line.HasSwitch(switches::kProcessType) && command_line 630 chrome/app/chrome_main_delegate.cc const CommandLine& command_line = *CommandLine::ForCurrentProcess(); command_line 632 chrome/app/chrome_main_delegate.cc command_line.GetSwitchValueASCII(switches::kProcessType); command_line 645 chrome/app/chrome_main_delegate.cc InitMacCrashReporter(command_line, process_type); command_line 661 chrome/app/chrome_main_delegate.cc EnableHeapProfiler(command_line); command_line 664 chrome/app/chrome_main_delegate.cc if (command_line.HasSwitch(switches::kMessageLoopHistogrammer)) command_line 674 chrome/app/chrome_main_delegate.cc logging::InitChromeLogging(command_line, file_state); command_line 687 chrome/app/chrome_main_delegate.cc DCHECK(command_line.HasSwitch(switches::kLang) || command_line 693 chrome/app/chrome_main_delegate.cc DCHECK(command_line.HasSwitch(switches::kLang) || command_line 707 chrome/app/chrome_main_delegate.cc command_line.GetSwitchValueASCII(switches::kLang); command_line 768 chrome/app/chrome_main_delegate.cc crash_keys::SetSwitchesFromCommandLine(&command_line); command_line 867 chrome/app/chrome_main_delegate.cc const CommandLine* command_line = CommandLine::ForCurrentProcess(); command_line 869 chrome/app/chrome_main_delegate.cc command_line->GetSwitchValueASCII(switches::kProcessType); command_line 873 chrome/app/chrome_main_delegate.cc crash_keys::SetSwitchesFromCommandLine(command_line); command_line 49 chrome/app/chrome_main_delegate.h void InitMacCrashReporter(const base::CommandLine& command_line, command_line 1854 chrome/browser/about_flags.cc CommandLine* command_line, command_line 1949 chrome/browser/about_flags.cc CommandLine* command_line = CommandLine::ForCurrentProcess(); command_line 1952 chrome/browser/about_flags.cc if (command_line->HasSwitch(switches::kEnhancedBookmarksExperiment)) command_line 2043 chrome/browser/about_flags.cc CommandLine* command_line, command_line 2046 chrome/browser/about_flags.cc command_line, command_line 2186 chrome/browser/about_flags.cc CommandLine* command_line, command_line 2188 chrome/browser/about_flags.cc if (command_line->HasSwitch(switches::kNoExperiments)) command_line 2221 chrome/browser/about_flags.cc command_line->AppendSwitch(switches::kFlagSwitchesBegin); command_line 2241 chrome/browser/about_flags.cc command_line->AppendSwitchASCII(switch_and_value_pair.first, command_line 2246 chrome/browser/about_flags.cc command_line->AppendSwitch(switches::kFlagSwitchesEnd); command_line 115 chrome/browser/about_flags.h base::CommandLine* command_line, command_line 214 chrome/browser/about_flags_unittest.cc CommandLine command_line(CommandLine::NO_PROGRAM); command_line 215 chrome/browser/about_flags_unittest.cc command_line.AppendSwitch("foo"); command_line 217 chrome/browser/about_flags_unittest.cc EXPECT_TRUE(command_line.HasSwitch("foo")); command_line 218 chrome/browser/about_flags_unittest.cc EXPECT_FALSE(command_line.HasSwitch(kSwitch1)); command_line 220 chrome/browser/about_flags_unittest.cc ConvertFlagsToSwitches(&flags_storage_, &command_line, kAddSentinels); command_line 222 chrome/browser/about_flags_unittest.cc EXPECT_TRUE(command_line.HasSwitch("foo")); command_line 223 chrome/browser/about_flags_unittest.cc EXPECT_TRUE(command_line.HasSwitch(kSwitch1)); command_line 224 chrome/browser/about_flags_unittest.cc EXPECT_TRUE(command_line.HasSwitch(switches::kFlagSwitchesBegin)); command_line 225 chrome/browser/about_flags_unittest.cc EXPECT_TRUE(command_line.HasSwitch(switches::kFlagSwitchesEnd)); command_line 239 chrome/browser/about_flags_unittest.cc CommandLine command_line(CommandLine::NO_PROGRAM); command_line 240 chrome/browser/about_flags_unittest.cc command_line.AppendSwitch("foo"); command_line 246 chrome/browser/about_flags_unittest.cc command_line)); command_line 248 chrome/browser/about_flags_unittest.cc ConvertFlagsToSwitches(&flags_storage_, &command_line, kAddSentinels); command_line 251 chrome/browser/about_flags_unittest.cc command_line)); command_line 284 chrome/browser/about_flags_unittest.cc CommandLine command_line(CommandLine::NO_PROGRAM); command_line 285 chrome/browser/about_flags_unittest.cc command_line.AppendSwitch("foo"); command_line 286 chrome/browser/about_flags_unittest.cc ConvertFlagsToSwitches(&flags_storage_, &command_line, kAddSentinels); command_line 299 chrome/browser/about_flags_unittest.cc CommandLine command_line(CommandLine::NO_PROGRAM); command_line 300 chrome/browser/about_flags_unittest.cc EXPECT_FALSE(command_line.HasSwitch(kSwitch1)); command_line 301 chrome/browser/about_flags_unittest.cc EXPECT_FALSE(command_line.HasSwitch(kSwitch3)); command_line 305 chrome/browser/about_flags_unittest.cc ConvertFlagsToSwitches(&flags_storage_, &command_line, kAddSentinels); command_line 306 chrome/browser/about_flags_unittest.cc EXPECT_TRUE(command_line.HasSwitch(kSwitch1)); command_line 307 chrome/browser/about_flags_unittest.cc EXPECT_FALSE(command_line.HasSwitch(kSwitch3)); command_line 328 chrome/browser/about_flags_unittest.cc CommandLine command_line(CommandLine::NO_PROGRAM); command_line 329 chrome/browser/about_flags_unittest.cc EXPECT_FALSE(command_line.HasSwitch(kSwitch1)); command_line 330 chrome/browser/about_flags_unittest.cc EXPECT_FALSE(command_line.HasSwitch(kSwitch2)); command_line 333 chrome/browser/about_flags_unittest.cc ConvertFlagsToSwitches(&flags_storage_, &command_line, kAddSentinels); command_line 334 chrome/browser/about_flags_unittest.cc EXPECT_TRUE(command_line.HasSwitch(kSwitch1)); command_line 335 chrome/browser/about_flags_unittest.cc EXPECT_EQ(std::string(), command_line.GetSwitchValueASCII(kSwitch1)); command_line 336 chrome/browser/about_flags_unittest.cc EXPECT_TRUE(command_line.HasSwitch(kSwitch2)); command_line 338 chrome/browser/about_flags_unittest.cc command_line.GetSwitchValueASCII(kSwitch2)); command_line 346 chrome/browser/about_flags_unittest.cc command_line.GetCommandLineString().find( command_line 350 chrome/browser/about_flags_unittest.cc command_line.GetCommandLineString().find(switch1_with_equals)); command_line 359 chrome/browser/about_flags_unittest.cc command_line.GetCommandLineString().find( command_line 363 chrome/browser/about_flags_unittest.cc command_line.GetCommandLineString().find(switch2_with_equals)); command_line 387 chrome/browser/about_flags_unittest.cc CommandLine command_line(CommandLine::NO_PROGRAM); command_line 388 chrome/browser/about_flags_unittest.cc ConvertFlagsToSwitches(&flags_storage_, &command_line, kAddSentinels); command_line 389 chrome/browser/about_flags_unittest.cc EXPECT_FALSE(command_line.HasSwitch(kMultiSwitch1)); command_line 390 chrome/browser/about_flags_unittest.cc EXPECT_FALSE(command_line.HasSwitch(kMultiSwitch2)); command_line 396 chrome/browser/about_flags_unittest.cc CommandLine command_line(CommandLine::NO_PROGRAM); command_line 397 chrome/browser/about_flags_unittest.cc ConvertFlagsToSwitches(&flags_storage_, &command_line, kAddSentinels); command_line 398 chrome/browser/about_flags_unittest.cc EXPECT_FALSE(command_line.HasSwitch(kMultiSwitch1)); command_line 399 chrome/browser/about_flags_unittest.cc EXPECT_TRUE(command_line.HasSwitch(kMultiSwitch2)); command_line 401 chrome/browser/about_flags_unittest.cc command_line.GetSwitchValueASCII(kMultiSwitch2)); command_line 407 chrome/browser/about_flags_unittest.cc CommandLine command_line(CommandLine::NO_PROGRAM); command_line 408 chrome/browser/about_flags_unittest.cc ConvertFlagsToSwitches(&flags_storage_, &command_line, kAddSentinels); command_line 409 chrome/browser/about_flags_unittest.cc EXPECT_FALSE(command_line.HasSwitch(kMultiSwitch1)); command_line 410 chrome/browser/about_flags_unittest.cc EXPECT_FALSE(command_line.HasSwitch(kMultiSwitch2)); command_line 420 chrome/browser/about_flags_unittest.cc CommandLine command_line(CommandLine::NO_PROGRAM); command_line 421 chrome/browser/about_flags_unittest.cc ConvertFlagsToSwitches(&flags_storage_, &command_line, kAddSentinels); command_line 422 chrome/browser/about_flags_unittest.cc EXPECT_FALSE(command_line.HasSwitch(kSwitch1)); command_line 423 chrome/browser/about_flags_unittest.cc EXPECT_FALSE(command_line.HasSwitch(kSwitch2)); command_line 429 chrome/browser/about_flags_unittest.cc CommandLine command_line(CommandLine::NO_PROGRAM); command_line 430 chrome/browser/about_flags_unittest.cc ConvertFlagsToSwitches(&flags_storage_, &command_line, kAddSentinels); command_line 431 chrome/browser/about_flags_unittest.cc EXPECT_TRUE(command_line.HasSwitch(kSwitch1)); command_line 432 chrome/browser/about_flags_unittest.cc EXPECT_FALSE(command_line.HasSwitch(kSwitch2)); command_line 433 chrome/browser/about_flags_unittest.cc EXPECT_EQ(kEnableDisableValue1, command_line.GetSwitchValueASCII(kSwitch1)); command_line 439 chrome/browser/about_flags_unittest.cc CommandLine command_line(CommandLine::NO_PROGRAM); command_line 440 chrome/browser/about_flags_unittest.cc ConvertFlagsToSwitches(&flags_storage_, &command_line, kAddSentinels); command_line 441 chrome/browser/about_flags_unittest.cc EXPECT_FALSE(command_line.HasSwitch(kSwitch1)); command_line 442 chrome/browser/about_flags_unittest.cc EXPECT_TRUE(command_line.HasSwitch(kSwitch2)); command_line 443 chrome/browser/about_flags_unittest.cc EXPECT_EQ(kEnableDisableValue2, command_line.GetSwitchValueASCII(kSwitch2)); command_line 449 chrome/browser/about_flags_unittest.cc CommandLine command_line(CommandLine::NO_PROGRAM); command_line 450 chrome/browser/about_flags_unittest.cc ConvertFlagsToSwitches(&flags_storage_, &command_line, kAddSentinels); command_line 451 chrome/browser/about_flags_unittest.cc EXPECT_FALSE(command_line.HasSwitch(kMultiSwitch1)); command_line 452 chrome/browser/about_flags_unittest.cc EXPECT_FALSE(command_line.HasSwitch(kMultiSwitch2)); command_line 23 chrome/browser/android/chrome_startup_flags.cc CommandLine* command_line = CommandLine::ForCurrentProcess(); command_line 24 chrome/browser/android/chrome_startup_flags.cc if (!command_line->HasSwitch(switch_string)) command_line 25 chrome/browser/android/chrome_startup_flags.cc command_line->AppendSwitch(switch_string); command_line 30 chrome/browser/android/chrome_startup_flags.cc CommandLine* command_line = CommandLine::ForCurrentProcess(); command_line 31 chrome/browser/android/chrome_startup_flags.cc if (!command_line->HasSwitch(switch_string)) command_line 32 chrome/browser/android/chrome_startup_flags.cc command_line->AppendSwitchASCII(switch_string, value); command_line 385 chrome/browser/android/dev_tools_server.cc const CommandLine& command_line = *CommandLine::ForCurrentProcess(); command_line 386 chrome/browser/android/dev_tools_server.cc if (command_line.HasSwitch(switches::kRemoteDebuggingSocketName)) { command_line 387 chrome/browser/android/dev_tools_server.cc socket_name_ = command_line.GetSwitchValueASCII( command_line 397 chrome/browser/android/dev_tools_server.cc const CommandLine& command_line = *CommandLine::ForCurrentProcess(); command_line 398 chrome/browser/android/dev_tools_server.cc if (command_line.HasSwitch(switches::kRemoteDebuggingSocketName)) { command_line 399 chrome/browser/android/dev_tools_server.cc socket_name_ = command_line.GetSwitchValueASCII( command_line 42 chrome/browser/app_mode/app_mode_utils.cc CommandLine* command_line = CommandLine::ForCurrentProcess(); command_line 43 chrome/browser/app_mode/app_mode_utils.cc return command_line->HasSwitch(switches::kKioskMode) || command_line 48 chrome/browser/app_mode/app_mode_utils.cc CommandLine* command_line = CommandLine::ForCurrentProcess(); command_line 49 chrome/browser/app_mode/app_mode_utils.cc return command_line->HasSwitch(switches::kForceAppMode) && command_line 50 chrome/browser/app_mode/app_mode_utils.cc command_line->HasSwitch(switches::kAppId); command_line 13 chrome/browser/apps/ad_view_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 14 chrome/browser/apps/ad_view_browsertest.cc extensions::PlatformAppBrowserTest::SetUpCommandLine(command_line); command_line 15 chrome/browser/apps/ad_view_browsertest.cc command_line->AppendSwitch(switches::kEnableAdview); command_line 47 chrome/browser/apps/ad_view_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 48 chrome/browser/apps/ad_view_browsertest.cc extensions::PlatformAppBrowserTest::SetUpCommandLine(command_line); command_line 186 chrome/browser/apps/app_browsertest.cc CommandLine* command_line = CommandLine::ForCurrentProcess(); command_line 187 chrome/browser/apps/app_browsertest.cc command_line->AppendArgPath(path); command_line 518 chrome/browser/apps/app_browsertest.cc CommandLine* command_line = CommandLine::ForCurrentProcess(); command_line 522 chrome/browser/apps/app_browsertest.cc command_line->AppendArgPath(relative_test_doc); command_line 533 chrome/browser/apps/app_browsertest.cc params.command_line = *CommandLine::ForCurrentProcess(); command_line 699 chrome/browser/apps/app_browsertest.cc CommandLine* command_line = CommandLine::ForCurrentProcess(); command_line 700 chrome/browser/apps/app_browsertest.cc command_line->AppendArgPath(temp_dir.path().AppendASCII("new_file.txt")); command_line 1166 chrome/browser/apps/app_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 1168 chrome/browser/apps/app_browsertest.cc command_line->AppendSwitch(switches::kIncognito); command_line 1169 chrome/browser/apps/app_browsertest.cc PlatformAppBrowserTest::SetUpCommandLine(command_line); command_line 41 chrome/browser/apps/app_browsertest_util.cc void PlatformAppBrowserTest::SetUpCommandLine(CommandLine* command_line) { command_line 43 chrome/browser/apps/app_browsertest_util.cc ExtensionBrowserTest::SetUpCommandLine(command_line); command_line 46 chrome/browser/apps/app_browsertest_util.cc command_line->AppendSwitchASCII(switches::kEventPageIdleTime, "1000"); command_line 47 chrome/browser/apps/app_browsertest_util.cc command_line->AppendSwitchASCII(switches::kEventPageSuspendingTime, "1000"); command_line 172 chrome/browser/apps/app_browsertest_util.cc CommandLine* command_line = CommandLine::ForCurrentProcess(); command_line 173 chrome/browser/apps/app_browsertest_util.cc CommandLine::StringVector args = command_line->GetArgs(); command_line 174 chrome/browser/apps/app_browsertest_util.cc CommandLine::StringVector argv = command_line->argv(); command_line 177 chrome/browser/apps/app_browsertest_util.cc command_line->InitFromArgv(argv); command_line 182 chrome/browser/apps/app_browsertest_util.cc CommandLine* command_line = CommandLine::ForCurrentProcess(); command_line 185 chrome/browser/apps/app_browsertest_util.cc command_line->AppendArgPath(test_doc); command_line 245 chrome/browser/apps/app_browsertest_util.cc CommandLine* command_line) { command_line 246 chrome/browser/apps/app_browsertest_util.cc PlatformAppBrowserTest::SetUpCommandLine(command_line); command_line 247 chrome/browser/apps/app_browsertest_util.cc command_line->AppendSwitch(switches::kEnableExperimentalExtensionApis); command_line 29 chrome/browser/apps/app_browsertest_util.h virtual void SetUpCommandLine(base::CommandLine* command_line) OVERRIDE; command_line 113 chrome/browser/apps/app_browsertest_util.h virtual void SetUpCommandLine(base::CommandLine* command_line) OVERRIDE; command_line 23 chrome/browser/apps/app_url_redirector_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE; command_line 117 chrome/browser/apps/app_url_redirector_browsertest.cc CommandLine* command_line) { command_line 118 chrome/browser/apps/app_url_redirector_browsertest.cc PlatformAppBrowserTest::SetUpCommandLine(command_line); command_line 119 chrome/browser/apps/app_url_redirector_browsertest.cc command_line->AppendSwitch(::switches::kDisablePopupBlocking); command_line 76 chrome/browser/apps/ephemeral_app_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 79 chrome/browser/apps/ephemeral_app_browsertest.cc ExtensionBrowserTest::SetUpCommandLine(command_line); command_line 82 chrome/browser/apps/ephemeral_app_browsertest.cc command_line->AppendSwitchASCII( command_line 84 chrome/browser/apps/ephemeral_app_browsertest.cc command_line->AppendSwitchASCII( command_line 33 chrome/browser/apps/speech_recognition_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 34 chrome/browser/apps/speech_recognition_browsertest.cc command_line->AppendSwitch(switches::kUseFakeDeviceForMediaStream); command_line 35 chrome/browser/apps/speech_recognition_browsertest.cc command_line->AppendSwitch(switches::kUseFakeUIForMediaStream); command_line 36 chrome/browser/apps/speech_recognition_browsertest.cc extensions::PlatformAppBrowserTest::SetUpCommandLine(command_line); command_line 288 chrome/browser/apps/web_view_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 292 chrome/browser/apps/web_view_browsertest.cc command_line->AppendSwitch(switches::kUseFakeDeviceForMediaStream); command_line 293 chrome/browser/apps/web_view_browsertest.cc command_line->AppendSwitchASCII(switches::kJavaScriptFlags, "--expose-gc"); command_line 297 chrome/browser/apps/web_view_browsertest.cc command_line->AppendSwitch(switches::kDisableForceCompositingMode); command_line 299 chrome/browser/apps/web_view_browsertest.cc extensions::PlatformAppBrowserTest::SetUpCommandLine(command_line); command_line 1977 chrome/browser/apps/web_view_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 1978 chrome/browser/apps/web_view_browsertest.cc WebViewTest::SetUpCommandLine(command_line); command_line 1990 chrome/browser/apps/web_view_browsertest.cc command_line->AppendSwitchNative(switches::kRegisterPepperPlugins, command_line 2009 chrome/browser/apps/web_view_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 2010 chrome/browser/apps/web_view_browsertest.cc command_line->AppendSwitch(GetParam()); command_line 2012 chrome/browser/apps/web_view_browsertest.cc command_line->AppendSwitch(switches::kDisableDelegatedRenderer); command_line 2013 chrome/browser/apps/web_view_browsertest.cc WebViewTest::SetUpCommandLine(command_line); command_line 15 chrome/browser/apps/window_controls_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 16 chrome/browser/apps/window_controls_browsertest.cc extensions::PlatformAppBrowserTest::SetUpCommandLine(command_line); command_line 17 chrome/browser/apps/window_controls_browsertest.cc command_line->AppendSwitch(switches::kEnableAppWindowControls); command_line 264 chrome/browser/background/background_contents_service.cc Profile* profile, const CommandLine* command_line) command_line 269 chrome/browser/background/background_contents_service.cc !command_line->HasSwitch(switches::kDisableRestoreBackgroundContents)) command_line 57 chrome/browser/background/background_contents_service.h const base::CommandLine* command_line); command_line 175 chrome/browser/background/background_mode_manager.cc CommandLine* command_line, command_line 208 chrome/browser/background/background_mode_manager.cc if (command_line->HasSwitch(switches::kNoStartupWindow)) { command_line 220 chrome/browser/background/background_mode_manager.cc if (command_line->HasSwitch(switches::kKeepAliveForTest)) command_line 60 chrome/browser/background/background_mode_manager.h BackgroundModeManager(base::CommandLine* command_line, command_line 40 chrome/browser/background/background_mode_manager_gtk.cc std::string command_line = wrapper_script + command_line 45 chrome/browser/background/background_mode_manager_gtk.cc command_line, command_line 78 chrome/browser/background/background_mode_manager_unittest.cc CommandLine* command_line, ProfileInfoCache* cache, bool enabled) command_line 79 chrome/browser/background/background_mode_manager_unittest.cc : BackgroundModeManager(command_line, cache), command_line 70 chrome/browser/bookmarks/enhanced_bookmarks_features.cc CommandLine* command_line = CommandLine::ForCurrentProcess(); command_line 71 chrome/browser/bookmarks/enhanced_bookmarks_features.cc if (command_line->HasSwitch(switches::kManualEnhancedBookmarks) || command_line 72 chrome/browser/bookmarks/enhanced_bookmarks_features.cc command_line->HasSwitch(switches::kManualEnhancedBookmarksOptout)) { command_line 146 chrome/browser/browser_process_impl.cc const CommandLine& command_line) command_line 914 chrome/browser/browser_process_impl.cc const CommandLine& command_line = *CommandLine::ForCurrentProcess(); command_line 915 chrome/browser/browser_process_impl.cc if (!command_line.HasSwitch(switches::kDisableWebResources)) { command_line 54 chrome/browser/browser_process_impl.h const base::CommandLine& command_line); command_line 40 chrome/browser/browser_process_platform_part_aurawin.cc const CommandLine& command_line) { command_line 45 chrome/browser/browser_process_platform_part_aurawin.cc bool launch = command_line.HasSwitch(switches::kViewerLaunchViaAppId); command_line 47 chrome/browser/browser_process_platform_part_aurawin.cc (command_line.HasSwitch(switches::kViewerConnect) && command_line 54 chrome/browser/browser_process_platform_part_aurawin.cc command_line.GetSwitchValueNative( command_line 27 chrome/browser/browser_process_platform_part_aurawin.h const base::CommandLine& command_line) OVERRIDE; command_line 29 chrome/browser/browser_process_platform_part_base.h const base::CommandLine& command_line); command_line 15 chrome/browser/chrome_browser_field_trials.h explicit ChromeBrowserFieldTrials(const base::CommandLine& command_line); command_line 209 chrome/browser/chrome_browser_main.cc void HandleTestParameters(const CommandLine& command_line) { command_line 211 chrome/browser/chrome_browser_main.cc if (command_line.HasSwitch(switches::kBrowserAssertTest)) { command_line 216 chrome/browser/chrome_browser_main.cc if (command_line.HasSwitch(switches::kBrowserCrashTest)) { command_line 380 chrome/browser/chrome_browser_main.cc void RegisterComponentsForUpdate(const CommandLine& command_line) { command_line 395 chrome/browser/chrome_browser_main.cc cus, command_line); command_line 405 chrome/browser/chrome_browser_main.cc if (!command_line.HasSwitch(switches::kDisableCRLSets)) command_line 414 chrome/browser/chrome_browser_main.cc const CommandLine& command_line, command_line 420 chrome/browser/chrome_browser_main.cc if (command_line.HasSwitch(switches::kOriginalProcessStartTime)) { command_line 422 chrome/browser/chrome_browser_main.cc command_line.GetSwitchValueASCII(switches::kOriginalProcessStartTime); command_line 427 chrome/browser/chrome_browser_main.cc if (command_line.HasSwitch(switches::kFastStart)) { command_line 438 chrome/browser/chrome_browser_main.cc command_line); command_line 444 chrome/browser/chrome_browser_main.cc if (command_line.HasSwitch(switches::kUninstallExtension)) { command_line 447 chrome/browser/chrome_browser_main.cc DCHECK(!command_line.HasSwitch(switches::kProfileDirectory)); command_line 457 chrome/browser/chrome_browser_main.cc extension_startup_helper.UninstallExtension(command_line, profile); command_line 464 chrome/browser/chrome_browser_main.cc GetStartupProfilePath(user_data_dir, command_line); command_line 467 chrome/browser/chrome_browser_main.cc command_line, current_directory, startup_profile_dir); command_line 472 chrome/browser/chrome_browser_main.cc void LaunchDevToolsHandlerIfNeeded(const CommandLine& command_line) { command_line 473 chrome/browser/chrome_browser_main.cc if (command_line.HasSwitch(::switches::kRemoteDebuggingPort)) { command_line 475 chrome/browser/chrome_browser_main.cc command_line.GetSwitchValueASCII(::switches::kRemoteDebuggingPort); command_line 540 chrome/browser/chrome_browser_main.cc parsed_command_line_(parameters.command_line), command_line 545 chrome/browser/chrome_browser_main.cc browser_field_trials_(parameters.command_line), command_line 590 chrome/browser/chrome_browser_main.cc const CommandLine* command_line = CommandLine::ForCurrentProcess(); command_line 591 chrome/browser/chrome_browser_main.cc if (command_line->HasSwitch(switches::kEnableBenchmarking)) command_line 596 chrome/browser/chrome_browser_main.cc if (command_line->HasSwitch(switches::kForceFieldTrials)) { command_line 605 chrome/browser/chrome_browser_main.cc command_line->GetSwitchValueASCII(switches::kForceFieldTrials), command_line 611 chrome/browser/chrome_browser_main.cc if (command_line->HasSwitch(switches::kForceVariationIds)) { command_line 617 chrome/browser/chrome_browser_main.cc command_line->GetSwitchValueASCII(switches::kForceVariationIds)); command_line 665 chrome/browser/chrome_browser_main.cc const CommandLine* command_line = CommandLine::ForCurrentProcess(); command_line 666 chrome/browser/chrome_browser_main.cc if (command_line->HasSwitch(switches::kEnableMetricsReportingForTesting)) command_line 671 chrome/browser/chrome_browser_main.cc if (command_line->HasSwitch(switches::kForceFieldTrials)) command_line 61 chrome/browser/chrome_browser_main_win.cc const wchar_t* command_line, command_line 308 chrome/browser/chrome_browser_main_win.cc CommandLine command_line(CommandLine::NO_PROGRAM); command_line 309 chrome/browser/chrome_browser_main_win.cc command_line.AppendArguments(parsed_command_line, false); command_line 310 chrome/browser/chrome_browser_main_win.cc if (!command_line.HasSwitch(switches::kRestoreLastSession)) command_line 311 chrome/browser/chrome_browser_main_win.cc command_line.AppendSwitch(switches::kRestoreLastSession); command_line 316 chrome/browser/chrome_browser_main_win.cc command_line.GetCommandLineString().c_str(), command_line 323 chrome/browser/chrome_browser_main_win.cc ", command_line: " << command_line.GetCommandLineString(); command_line 519 chrome/browser/chrome_content_browser_client.cc int GetCrashSignalFD(const CommandLine& command_line) { command_line 520 chrome/browser/chrome_content_browser_client.cc if (command_line.HasSwitch(extensions::switches::kExtensionProcess)) { command_line 528 chrome/browser/chrome_content_browser_client.cc command_line.GetSwitchValueASCII(switches::kProcessType); command_line 1462 chrome/browser/chrome_content_browser_client.cc CommandLine* command_line, int child_process_id) { command_line 1470 chrome/browser/chrome_content_browser_client.cc command_line->AppendSwitchASCII(switches::kEnableCrashReporter, command_line 1476 chrome/browser/chrome_content_browser_client.cc command_line->AppendSwitch(switches::kNoErrorDialogs); command_line 1479 chrome/browser/chrome_content_browser_client.cc command_line->GetSwitchValueASCII(switches::kProcessType); command_line 1486 chrome/browser/chrome_content_browser_client.cc command_line->CopySwitchesFrom(browser_command_line, kCommonSwitchNames, command_line 1493 chrome/browser/chrome_content_browser_client.cc command_line->CopySwitchesFrom(browser_command_line, kIpcFuzzerSwitches, command_line 1503 chrome/browser/chrome_content_browser_client.cc command_line->AppendSwitchASCII( command_line 1508 chrome/browser/chrome_content_browser_client.cc MaybeCopyDisableWebRtcEncryptionSwitch(command_line, command_line 1520 chrome/browser/chrome_content_browser_client.cc command_line->AppendSwitch(extensions::switches::kExtensionProcess); command_line 1527 chrome/browser/chrome_content_browser_client.cc command_line->AppendSwitch(switches::kDisable3DAPIs); command_line 1534 chrome/browser/chrome_content_browser_client.cc command_line->AppendSwitch( command_line 1539 chrome/browser/chrome_content_browser_client.cc command_line->AppendSwitch(switches::kRendererPrintPreview); command_line 1545 chrome/browser/chrome_content_browser_client.cc command_line->AppendSwitch(switches::kInstantProcess); command_line 1551 chrome/browser/chrome_content_browser_client.cc command_line->AppendSwitch(switches::kSigninProcess); command_line 1562 chrome/browser/chrome_content_browser_client.cc command_line->AppendSwitch(switches::kEnableOfflineAutoReload); command_line 1614 chrome/browser/chrome_content_browser_client.cc command_line->CopySwitchesFrom(browser_command_line, kSwitchNames, command_line 1624 chrome/browser/chrome_content_browser_client.cc command_line->CopySwitchesFrom(browser_command_line, kSwitchNames, command_line 1635 chrome/browser/chrome_content_browser_client.cc command_line->CopySwitchesFrom(browser_command_line, kSwitchNames, command_line 1645 chrome/browser/chrome_content_browser_client.cc command_line->CopySwitchesFrom(browser_command_line, kSwitchNames, command_line 1651 chrome/browser/chrome_content_browser_client.cc !command_line->HasSwitch(switches::kDisableBreakpad)) command_line 1652 chrome/browser/chrome_content_browser_client.cc command_line->AppendSwitch(switches::kDisableBreakpad); command_line 1658 chrome/browser/chrome_content_browser_client.cc if (command_line->HasSwitch(switches::kEnableBenchmarking)) command_line 1659 chrome/browser/chrome_content_browser_client.cc DCHECK(command_line->HasSwitch(switches::kEnableStatsTable)); command_line 2619 chrome/browser/chrome_content_browser_client.cc const CommandLine& command_line, command_line 2663 chrome/browser/chrome_content_browser_client.cc int crash_signal_fd = GetCrashSignalFD(command_line); command_line 126 chrome/browser/chrome_content_browser_client.h virtual void AppendExtraCommandLineSwitches(base::CommandLine* command_line, command_line 272 chrome/browser/chrome_content_browser_client.h const base::CommandLine& command_line, command_line 164 chrome/browser/chrome_net_benchmarking_message_filter.cc const CommandLine& command_line = *CommandLine::ForCurrentProcess(); command_line 165 chrome/browser/chrome_net_benchmarking_message_filter.cc result = command_line.HasSwitch(switches::kEnableNetBenchmarking); command_line 154 chrome/browser/chrome_process_finder_win.cc CommandLine command_line(*CommandLine::ForCurrentProcess()); command_line 155 chrome/browser/chrome_process_finder_win.cc command_line.AppendSwitchASCII( command_line 161 chrome/browser/chrome_process_finder_win.cc command_line.AppendSwitch(switches::kFastStart); command_line 171 chrome/browser/chrome_process_finder_win.cc to_send.append(command_line.GetCommandLineString()); command_line 17 chrome/browser/chrome_process_singleton_win_unittest.cc const CommandLine& command_line, command_line 23 chrome/browser/chrome_process_singleton_win_unittest.cc bool ClientCallback(const CommandLine& command_line, command_line 33 chrome/browser/chrome_security_exploit_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 44 chrome/browser/chrome_security_exploit_browsertest.cc command_line->AppendSwitchASCII( command_line 51 chrome/browser/chrome_security_exploit_browsertest.cc command_line->AppendSwitch(switches::kDisableWebSecurity); command_line 19 chrome/browser/chrome_switches_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 25 chrome/browser/chrome_switches_browsertest.cc command_line->AppendSwitchASCII(switches::kHostRules, host_rule); command_line 28 chrome/browser/chrome_switches_browsertest.cc command_line->AppendSwitch(switches::kNoProxyServer); command_line 199 chrome/browser/chromeos/accessibility/accessibility_manager_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 200 chrome/browser/chromeos/accessibility/accessibility_manager_browsertest.cc command_line->AppendSwitch(chromeos::switches::kLoginManager); command_line 201 chrome/browser/chromeos/accessibility/accessibility_manager_browsertest.cc command_line->AppendSwitchASCII(chromeos::switches::kLoginProfile, command_line 156 chrome/browser/chromeos/accessibility/magnification_manager_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 157 chrome/browser/chromeos/accessibility/magnification_manager_browsertest.cc command_line->AppendSwitch(switches::kLoginManager); command_line 158 chrome/browser/chromeos/accessibility/magnification_manager_browsertest.cc command_line->AppendSwitchASCII(switches::kLoginProfile, command_line 122 chrome/browser/chromeos/accessibility/spoken_feedback_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 123 chrome/browser/chromeos/accessibility/spoken_feedback_browsertest.cc command_line->AppendSwitch(chromeos::switches::kLoginManager); command_line 124 chrome/browser/chromeos/accessibility/spoken_feedback_browsertest.cc command_line->AppendSwitch(chromeos::switches::kForceLoginManagerInTests); command_line 125 chrome/browser/chromeos/accessibility/spoken_feedback_browsertest.cc command_line->AppendSwitchASCII(chromeos::switches::kLoginProfile, "user"); command_line 187 chrome/browser/chromeos/app_mode/kiosk_app_manager_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 188 chrome/browser/chromeos/app_mode/kiosk_app_manager_browsertest.cc InProcessBrowserTest::SetUpCommandLine(command_line); command_line 198 chrome/browser/chromeos/app_mode/kiosk_app_manager_browsertest.cc command_line->AppendSwitchASCII(switches::kAppsGalleryURL, command_line 77 chrome/browser/chromeos/app_mode/kiosk_mode_idle_app_name_notification.cc CommandLine* command_line = CommandLine::ForCurrentProcess(); command_line 79 chrome/browser/chromeos/app_mode/kiosk_mode_idle_app_name_notification.cc command_line->GetSwitchValueASCII(::switches::kAppId); command_line 71 chrome/browser/chromeos/background/ash_user_wallpaper_delegate.cc const CommandLine* command_line = CommandLine::ForCurrentProcess(); command_line 72 chrome/browser/chromeos/background/ash_user_wallpaper_delegate.cc bool disable_boot_animation = command_line-> command_line 179 chrome/browser/chromeos/chrome_browser_main_chromeos.cc bool ShouldAutoLaunchKioskApp(const CommandLine& command_line) { command_line 181 chrome/browser/chromeos/chrome_browser_main_chromeos.cc return command_line.HasSwitch(switches::kLoginManager) && command_line 182 chrome/browser/chromeos/chrome_browser_main_chromeos.cc !command_line.HasSwitch(switches::kForceLoginManagerInTests) && command_line 37 chrome/browser/chromeos/extensions/echo_private_apitest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 38 chrome/browser/chromeos/extensions/echo_private_apitest.cc ExtensionApiTest::SetUpCommandLine(command_line); command_line 42 chrome/browser/chromeos/extensions/echo_private_apitest.cc command_line->AppendSwitch(switches::kStubCrosSettings); command_line 89 chrome/browser/chromeos/extensions/input_method_apitest_chromeos.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 90 chrome/browser/chromeos/extensions/input_method_apitest_chromeos.cc ExtensionApiTest::SetUpCommandLine(command_line); command_line 91 chrome/browser/chromeos/extensions/input_method_apitest_chromeos.cc command_line->AppendSwitchASCII( command_line 48 chrome/browser/chromeos/extensions/virtual_keyboard_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 49 chrome/browser/chromeos/extensions/virtual_keyboard_browsertest.cc command_line->AppendSwitch( command_line 523 chrome/browser/chromeos/file_manager/file_manager_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE; command_line 579 chrome/browser/chromeos/file_manager/file_manager_browsertest.cc void FileManagerBrowserTestBase::SetUpCommandLine(CommandLine* command_line) { command_line 581 chrome/browser/chromeos/file_manager/file_manager_browsertest.cc command_line->AppendSwitch(chromeos::switches::kGuestSession); command_line 582 chrome/browser/chromeos/file_manager/file_manager_browsertest.cc command_line->AppendSwitchNative(chromeos::switches::kLoginUser, ""); command_line 583 chrome/browser/chromeos/file_manager/file_manager_browsertest.cc command_line->AppendSwitch(switches::kIncognito); command_line 585 chrome/browser/chromeos/file_manager/file_manager_browsertest.cc ExtensionApiTest::SetUpCommandLine(command_line); command_line 897 chrome/browser/chromeos/file_manager/file_manager_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 898 chrome/browser/chromeos/file_manager/file_manager_browsertest.cc FileManagerBrowserTestBase::SetUpCommandLine(command_line); command_line 899 chrome/browser/chromeos/file_manager/file_manager_browsertest.cc command_line->AppendSwitch(switches::kMultiProfiles); command_line 903 chrome/browser/chromeos/file_manager/file_manager_browsertest.cc command_line->AppendSwitchASCII(chromeos::switches::kLoginUser, command_line 905 chrome/browser/chromeos/file_manager/file_manager_browsertest.cc command_line->AppendSwitchASCII(chromeos::switches::kLoginProfile, command_line 64 chrome/browser/chromeos/first_run/first_run.cc CommandLine* command_line = CommandLine::ForCurrentProcess(); command_line 65 chrome/browser/chromeos/first_run/first_run.cc bool launched_in_test = command_line->HasSwitch(::switches::kTestType); command_line 67 chrome/browser/chromeos/first_run/first_run.cc command_line->HasSwitch(switches::kOobeSkipPostLogin); command_line 69 chrome/browser/chromeos/first_run/first_run.cc command_line->HasSwitch(switches::kDisableFirstRunUI); command_line 71 chrome/browser/chromeos/first_run/first_run.cc bool first_run_forced = command_line->HasSwitch(switches::kForceFirstRunUI); command_line 78 chrome/browser/chromeos/login/captive_portal_window_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 79 chrome/browser/chromeos/login/captive_portal_window_browsertest.cc command_line->AppendSwitch(chromeos::switches::kForceLoginManagerInTests); command_line 80 chrome/browser/chromeos/login/captive_portal_window_browsertest.cc command_line->AppendSwitch(chromeos::switches::kLoginManager); command_line 67 chrome/browser/chromeos/login/chrome_restart_request.cc CommandLine* command_line) { command_line 68 chrome/browser/chromeos/login/chrome_restart_request.cc DCHECK_NE(&base_command_line, command_line); command_line 213 chrome/browser/chromeos/login/chrome_restart_request.cc command_line->CopySwitchesFrom(base_command_line, command_line 218 chrome/browser/chromeos/login/chrome_restart_request.cc command_line->AppendArg(start_url.spec()); command_line 225 chrome/browser/chromeos/login/chrome_restart_request.cc command_line->AppendSwitchASCII(it.key(), value); command_line 228 chrome/browser/chromeos/login/chrome_restart_request.cc std::string cmd_line_str = command_line->GetCommandLineString(); command_line 245 chrome/browser/chromeos/login/chrome_restart_request.cc void ReLaunch(const std::string& command_line) { command_line 249 chrome/browser/chromeos/login/chrome_restart_request.cc base::SplitString(command_line, ' ', &argv); command_line 265 chrome/browser/chromeos/login/chrome_restart_request.cc explicit ChromeRestartRequest(const std::string& command_line); command_line 282 chrome/browser/chromeos/login/chrome_restart_request.cc ChromeRestartRequest::ChromeRestartRequest(const std::string& command_line) command_line 284 chrome/browser/chromeos/login/chrome_restart_request.cc command_line_(command_line) {} command_line 337 chrome/browser/chromeos/login/chrome_restart_request.cc CommandLine* command_line) { command_line 357 chrome/browser/chromeos/login/chrome_restart_request.cc command_line); command_line 360 chrome/browser/chromeos/login/chrome_restart_request.cc void RestartChrome(const std::string& command_line) { command_line 371 chrome/browser/chromeos/login/chrome_restart_request.cc ReLaunch(command_line); command_line 376 chrome/browser/chromeos/login/chrome_restart_request.cc (new ChromeRestartRequest(command_line))->Start(); command_line 24 chrome/browser/chromeos/login/chrome_restart_request.h base::CommandLine* command_line); command_line 27 chrome/browser/chromeos/login/chrome_restart_request.h void RestartChrome(const std::string& command_line); command_line 40 chrome/browser/chromeos/login/crash_restore_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 41 chrome/browser/chromeos/login/crash_restore_browsertest.cc command_line->AppendSwitch(::switches::kMultiProfiles); command_line 42 chrome/browser/chromeos/login/crash_restore_browsertest.cc command_line->AppendSwitchASCII(switches::kLoginUser, kUserId1); command_line 43 chrome/browser/chromeos/login/crash_restore_browsertest.cc command_line->AppendSwitchASCII( command_line 78 chrome/browser/chromeos/login/demo_mode/demo_app_launcher.cc CommandLine* command_line = CommandLine::ForCurrentProcess(); command_line 79 chrome/browser/chromeos/login/demo_mode/demo_app_launcher.cc command_line->AppendSwitch(switches::kForceAppMode); command_line 80 chrome/browser/chromeos/login/demo_mode/demo_app_launcher.cc command_line->AppendSwitchASCII(switches::kAppId, extension_id); command_line 64 chrome/browser/chromeos/login/demo_mode/demo_app_launcher_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 65 chrome/browser/chromeos/login/demo_mode/demo_app_launcher_browsertest.cc command_line->AppendSwitch(switches::kLoginManager); command_line 66 chrome/browser/chromeos/login/demo_mode/demo_app_launcher_browsertest.cc command_line->AppendSwitch(switches::kForceLoginManagerInTests); command_line 67 chrome/browser/chromeos/login/demo_mode/demo_app_launcher_browsertest.cc command_line->AppendSwitchASCII(switches::kLoginProfile, "user"); command_line 69 chrome/browser/chromeos/login/demo_mode/demo_app_launcher_browsertest.cc command_line->AppendSwitchASCII(switches::kDerelictIdleTimeout, "0"); command_line 70 chrome/browser/chromeos/login/demo_mode/demo_app_launcher_browsertest.cc command_line->AppendSwitchASCII(switches::kOobeTimerInterval, "0"); command_line 71 chrome/browser/chromeos/login/demo_mode/demo_app_launcher_browsertest.cc command_line->AppendSwitchASCII(switches::kDerelictDetectionTimeout, "0"); command_line 26 chrome/browser/chromeos/login/enrollment/auto_enrollment_controller.cc CommandLine* command_line = CommandLine::ForCurrentProcess(); command_line 27 chrome/browser/chromeos/login/enrollment/auto_enrollment_controller.cc if (!command_line->HasSwitch(switch_name)) command_line 29 chrome/browser/chromeos/login/enrollment/auto_enrollment_controller.cc std::string value = command_line->GetSwitchValueASCII(switch_name); command_line 59 chrome/browser/chromeos/login/enrollment/auto_enrollment_controller.cc CommandLine* command_line = CommandLine::ForCurrentProcess(); command_line 61 chrome/browser/chromeos/login/enrollment/auto_enrollment_controller.cc if (!command_line->HasSwitch(switches::kEnterpriseEnableForcedReEnrollment)) command_line 64 chrome/browser/chromeos/login/enrollment/auto_enrollment_controller.cc std::string command_line_mode = command_line->GetSwitchValueASCII( command_line 98 chrome/browser/chromeos/login/enrollment/auto_enrollment_controller.cc CommandLine* command_line = CommandLine::ForCurrentProcess(); command_line 99 chrome/browser/chromeos/login/enrollment/auto_enrollment_controller.cc if (command_line->HasSwitch(chromeos::switches::kOobeSkipPostLogin) || command_line 100 chrome/browser/chromeos/login/enrollment/auto_enrollment_controller.cc (!command_line->HasSwitch( command_line 102 chrome/browser/chromeos/login/enrollment/auto_enrollment_controller.cc !command_line->HasSwitch( command_line 67 chrome/browser/chromeos/login/enrollment/enrollment_screen_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 71 chrome/browser/chromeos/login/enrollment/enrollment_screen_browsertest.cc command_line->AppendSwitchPath( command_line 128 chrome/browser/chromeos/login/existing_user_controller_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 129 chrome/browser/chromeos/login/existing_user_controller_browsertest.cc command_line->AppendSwitch(switches::kLoginManager); command_line 131 chrome/browser/chromeos/login/existing_user_controller_browsertest.cc command_line->AppendSwitch(::switches::kMultiProfiles); command_line 260 chrome/browser/chromeos/login/kiosk_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 261 chrome/browser/chromeos/login/kiosk_browsertest.cc OobeBaseTest::SetUpCommandLine(command_line); command_line 267 chrome/browser/chromeos/login/kiosk_browsertest.cc command_line->AppendSwitchASCII( command_line 270 chrome/browser/chromeos/login/kiosk_browsertest.cc command_line->AppendSwitchASCII( command_line 895 chrome/browser/chromeos/login/kiosk_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 899 chrome/browser/chromeos/login/kiosk_browsertest.cc KioskTest::SetUpCommandLine(command_line); command_line 901 chrome/browser/chromeos/login/kiosk_browsertest.cc command_line->AppendSwitch(::switches::kMultiProfiles); command_line 1215 chrome/browser/chromeos/login/kiosk_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 1216 chrome/browser/chromeos/login/kiosk_browsertest.cc KioskTest::SetUpCommandLine(command_line); command_line 1217 chrome/browser/chromeos/login/kiosk_browsertest.cc command_line->AppendSwitch(switches::kDisableBootAnimation); command_line 34 chrome/browser/chromeos/login/login_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 35 chrome/browser/chromeos/login/login_browsertest.cc command_line->AppendSwitchASCII( command_line 37 chrome/browser/chromeos/login/login_browsertest.cc command_line->AppendSwitchASCII(chromeos::switches::kLoginProfile, "user"); command_line 43 chrome/browser/chromeos/login/login_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 44 chrome/browser/chromeos/login/login_browsertest.cc command_line->AppendSwitch(chromeos::switches::kGuestSession); command_line 45 chrome/browser/chromeos/login/login_browsertest.cc command_line->AppendSwitch(::switches::kIncognito); command_line 46 chrome/browser/chromeos/login/login_browsertest.cc command_line->AppendSwitchASCII(chromeos::switches::kLoginProfile, "user"); command_line 47 chrome/browser/chromeos/login/login_browsertest.cc command_line->AppendSwitchASCII(chromeos::switches::kLoginUser, command_line 54 chrome/browser/chromeos/login/login_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 55 chrome/browser/chromeos/login/login_browsertest.cc command_line->AppendSwitch(chromeos::switches::kLoginManager); command_line 61 chrome/browser/chromeos/login/login_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 62 chrome/browser/chromeos/login/login_browsertest.cc command_line->AppendSwitch(chromeos::switches::kLoginManager); command_line 63 chrome/browser/chromeos/login/login_browsertest.cc command_line->AppendSwitch(chromeos::switches::kForceLoginManagerInTests); command_line 36 chrome/browser/chromeos/login/login_manager_test.cc void LoginManagerTest::SetUpCommandLine(CommandLine* command_line) { command_line 37 chrome/browser/chromeos/login/login_manager_test.cc command_line->AppendSwitch(chromeos::switches::kLoginManager); command_line 38 chrome/browser/chromeos/login/login_manager_test.cc command_line->AppendSwitch(chromeos::switches::kForceLoginManagerInTests); command_line 39 chrome/browser/chromeos/login/login_manager_test.cc command_line->AppendSwitch(::switches::kMultiProfiles); command_line 30 chrome/browser/chromeos/login/login_manager_test.h virtual void SetUpCommandLine(base::CommandLine* command_line) OVERRIDE; command_line 22 chrome/browser/chromeos/login/login_screen_policy_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 23 chrome/browser/chromeos/login/login_screen_policy_browsertest.cc command_line->AppendSwitch(switches::kLoginManager); command_line 470 chrome/browser/chromeos/login/login_utils.cc CommandLine* command_line = CommandLine::ForCurrentProcess(); command_line 475 chrome/browser/chromeos/login/login_utils.cc if (command_line->HasSwitch(::switches::kAppModeOAuth2Token)) { command_line 476 chrome/browser/chromeos/login/login_utils.cc oauth2_refresh_token_ = command_line->GetSwitchValueASCII( command_line 480 chrome/browser/chromeos/login/login_utils.cc if (command_line->HasSwitch(::switches::kAppModeAuthCode)) { command_line 481 chrome/browser/chromeos/login/login_utils.cc user_context_.auth_code = command_line->GetSwitchValueASCII( command_line 714 chrome/browser/chromeos/login/login_utils.cc CommandLine command_line(browser_command_line.GetProgram()); command_line 719 chrome/browser/chromeos/login/login_utils.cc &command_line); command_line 206 chrome/browser/chromeos/login/login_utils_browsertest.cc CommandLine* command_line = CommandLine::ForCurrentProcess(); command_line 207 chrome/browser/chromeos/login/login_utils_browsertest.cc command_line->AppendSwitchASCII( command_line 210 chrome/browser/chromeos/login/login_utils_browsertest.cc if (!command_line->HasSwitch(::switches::kMultiProfiles)) command_line 211 chrome/browser/chromeos/login/login_utils_browsertest.cc command_line->AppendSwitchASCII(switches::kLoginProfile, "user"); command_line 536 chrome/browser/chromeos/login/login_utils_browsertest.cc CommandLine* command_line = CommandLine::ForCurrentProcess(); command_line 538 chrome/browser/chromeos/login/login_utils_browsertest.cc command_line->AppendSwitch(::switches::kMultiProfiles); command_line 595 chrome/browser/chromeos/login/oauth2_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 596 chrome/browser/chromeos/login/oauth2_browsertest.cc OAuth2Test::SetUpCommandLine(command_line); command_line 90 chrome/browser/chromeos/login/oobe_base_test.cc void OobeBaseTest::SetUpCommandLine(CommandLine* command_line) { command_line 91 chrome/browser/chromeos/login/oobe_base_test.cc ExtensionApiTest::SetUpCommandLine(command_line); command_line 92 chrome/browser/chromeos/login/oobe_base_test.cc command_line->AppendSwitch(chromeos::switches::kLoginManager); command_line 93 chrome/browser/chromeos/login/oobe_base_test.cc command_line->AppendSwitch(chromeos::switches::kForceLoginManagerInTests); command_line 95 chrome/browser/chromeos/login/oobe_base_test.cc command_line->AppendSwitch(::switches::kDisableBackgroundNetworking); command_line 96 chrome/browser/chromeos/login/oobe_base_test.cc command_line->AppendSwitchASCII(chromeos::switches::kLoginProfile, "user"); command_line 107 chrome/browser/chromeos/login/oobe_base_test.cc command_line->AppendSwitchASCII(::switches::kGaiaUrl, gaia_url.spec()); command_line 108 chrome/browser/chromeos/login/oobe_base_test.cc command_line->AppendSwitchASCII(::switches::kLsoUrl, gaia_url.spec()); command_line 109 chrome/browser/chromeos/login/oobe_base_test.cc command_line->AppendSwitchASCII(::switches::kGoogleApisUrl, command_line 116 chrome/browser/chromeos/login/oobe_base_test.cc command_line->AppendSwitchASCII( command_line 42 chrome/browser/chromeos/login/oobe_base_test.h virtual void SetUpCommandLine(base::CommandLine* command_line) OVERRIDE; command_line 35 chrome/browser/chromeos/login/oobe_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 36 chrome/browser/chromeos/login/oobe_browsertest.cc command_line->AppendSwitch(chromeos::switches::kLoginManager); command_line 37 chrome/browser/chromeos/login/oobe_browsertest.cc command_line->AppendSwitch(chromeos::switches::kForceLoginManagerInTests); command_line 38 chrome/browser/chromeos/login/oobe_browsertest.cc command_line->AppendSwitchASCII(chromeos::switches::kLoginProfile, "user"); command_line 39 chrome/browser/chromeos/login/oobe_browsertest.cc command_line->AppendSwitchASCII( command_line 91 chrome/browser/chromeos/login/reset_browsertest.cc virtual void SetUpCommandLine(base::CommandLine* command_line) OVERRIDE { command_line 92 chrome/browser/chromeos/login/reset_browsertest.cc LoginManagerTest::SetUpCommandLine(command_line); command_line 93 chrome/browser/chromeos/login/reset_browsertest.cc command_line->AppendSwitch(switches::kFirstExecAfterBoot); command_line 36 chrome/browser/chromeos/login/resource_loader_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 38 chrome/browser/chromeos/login/resource_loader_browsertest.cc command_line->AppendSwitch(switches::kDisableWebSecurity); command_line 224 chrome/browser/chromeos/login/saml/saml_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 225 chrome/browser/chromeos/login/saml/saml_browsertest.cc command_line->AppendSwitch(switches::kLoginManager); command_line 226 chrome/browser/chromeos/login/saml/saml_browsertest.cc command_line->AppendSwitch(switches::kForceLoginManagerInTests); command_line 227 chrome/browser/chromeos/login/saml/saml_browsertest.cc command_line->AppendSwitch(::switches::kDisableBackgroundNetworking); command_line 228 chrome/browser/chromeos/login/saml/saml_browsertest.cc command_line->AppendSwitchASCII(switches::kLoginProfile, "user"); command_line 231 chrome/browser/chromeos/login/saml/saml_browsertest.cc command_line->AppendSwitchASCII(::switches::kGaiaUrl, gaia_url.spec()); command_line 232 chrome/browser/chromeos/login/saml/saml_browsertest.cc command_line->AppendSwitchASCII(::switches::kLsoUrl, gaia_url.spec()); command_line 233 chrome/browser/chromeos/login/saml/saml_browsertest.cc command_line->AppendSwitchASCII(::switches::kGoogleApisUrl, command_line 133 chrome/browser/chromeos/login/screen_locker_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 134 chrome/browser/chromeos/login/screen_locker_browsertest.cc command_line->AppendSwitchASCII(switches::kLoginProfile, "user"); command_line 89 chrome/browser/chromeos/login/screens/error_screen.cc CommandLine command_line(browser_command_line.GetProgram()); command_line 94 chrome/browser/chromeos/login/screens/error_screen.cc &command_line); command_line 30 chrome/browser/chromeos/login/session_login_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 31 chrome/browser/chromeos/login/session_login_browsertest.cc LoginManagerTest::SetUpCommandLine(command_line); command_line 32 chrome/browser/chromeos/login/session_login_browsertest.cc command_line->AppendSwitch(::switches::kCreateBrowserOnStartupForTests); command_line 38 chrome/browser/chromeos/login/user_adding_screen_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 39 chrome/browser/chromeos/login/user_adding_screen_browsertest.cc LoginManagerTest::SetUpCommandLine(command_line); command_line 40 chrome/browser/chromeos/login/user_adding_screen_browsertest.cc command_line->AppendSwitch(::switches::kMultiProfiles); command_line 1110 chrome/browser/chromeos/login/user_manager_impl.cc CommandLine* command_line = CommandLine::ForCurrentProcess(); command_line 1112 chrome/browser/chromeos/login/user_manager_impl.cc command_line->HasSwitch(switches::kLoginUser) && command_line 1113 chrome/browser/chromeos/login/user_manager_impl.cc !command_line->HasSwitch(switches::kLoginPassword); command_line 1502 chrome/browser/chromeos/login/user_manager_impl.cc CommandLine* command_line = CommandLine::ForCurrentProcess(); command_line 1503 chrome/browser/chromeos/login/user_manager_impl.cc command_line->AppendSwitch(::switches::kForceAppMode); command_line 1504 chrome/browser/chromeos/login/user_manager_impl.cc command_line->AppendSwitchASCII(::switches::kAppId, kiosk_app_id); command_line 1508 chrome/browser/chromeos/login/user_manager_impl.cc command_line->AppendSwitch( command_line 1851 chrome/browser/chromeos/login/user_manager_impl.cc const CommandLine& command_line = *CommandLine::ForCurrentProcess(); command_line 1852 chrome/browser/chromeos/login/user_manager_impl.cc if (command_line.HasSwitch(::switches::kMultiProfiles)) { command_line 1856 chrome/browser/chromeos/login/user_manager_impl.cc } else if (command_line.HasSwitch(chromeos::switches::kLoginProfile)) { command_line 435 chrome/browser/chromeos/login/wallpaper_manager.cc CommandLine* command_line = GetComandLine(); command_line 436 chrome/browser/chromeos/login/wallpaper_manager.cc if (command_line->HasSwitch(chromeos::switches::kGuestSession)) { command_line 443 chrome/browser/chromeos/login/wallpaper_manager.cc if (command_line->HasSwitch(::switches::kTestType)) command_line 1074 chrome/browser/chromeos/login/wallpaper_manager.cc CommandLine* command_line = command_line_for_testing_ ? command_line 1076 chrome/browser/chromeos/login/wallpaper_manager.cc return command_line; command_line 174 chrome/browser/chromeos/login/wallpaper_manager.h void set_command_line_for_testing(base::CommandLine* command_line) { command_line 175 chrome/browser/chromeos/login/wallpaper_manager.h command_line_for_testing_ = command_line; command_line 72 chrome/browser/chromeos/login/wallpaper_manager_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 73 chrome/browser/chromeos/login/wallpaper_manager_browsertest.cc command_line->AppendSwitch(switches::kLoginManager); command_line 74 chrome/browser/chromeos/login/wallpaper_manager_browsertest.cc command_line->AppendSwitchASCII(switches::kLoginProfile, "user"); command_line 76 chrome/browser/chromeos/login/wallpaper_manager_browsertest.cc command_line->AppendSwitch(::switches::kMultiProfiles); command_line 352 chrome/browser/chromeos/login/wallpaper_manager_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 353 chrome/browser/chromeos/login/wallpaper_manager_browsertest.cc command_line->AppendSwitch(switches::kLoginManager); command_line 354 chrome/browser/chromeos/login/wallpaper_manager_browsertest.cc command_line->AppendSwitchASCII(switches::kLoginProfile, "user"); command_line 355 chrome/browser/chromeos/login/wallpaper_manager_browsertest.cc command_line->AppendSwitch(chromeos::switches::kDisableLoginAnimations); command_line 356 chrome/browser/chromeos/login/wallpaper_manager_browsertest.cc command_line->AppendSwitch(chromeos::switches::kDisableBootAnimation); command_line 415 chrome/browser/chromeos/login/wallpaper_manager_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 416 chrome/browser/chromeos/login/wallpaper_manager_browsertest.cc command_line->AppendSwitch(chromeos::switches::kDisableLoginAnimations); command_line 417 chrome/browser/chromeos/login/wallpaper_manager_browsertest.cc command_line->AppendSwitch(chromeos::switches::kDisableBootAnimation); command_line 418 chrome/browser/chromeos/login/wallpaper_manager_browsertest.cc command_line->AppendSwitch(::switches::kMultiProfiles); command_line 419 chrome/browser/chromeos/login/wallpaper_manager_browsertest.cc command_line->AppendSwitchASCII(switches::kLoginUser, kTestUser1); command_line 420 chrome/browser/chromeos/login/wallpaper_manager_browsertest.cc command_line->AppendSwitchASCII(switches::kLoginProfile, command_line 441 chrome/browser/chromeos/login/wallpaper_manager_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 442 chrome/browser/chromeos/login/wallpaper_manager_browsertest.cc command_line->AppendSwitch(::switches::kMultiProfiles); command_line 443 chrome/browser/chromeos/login/wallpaper_manager_browsertest.cc command_line->AppendSwitchASCII(switches::kLoginUser, kTestUser1); command_line 444 chrome/browser/chromeos/login/wallpaper_manager_browsertest.cc command_line->AppendSwitchASCII(switches::kLoginProfile, command_line 176 chrome/browser/chromeos/login/wallpaper_manager_policy_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 181 chrome/browser/chromeos/login/wallpaper_manager_policy_browsertest.cc command_line->AppendSwitch(switches::kLoginManager); command_line 182 chrome/browser/chromeos/login/wallpaper_manager_policy_browsertest.cc command_line->AppendSwitch(switches::kForceLoginManagerInTests); command_line 184 chrome/browser/chromeos/login/wallpaper_manager_policy_browsertest.cc command_line->AppendSwitch(::switches::kMultiProfiles); command_line 186 chrome/browser/chromeos/login/wallpaper_manager_policy_browsertest.cc command_line->AppendSwitchASCII(switches::kLoginProfile, kTestUsers[0]); command_line 524 chrome/browser/chromeos/login/wizard_controller_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 525 chrome/browser/chromeos/login/wizard_controller_browsertest.cc WizardControllerFlowTest::SetUpCommandLine(command_line); command_line 527 chrome/browser/chromeos/login/wizard_controller_browsertest.cc command_line->AppendSwitchASCII( command_line 530 chrome/browser/chromeos/login/wizard_controller_browsertest.cc command_line->AppendSwitchASCII( command_line 532 chrome/browser/chromeos/login/wizard_controller_browsertest.cc command_line->AppendSwitchASCII( command_line 747 chrome/browser/chromeos/login/wizard_controller_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 748 chrome/browser/chromeos/login/wizard_controller_browsertest.cc command_line->AppendSwitchASCII(::switches::kProxyServer, command_line 778 chrome/browser/chromeos/login/wizard_controller_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 782 chrome/browser/chromeos/login/wizard_controller_browsertest.cc command_line->AppendSwitchPath( command_line 31 chrome/browser/chromeos/login/wizard_in_process_browser_test.cc void WizardInProcessBrowserTest::SetUpCommandLine(CommandLine* command_line) { command_line 32 chrome/browser/chromeos/login/wizard_in_process_browser_test.cc command_line->AppendSwitch(::switches::kNoStartupWindow); command_line 33 chrome/browser/chromeos/login/wizard_in_process_browser_test.cc command_line->AppendSwitch(switches::kLoginManager); command_line 39 chrome/browser/chromeos/login/wizard_in_process_browser_test.h virtual void SetUpCommandLine(base::CommandLine* command_line) OVERRIDE; command_line 327 chrome/browser/chromeos/policy/device_local_account_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 328 chrome/browser/chromeos/policy/device_local_account_browsertest.cc DevicePolicyCrosBrowserTest::SetUpCommandLine(command_line); command_line 329 chrome/browser/chromeos/policy/device_local_account_browsertest.cc command_line->AppendSwitch(chromeos::switches::kLoginManager); command_line 330 chrome/browser/chromeos/policy/device_local_account_browsertest.cc command_line->AppendSwitch(chromeos::switches::kForceLoginManagerInTests); command_line 331 chrome/browser/chromeos/policy/device_local_account_browsertest.cc command_line->AppendSwitchASCII(chromeos::switches::kLoginProfile, "user"); command_line 332 chrome/browser/chromeos/policy/device_local_account_browsertest.cc command_line->AppendSwitchASCII(policy::switches::kDeviceManagementUrl, command_line 341 chrome/browser/chromeos/policy/device_local_account_browsertest.cc CommandLine* command_line = CommandLine::ForCurrentProcess(); command_line 342 chrome/browser/chromeos/policy/device_local_account_browsertest.cc CommandLine::StringVector argv(command_line->argv()); command_line 343 chrome/browser/chromeos/policy/device_local_account_browsertest.cc argv.erase(argv.begin() + argv.size() - command_line->GetArgs().size(), command_line 345 chrome/browser/chromeos/policy/device_local_account_browsertest.cc command_line->InitFromArgv(argv); command_line 28 chrome/browser/chromeos/policy/device_system_use_24hour_clock_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 29 chrome/browser/chromeos/policy/device_system_use_24hour_clock_browsertest.cc command_line->AppendSwitch(switches::kLoginManager); command_line 30 chrome/browser/chromeos/policy/device_system_use_24hour_clock_browsertest.cc command_line->AppendSwitch(chromeos::switches::kForceLoginManagerInTests); command_line 107 chrome/browser/chromeos/policy/login_screen_default_policy_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE; command_line 170 chrome/browser/chromeos/policy/login_screen_default_policy_browsertest.cc CommandLine* command_line) { command_line 171 chrome/browser/chromeos/policy/login_screen_default_policy_browsertest.cc LoginScreenDefaultPolicyBrowsertestBase::SetUpCommandLine(command_line); command_line 172 chrome/browser/chromeos/policy/login_screen_default_policy_browsertest.cc command_line->AppendSwitch(chromeos::switches::kLoginManager); command_line 173 chrome/browser/chromeos/policy/login_screen_default_policy_browsertest.cc command_line->AppendSwitch(chromeos::switches::kForceLoginManagerInTests); command_line 160 chrome/browser/chromeos/policy/power_policy_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE; command_line 284 chrome/browser/chromeos/policy/power_policy_browsertest.cc CommandLine* command_line) { command_line 285 chrome/browser/chromeos/policy/power_policy_browsertest.cc PowerPolicyBrowserTestBase::SetUpCommandLine(command_line); command_line 286 chrome/browser/chromeos/policy/power_policy_browsertest.cc command_line->AppendSwitch(chromeos::switches::kLoginManager); command_line 287 chrome/browser/chromeos/policy/power_policy_browsertest.cc command_line->AppendSwitch(chromeos::switches::kForceLoginManagerInTests); command_line 118 chrome/browser/chromeos/policy/user_cloud_policy_manager_factory_chromeos.cc const CommandLine* command_line = CommandLine::ForCurrentProcess(); command_line 147 chrome/browser/chromeos/policy/user_cloud_policy_manager_factory_chromeos.cc command_line->HasSwitch(chromeos::switches::kLoginUser) && command_line 148 chrome/browser/chromeos/policy/user_cloud_policy_manager_factory_chromeos.cc !command_line->HasSwitch(chromeos::switches::kLoginPassword); command_line 44 chrome/browser/chromeos/preferences_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 45 chrome/browser/chromeos/preferences_browsertest.cc LoginManagerTest::SetUpCommandLine(command_line); command_line 46 chrome/browser/chromeos/preferences_browsertest.cc command_line->AppendSwitch(::switches::kMultiProfiles); command_line 47 chrome/browser/chromeos/preferences_browsertest.cc command_line->AppendSwitch(switches::kStubCrosSettings); command_line 33 chrome/browser/chromeos/profiles/profile_helper_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 35 chrome/browser/chromeos/profiles/profile_helper_browsertest.cc command_line->AppendSwitch(::switches::kMultiProfiles); command_line 117 chrome/browser/chromeos/settings/device_settings_test_helper.cc const std::string& command_line) {} command_line 90 chrome/browser/chromeos/settings/device_settings_test_helper.h virtual void RestartJob(int pid, const std::string& command_line) OVERRIDE; command_line 55 chrome/browser/chromeos/settings/owner_flags_storage.cc CommandLine command_line(CommandLine::NO_PROGRAM); command_line 56 chrome/browser/chromeos/settings/owner_flags_storage.cc ::about_flags::ConvertFlagsToSwitches(this, &command_line, command_line 58 chrome/browser/chromeos/settings/owner_flags_storage.cc CommandLine::StringVector switches = command_line.argv(); command_line 77 chrome/browser/chromeos/system/tray_accessibility_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 78 chrome/browser/chromeos/system/tray_accessibility_browsertest.cc command_line->AppendSwitch(switches::kLoginManager); command_line 79 chrome/browser/chromeos/system/tray_accessibility_browsertest.cc command_line->AppendSwitchASCII(switches::kLoginProfile, command_line 433 chrome/browser/component_updater/pnacl/pnacl_component_installer.cc const CommandLine& command_line) { command_line 435 chrome/browser/component_updater/pnacl/pnacl_component_installer.cc updates_disabled_ = command_line.HasSwitch(switches::kDisablePnaclInstall); command_line 54 chrome/browser/component_updater/pnacl/pnacl_component_installer.h const base::CommandLine& command_line); command_line 302 chrome/browser/content_settings/content_settings_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 308 chrome/browser/content_settings/content_settings_browsertest.cc command_line->AppendSwitchPath(switches::kExtraPluginDir, plugin_dir); command_line 469 chrome/browser/content_settings/content_settings_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 493 chrome/browser/content_settings/content_settings_browsertest.cc command_line->AppendSwitchNative(switches::kRegisterPepperPlugins, command_line 499 chrome/browser/content_settings/content_settings_browsertest.cc command_line->AppendSwitch(switches::kEnableNaCl); command_line 203 chrome/browser/devtools/devtools_sanity_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 204 chrome/browser/devtools/devtools_sanity_browsertest.cc command_line->AppendSwitch( command_line 318 chrome/browser/devtools/devtools_sanity_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {} command_line 417 chrome/browser/devtools/devtools_sanity_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 418 chrome/browser/devtools/devtools_sanity_browsertest.cc command_line->AppendSwitch( command_line 962 chrome/browser/devtools/devtools_sanity_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 963 chrome/browser/devtools/devtools_sanity_browsertest.cc ExtensionApiTest::SetUpCommandLine(command_line); command_line 964 chrome/browser/devtools/devtools_sanity_browsertest.cc command_line->AppendSwitchASCII(switches::kRemoteDebuggingPort, "9222"); command_line 61 chrome/browser/diagnostics/diagnostics_controller.cc int DiagnosticsController::Run(const CommandLine& command_line, command_line 65 chrome/browser/diagnostics/diagnostics_controller.cc model_.reset(MakeDiagnosticsModel(command_line)); command_line 73 chrome/browser/diagnostics/diagnostics_controller.cc int DiagnosticsController::RunRecovery(const CommandLine& command_line, command_line 78 chrome/browser/diagnostics/diagnostics_controller.cc if (command_line.HasSwitch(chromeos::switches::kLoginUser)) { command_line 26 chrome/browser/diagnostics/diagnostics_controller.h int Run(const base::CommandLine& command_line, DiagnosticsWriter* writer); command_line 30 chrome/browser/diagnostics/diagnostics_controller.h int RunRecovery(const base::CommandLine& command_line, command_line 119 chrome/browser/dom_distiller/dom_distiller_viewer_source_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 120 chrome/browser/dom_distiller/dom_distiller_viewer_source_browsertest.cc command_line->AppendSwitch(switches::kEnableDomDistiller); command_line 460 chrome/browser/download/download_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 461 chrome/browser/download/download_browsertest.cc command_line->AppendSwitch(switches::kDisablePluginsDiscovery); command_line 30 chrome/browser/download/download_shelf_context_menu.cc const CommandLine& command_line = *CommandLine::ForCurrentProcess(); command_line 31 chrome/browser/download/download_shelf_context_menu.cc return command_line.HasSwitch(switches::kEnableDownloadResumption); command_line 750 chrome/browser/download/save_page_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 751 chrome/browser/download/save_page_browsertest.cc command_line->AppendSwitch(switches::kSavePageAsMHTML); command_line 708 chrome/browser/errorpage_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 709 chrome/browser/errorpage_browsertest.cc command_line->AppendSwitch(switches::kEnableOfflineAutoReload); command_line 115 chrome/browser/extensions/activity_log/activity_database_unittest.cc CommandLine command_line(CommandLine::NO_PROGRAM); command_line 29 chrome/browser/extensions/activity_log/activity_log_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 30 chrome/browser/extensions/activity_log/activity_log_browsertest.cc ExtensionBrowserTest::SetUpCommandLine(command_line); command_line 31 chrome/browser/extensions/activity_log/activity_log_browsertest.cc command_line->AppendSwitch(switches::kEnableExtensionActivityLogging); command_line 32 chrome/browser/extensions/activity_log/activity_log_browsertest.cc command_line->AppendSwitchASCII(switches::kPrerenderMode, command_line 70 chrome/browser/extensions/activity_log/activity_log_enabled_unittest.cc CommandLine command_line(CommandLine::NO_PROGRAM); command_line 124 chrome/browser/extensions/activity_log/activity_log_enabled_unittest.cc CommandLine command_line(CommandLine::NO_PROGRAM); command_line 133 chrome/browser/extensions/activity_log/activity_log_enabled_unittest.cc &command_line, base::FilePath(), false); command_line 225 chrome/browser/extensions/activity_log/activity_log_enabled_unittest.cc CommandLine command_line(CommandLine::NO_PROGRAM); command_line 236 chrome/browser/extensions/activity_log/activity_log_enabled_unittest.cc &command_line, base::FilePath(), false); command_line 61 chrome/browser/extensions/activity_log/activity_log_unittest.cc CommandLine command_line(CommandLine::NO_PROGRAM); command_line 68 chrome/browser/extensions/activity_log/activity_log_unittest.cc (&command_line, base::FilePath(), false); command_line 45 chrome/browser/extensions/activity_log/counting_policy_unittest.cc CommandLine command_line(CommandLine::NO_PROGRAM); command_line 52 chrome/browser/extensions/activity_log/counting_policy_unittest.cc (&command_line, base::FilePath(), false); command_line 44 chrome/browser/extensions/activity_log/fullstream_ui_policy_unittest.cc CommandLine command_line(CommandLine::NO_PROGRAM); command_line 53 chrome/browser/extensions/activity_log/fullstream_ui_policy_unittest.cc (&command_line, base::FilePath(), false); command_line 31 chrome/browser/extensions/api/activity_log_private/activity_log_private_apitest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 32 chrome/browser/extensions/api/activity_log_private/activity_log_private_apitest.cc ExtensionApiTest::SetUpCommandLine(command_line); command_line 34 chrome/browser/extensions/api/activity_log_private/activity_log_private_apitest.cc command_line->AppendSwitch(switches::kEnableExtensionActivityLogging); command_line 17 chrome/browser/extensions/api/automation/automation_apitest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 18 chrome/browser/extensions/api/automation/automation_apitest.cc ExtensionApiTest::SetUpCommandLine(command_line); command_line 19 chrome/browser/extensions/api/automation/automation_apitest.cc command_line->AppendSwitch(::switches::kEnableAutomationAPI); command_line 229 chrome/browser/extensions/api/braille_display_private/braille_display_private_apitest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 230 chrome/browser/extensions/api/braille_display_private/braille_display_private_apitest.cc command_line->AppendSwitch(chromeos::switches::kLoginManager); command_line 231 chrome/browser/extensions/api/braille_display_private/braille_display_private_apitest.cc command_line->AppendSwitchASCII(chromeos::switches::kLoginProfile, command_line 74 chrome/browser/extensions/api/cast_channel/cast_channel_apitest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 75 chrome/browser/extensions/api/cast_channel/cast_channel_apitest.cc ExtensionApiTest::SetUpCommandLine(command_line); command_line 76 chrome/browser/extensions/api/cast_channel/cast_channel_apitest.cc command_line->AppendSwitchASCII( command_line 36 chrome/browser/extensions/api/cast_streaming/cast_streaming_apitest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 37 chrome/browser/extensions/api/cast_streaming/cast_streaming_apitest.cc ExtensionApiTest::SetUpCommandLine(command_line); command_line 38 chrome/browser/extensions/api/cast_streaming/cast_streaming_apitest.cc command_line->AppendSwitchASCII( command_line 271 chrome/browser/extensions/api/cast_streaming/cast_streaming_apitest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 272 chrome/browser/extensions/api/cast_streaming/cast_streaming_apitest.cc command_line->AppendSwitchASCII(::switches::kWindowSize, "128,128"); command_line 273 chrome/browser/extensions/api/cast_streaming/cast_streaming_apitest.cc CastStreamingApiTest::SetUpCommandLine(command_line); command_line 335 chrome/browser/extensions/api/cast_streaming/performance_test.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 340 chrome/browser/extensions/api/cast_streaming/performance_test.cc command_line->AppendSwitch(switches::kAllowFileAccessFromFiles); command_line 343 chrome/browser/extensions/api/cast_streaming/performance_test.cc command_line->AppendSwitchASCII(switches::kWindowSize, "800,600"); command_line 345 chrome/browser/extensions/api/cast_streaming/performance_test.cc command_line->AppendSwitchASCII(switches::kWindowSize, "2000,1500"); command_line 349 chrome/browser/extensions/api/cast_streaming/performance_test.cc command_line->AppendSwitch(switches::kDisableGpu); command_line 351 chrome/browser/extensions/api/cast_streaming/performance_test.cc command_line->AppendSwitch(switches::kForceCompositingMode); command_line 355 chrome/browser/extensions/api/cast_streaming/performance_test.cc command_line->AppendSwitch(switches::kDisableGpuVsync); command_line 357 chrome/browser/extensions/api/cast_streaming/performance_test.cc command_line->AppendSwitchASCII( command_line 360 chrome/browser/extensions/api/cast_streaming/performance_test.cc ExtensionApiTest::SetUpCommandLine(command_line); command_line 26 chrome/browser/extensions/api/cloud_print_private/cloud_print_private_apitest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 27 chrome/browser/extensions/api/cloud_print_private/cloud_print_private_apitest.cc ExtensionApiTest::SetUpCommandLine(command_line); command_line 28 chrome/browser/extensions/api/cloud_print_private/cloud_print_private_apitest.cc command_line->AppendSwitchASCII(switches::kCloudPrintServiceURL, command_line 15 chrome/browser/extensions/api/command_line_private/command_line_private_apitest.cc virtual void SetUpCommandLine(base::CommandLine* command_line) OVERRIDE { command_line 16 chrome/browser/extensions/api/command_line_private/command_line_private_apitest.cc ExtensionApiTest::SetUpCommandLine(command_line); command_line 17 chrome/browser/extensions/api/command_line_private/command_line_private_apitest.cc command_line->AppendSwitch(kTestCommandLineSwitch); command_line 36 chrome/browser/extensions/api/content_settings/content_settings_apitest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 37 chrome/browser/extensions/api/content_settings/content_settings_apitest.cc ExtensionApiTest::SetUpCommandLine(command_line); command_line 38 chrome/browser/extensions/api/content_settings/content_settings_apitest.cc command_line->AppendSwitch(switches::kDisablePluginsDiscovery); command_line 11 chrome/browser/extensions/api/debugger/debugger_extension_apitest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 12 chrome/browser/extensions/api/debugger/debugger_extension_apitest.cc ExtensionApiTest::SetUpCommandLine(command_line); command_line 13 chrome/browser/extensions/api/debugger/debugger_extension_apitest.cc command_line->AppendSwitch(switches::kSilentDebuggerExtensionAPI); command_line 27 chrome/browser/extensions/api/dial/dial_apitest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 28 chrome/browser/extensions/api/dial/dial_apitest.cc ExtensionApiTest::SetUpCommandLine(command_line); command_line 29 chrome/browser/extensions/api/dial/dial_apitest.cc command_line->AppendSwitchASCII( command_line 28 chrome/browser/extensions/api/dns/dns_apitest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 29 chrome/browser/extensions/api/dns/dns_apitest.cc ExtensionApiTest::SetUpCommandLine(command_line); command_line 30 chrome/browser/extensions/api/dns/dns_apitest.cc command_line->AppendSwitch( command_line 43 chrome/browser/extensions/api/feedback_private/feedback_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 44 chrome/browser/extensions/api/feedback_private/feedback_browsertest.cc command_line->AppendSwitch(::switches::kEnableUserMediaScreenCapturing); command_line 45 chrome/browser/extensions/api/feedback_private/feedback_browsertest.cc InProcessBrowserTest::SetUpCommandLine(command_line); command_line 66 chrome/browser/extensions/api/file_system/file_system_apitest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 67 chrome/browser/extensions/api/file_system/file_system_apitest.cc PlatformAppBrowserTest::SetUpCommandLine(command_line); command_line 62 chrome/browser/extensions/api/gcm/gcm_apitest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE; command_line 75 chrome/browser/extensions/api/gcm/gcm_apitest.cc void GcmApiTest::SetUpCommandLine(CommandLine* command_line) { command_line 80 chrome/browser/extensions/api/gcm/gcm_apitest.cc command_line->AppendSwitch(switches::kDisableSync); command_line 82 chrome/browser/extensions/api/gcm/gcm_apitest.cc ExtensionApiTest::SetUpCommandLine(command_line); command_line 1172 chrome/browser/extensions/api/identity/identity_apitest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 1174 chrome/browser/extensions/api/identity/identity_apitest.cc command_line->AppendSwitch(switches::kDisableBackgroundNetworking); command_line 46 chrome/browser/extensions/api/management/management_apitest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 47 chrome/browser/extensions/api/management/management_apitest.cc ExtensionApiTest::SetUpCommandLine(command_line); command_line 48 chrome/browser/extensions/api/management/management_apitest.cc command_line->AppendSwitch(switches::kEnablePanels); command_line 44 chrome/browser/extensions/api/mdns/mdns_apitest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 45 chrome/browser/extensions/api/mdns/mdns_apitest.cc ExtensionApiTest::SetUpCommandLine(command_line); command_line 46 chrome/browser/extensions/api/mdns/mdns_apitest.cc command_line->AppendSwitchASCII( command_line 83 chrome/browser/extensions/api/media_galleries_private/media_galleries_watch_apitest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 84 chrome/browser/extensions/api/media_galleries_private/media_galleries_watch_apitest.cc ExtensionApiTest::SetUpCommandLine(command_line); command_line 85 chrome/browser/extensions/api/media_galleries_private/media_galleries_watch_apitest.cc command_line->AppendSwitchASCII( command_line 175 chrome/browser/extensions/api/messaging/native_process_launcher.cc CommandLine command_line(host_path); command_line 176 chrome/browser/extensions/api/messaging/native_process_launcher.cc command_line.AppendArg(origin.spec()); command_line 181 chrome/browser/extensions/api/messaging/native_process_launcher.cc command_line.AppendSwitchASCII(kParentWindowSwitchName, command_line 189 chrome/browser/extensions/api/messaging/native_process_launcher.cc command_line, &process_handle, &read_file, &write_file)) { command_line 70 chrome/browser/extensions/api/messaging/native_process_launcher.h static bool LaunchNativeProcess(const base::CommandLine& command_line, command_line 51 chrome/browser/extensions/api/messaging/native_process_launcher_posix.cc const CommandLine& command_line, command_line 77 chrome/browser/extensions/api/messaging/native_process_launcher_posix.cc if (!base::LaunchProcess(command_line, options, process_handle)) { command_line 91 chrome/browser/extensions/api/messaging/native_process_launcher_win.cc const CommandLine& command_line, command_line 102 chrome/browser/extensions/api/messaging/native_process_launcher_win.cc if (!command_line.GetProgram().IsAbsolute()) { command_line 145 chrome/browser/extensions/api/messaging/native_process_launcher_win.cc base::string16 command_line_string = command_line.GetCommandLineString(); command_line 157 chrome/browser/extensions/api/messaging/native_process_launcher_win.cc << command_line.GetProgram().MaybeAsASCII(); command_line 168 chrome/browser/extensions/api/messaging/native_process_launcher_win.cc << command_line.GetProgram().MaybeAsASCII(); command_line 122 chrome/browser/extensions/api/networking_private/networking_private_apitest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 123 chrome/browser/extensions/api/networking_private/networking_private_apitest.cc ExtensionApiTest::SetUpCommandLine(command_line); command_line 125 chrome/browser/extensions/api/networking_private/networking_private_apitest.cc command_line->AppendSwitchASCII( command_line 132 chrome/browser/extensions/api/networking_private/networking_private_apitest.cc command_line->GetSwitchValueNative(chromeos::switches::kLoginUser); command_line 135 chrome/browser/extensions/api/networking_private/networking_private_apitest.cc command_line->AppendSwitchASCII(chromeos::switches::kLoginProfile, command_line 138 chrome/browser/extensions/api/networking_private/networking_private_apitest.cc command_line->AppendSwitch(::switches::kMultiProfiles); command_line 266 chrome/browser/extensions/api/networking_private/networking_private_apitest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 267 chrome/browser/extensions/api/networking_private/networking_private_apitest.cc ExtensionApiTest::SetUpCommandLine(command_line); command_line 269 chrome/browser/extensions/api/networking_private/networking_private_apitest.cc command_line->AppendSwitchASCII( command_line 17 chrome/browser/extensions/api/page_capture/page_capture_apitest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 18 chrome/browser/extensions/api/page_capture/page_capture_apitest.cc ExtensionApiTest::SetUpCommandLine(command_line); command_line 19 chrome/browser/extensions/api/page_capture/page_capture_apitest.cc command_line->AppendSwitchASCII(switches::kJavaScriptFlags, "--expose-gc"); command_line 27 chrome/browser/extensions/api/permissions/permissions_apitest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 28 chrome/browser/extensions/api/permissions/permissions_apitest.cc ExtensionApiTest::SetUpCommandLine(command_line); command_line 29 chrome/browser/extensions/api/permissions/permissions_apitest.cc command_line->AppendSwitch(switches::kEnableExperimentalExtensionApis); command_line 64 chrome/browser/extensions/api/push_messaging/push_messaging_apitest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 65 chrome/browser/extensions/api/push_messaging/push_messaging_apitest.cc ExtensionApiTest::SetUpCommandLine(command_line); command_line 43 chrome/browser/extensions/api/push_messaging/push_messaging_canary_test.cc CommandLine* command_line = CommandLine::ForCurrentProcess(); command_line 45 chrome/browser/extensions/api/push_messaging/push_messaging_canary_test.cc ASSERT_TRUE(command_line->HasSwitch(kPasswordFileForTest)); command_line 47 chrome/browser/extensions/api/push_messaging/push_messaging_canary_test.cc command_line->GetSwitchValuePath(kPasswordFileForTest); command_line 59 chrome/browser/extensions/api/push_messaging/push_messaging_canary_test.cc command_line->GetSwitchValuePath(kOverrideUserDataDir); command_line 61 chrome/browser/extensions/api/push_messaging/push_messaging_canary_test.cc command_line->AppendSwitchPath(switches::kUserDataDir, command_line 69 chrome/browser/extensions/api/socket/socket_apitest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 70 chrome/browser/extensions/api/socket/socket_apitest.cc SocketApiTest::SetUpCommandLine(command_line); command_line 75 chrome/browser/extensions/api/socket/socket_apitest.cc command_line->AppendSwitch("enable-pepper-testing"); command_line 94 chrome/browser/extensions/api/socket/socket_apitest.cc params.command_line = *CommandLine::ForCurrentProcess(); command_line 19 chrome/browser/extensions/api/system_indicator/system_indicator_apitest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 20 chrome/browser/extensions/api/system_indicator/system_indicator_apitest.cc ExtensionApiTest::SetUpCommandLine(command_line); command_line 23 chrome/browser/extensions/api/system_indicator/system_indicator_apitest.cc command_line->AppendSwitchASCII( command_line 25 chrome/browser/extensions/api/system_indicator/system_indicator_apitest.cc command_line->AppendSwitchASCII( command_line 108 chrome/browser/extensions/api/tab_capture/tab_capture_performancetest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 110 chrome/browser/extensions/api/tab_capture/tab_capture_performancetest.cc command_line->AppendSwitchASCII(switches::kTabCaptureUpscaleQuality, command_line 112 chrome/browser/extensions/api/tab_capture/tab_capture_performancetest.cc command_line->AppendSwitchASCII(switches::kTabCaptureDownscaleQuality, command_line 120 chrome/browser/extensions/api/tab_capture/tab_capture_performancetest.cc command_line->AppendSwitch(switches::kAllowFileAccessFromFiles); command_line 123 chrome/browser/extensions/api/tab_capture/tab_capture_performancetest.cc command_line->AppendSwitchASCII(switches::kWindowSize, "800,600"); command_line 125 chrome/browser/extensions/api/tab_capture/tab_capture_performancetest.cc command_line->AppendSwitchASCII(switches::kWindowSize, "2000,1500"); command_line 129 chrome/browser/extensions/api/tab_capture/tab_capture_performancetest.cc command_line->AppendSwitch(switches::kDisableGpu); command_line 131 chrome/browser/extensions/api/tab_capture/tab_capture_performancetest.cc command_line->AppendSwitch(switches::kForceCompositingMode); command_line 135 chrome/browser/extensions/api/tab_capture/tab_capture_performancetest.cc command_line->AppendSwitch(switches::kDisableGpuVsync); command_line 137 chrome/browser/extensions/api/tab_capture/tab_capture_performancetest.cc command_line->AppendSwitchASCII( command_line 140 chrome/browser/extensions/api/tab_capture/tab_capture_performancetest.cc ExtensionApiTest::SetUpCommandLine(command_line); command_line 10 chrome/browser/extensions/api/terminal/terminal_private_apitest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 11 chrome/browser/extensions/api/terminal/terminal_private_apitest.cc ExtensionApiTest::SetUpCommandLine(command_line); command_line 12 chrome/browser/extensions/api/terminal/terminal_private_apitest.cc command_line->AppendSwitchASCII( command_line 94 chrome/browser/extensions/api/webstore_private/webstore_private_apitest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 95 chrome/browser/extensions/api/webstore_private/webstore_private_apitest.cc ExtensionApiTest::SetUpCommandLine(command_line); command_line 96 chrome/browser/extensions/api/webstore_private/webstore_private_apitest.cc command_line->AppendSwitchASCII( command_line 99 chrome/browser/extensions/api/webstore_private/webstore_private_apitest.cc command_line->AppendSwitchASCII( command_line 41 chrome/browser/extensions/app_background_page_apitest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 42 chrome/browser/extensions/app_background_page_apitest.cc ExtensionApiTest::SetUpCommandLine(command_line); command_line 43 chrome/browser/extensions/app_background_page_apitest.cc command_line->AppendSwitch(switches::kDisablePopupBlocking); command_line 44 chrome/browser/extensions/app_background_page_apitest.cc command_line->AppendSwitch(extensions::switches::kAllowHTTPBackgroundPage); command_line 128 chrome/browser/extensions/app_background_page_apitest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 129 chrome/browser/extensions/app_background_page_apitest.cc AppBackgroundPageApiTest::SetUpCommandLine(command_line); command_line 133 chrome/browser/extensions/app_background_page_apitest.cc command_line->AppendSwitchASCII( command_line 135 chrome/browser/extensions/app_background_page_apitest.cc command_line->AppendSwitchASCII( command_line 59 chrome/browser/extensions/app_process_apitest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 60 chrome/browser/extensions/app_process_apitest.cc ExtensionApiTest::SetUpCommandLine(command_line); command_line 136 chrome/browser/extensions/app_process_apitest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 137 chrome/browser/extensions/app_process_apitest.cc ExtensionApiTest::SetUpCommandLine(command_line); command_line 13 chrome/browser/extensions/background_app_browsertest.cc TestBackgroundModeManager(CommandLine* command_line, command_line 15 chrome/browser/extensions/background_app_browsertest.cc : BackgroundModeManager(command_line, profile_cache), command_line 90 chrome/browser/extensions/chrome_app_api_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 91 chrome/browser/extensions/chrome_app_api_browsertest.cc ExtensionBrowserTest::SetUpCommandLine(command_line); command_line 92 chrome/browser/extensions/chrome_app_api_browsertest.cc command_line->AppendSwitchASCII(switches::kAppsCheckoutURL, command_line 61 chrome/browser/extensions/chrome_extensions_browser_client.cc const CommandLine& command_line, command_line 64 chrome/browser/extensions/chrome_extensions_browser_client.cc return command_line.HasSwitch(switches::kDisableExtensions) || command_line 41 chrome/browser/extensions/chrome_extensions_browser_client.h virtual bool AreExtensionsDisabled(const base::CommandLine& command_line, command_line 277 chrome/browser/extensions/component_loader.cc const CommandLine* command_line = CommandLine::ForCurrentProcess(); command_line 278 chrome/browser/extensions/component_loader.cc if (command_line->HasSwitch(switches::kFileManagerExtensionPath)) { command_line 280 chrome/browser/extensions/component_loader.cc command_line->GetSwitchValuePath(switches::kFileManagerExtensionPath)); command_line 312 chrome/browser/extensions/component_loader.cc const CommandLine* command_line = CommandLine::ForCurrentProcess(); command_line 313 chrome/browser/extensions/component_loader.cc if (command_line->HasSwitch(switches::kImageLoaderExtensionPath)) { command_line 315 chrome/browser/extensions/component_loader.cc command_line->GetSwitchValuePath(switches::kImageLoaderExtensionPath)); command_line 332 chrome/browser/extensions/component_loader.cc const CommandLine* command_line = CommandLine::ForCurrentProcess(); command_line 333 chrome/browser/extensions/component_loader.cc int idr = command_line->HasSwitch(chromeos::switches::kGuestSession) ? command_line 339 chrome/browser/extensions/component_loader.cc const CommandLine* command_line = CommandLine::ForCurrentProcess(); command_line 340 chrome/browser/extensions/component_loader.cc int idr = command_line->HasSwitch(chromeos::switches::kGuestSession) ? command_line 409 chrome/browser/extensions/component_loader.cc const CommandLine* command_line = CommandLine::ForCurrentProcess(); command_line 410 chrome/browser/extensions/component_loader.cc if (!command_line->HasSwitch(chromeos::switches::kGuestSession)) command_line 452 chrome/browser/extensions/component_loader.cc const CommandLine* command_line = CommandLine::ForCurrentProcess(); command_line 457 chrome/browser/extensions/component_loader.cc (command_line->HasSwitch(switches::kTestType) || command_line 458 chrome/browser/extensions/component_loader.cc command_line->HasSwitch( command_line 465 chrome/browser/extensions/component_loader.cc if (!command_line->HasSwitch(chromeos::switches::kDisableGeniusApp)) { command_line 499 chrome/browser/extensions/component_loader.cc if (!command_line->HasSwitch( command_line 509 chrome/browser/extensions/component_loader.cc if (command_line->HasSwitch(chromeos::switches::kEchoExtensionPath)) { command_line 510 chrome/browser/extensions/component_loader.cc echo_extension_path = command_line->GetSwitchValuePath( command_line 515 chrome/browser/extensions/component_loader.cc if (!command_line->HasSwitch(chromeos::switches::kGuestSession)) { command_line 520 chrome/browser/extensions/component_loader.cc if (!command_line->HasSwitch(chromeos::switches::kDisableFirstRunUI)) { command_line 568 chrome/browser/extensions/component_loader.cc if (command_line->HasSwitch(switches::kEnableEasyUnlock)) { command_line 569 chrome/browser/extensions/component_loader.cc if (command_line->HasSwitch(switches::kEasyUnlockAppPath)) { command_line 571 chrome/browser/extensions/component_loader.cc command_line->GetSwitchValuePath(switches::kEasyUnlockAppPath)); command_line 605 chrome/browser/extensions/component_loader.cc const CommandLine* command_line = CommandLine::ForCurrentProcess(); command_line 606 chrome/browser/extensions/component_loader.cc if (command_line->HasSwitch(chromeos::switches::kGuestSession)) { command_line 235 chrome/browser/extensions/crx_installer_browsertest.cc CommandLine* command_line = CommandLine::ForCurrentProcess(); command_line 236 chrome/browser/extensions/crx_installer_browsertest.cc CommandLine old_command_line = *command_line; command_line 237 chrome/browser/extensions/crx_installer_browsertest.cc command_line->AppendSwitch(switches::kEnableExperimentalExtensionApis); command_line 138 chrome/browser/extensions/extension_action_icon_factory_unittest.cc CommandLine command_line(CommandLine::NO_PROGRAM); command_line 141 chrome/browser/extensions/extension_action_icon_factory_unittest.cc CreateExtensionService(&command_line, base::FilePath(), false); command_line 380 chrome/browser/extensions/extension_apitest.cc params.command_line = *CommandLine::ForCurrentProcess(); command_line 481 chrome/browser/extensions/extension_apitest.cc void ExtensionApiTest::SetUpCommandLine(CommandLine* command_line) { command_line 482 chrome/browser/extensions/extension_apitest.cc ExtensionBrowserTest::SetUpCommandLine(command_line); command_line 191 chrome/browser/extensions/extension_apitest.h virtual void SetUpCommandLine(base::CommandLine* command_line) OVERRIDE; command_line 105 chrome/browser/extensions/extension_browsertest.cc void ExtensionBrowserTest::SetUpCommandLine(CommandLine* command_line) { command_line 115 chrome/browser/extensions/extension_browsertest.cc command_line->AppendSwitchASCII(chromeos::switches::kLoginUser, command_line 117 chrome/browser/extensions/extension_browsertest.cc command_line->AppendSwitchASCII(chromeos::switches::kLoginProfile, "user"); command_line 78 chrome/browser/extensions/extension_browsertest.h virtual void SetUpCommandLine(base::CommandLine* command_line) OVERRIDE; command_line 549 chrome/browser/extensions/extension_context_menu_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 550 chrome/browser/extensions/extension_context_menu_browsertest.cc ExtensionContextMenuBrowserTest::SetUpCommandLine(command_line); command_line 552 chrome/browser/extensions/extension_context_menu_browsertest.cc command_line->AppendSwitchASCII( command_line 554 chrome/browser/extensions/extension_context_menu_browsertest.cc command_line->AppendSwitchASCII( command_line 34 chrome/browser/extensions/extension_disabled_ui_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 35 chrome/browser/extensions/extension_disabled_ui_browsertest.cc ExtensionBrowserTest::SetUpCommandLine(command_line); command_line 36 chrome/browser/extensions/extension_disabled_ui_browsertest.cc command_line->AppendSwitchASCII(switches::kAppsGalleryUpdateURL, command_line 20 chrome/browser/extensions/extension_icon_source_apitest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 21 chrome/browser/extensions/extension_icon_source_apitest.cc ExtensionApiTest::SetUpCommandLine(command_line); command_line 22 chrome/browser/extensions/extension_icon_source_apitest.cc command_line->AppendSwitch( command_line 127 chrome/browser/extensions/extension_messages_apitest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 128 chrome/browser/extensions/extension_messages_apitest.cc ExtensionApiTest::SetUpCommandLine(command_line); command_line 129 chrome/browser/extensions/extension_messages_apitest.cc command_line->AppendSwitch(switches::kEnablePanels); command_line 20 chrome/browser/extensions/extension_resource_request_policy_apitest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 21 chrome/browser/extensions/extension_resource_request_policy_apitest.cc ExtensionApiTest::SetUpCommandLine(command_line); command_line 22 chrome/browser/extensions/extension_resource_request_policy_apitest.cc command_line->AppendSwitch( command_line 308 chrome/browser/extensions/extension_service.cc const CommandLine* command_line, command_line 338 chrome/browser/extensions/extension_service.cc *command_line, profile)) command_line 362 chrome/browser/extensions/extension_service.cc if (command_line->HasSwitch(switches::kExtensionsUpdateFrequency)) { command_line 363 chrome/browser/extensions/extension_service.cc base::StringToInt(command_line->GetSwitchValueASCII( command_line 147 chrome/browser/extensions/extension_service.h const base::CommandLine* command_line, command_line 5177 chrome/browser/extensions/extension_service_unittest.cc scoped_ptr<CommandLine> command_line; command_line 5182 chrome/browser/extensions/extension_service_unittest.cc command_line.reset(new CommandLine(CommandLine::NO_PROGRAM)); command_line 5186 chrome/browser/extensions/extension_service_unittest.cc command_line.get(), command_line 5200 chrome/browser/extensions/extension_service_unittest.cc command_line->AppendSwitch(switches::kDisableExtensions); command_line 5204 chrome/browser/extensions/extension_service_unittest.cc command_line.get(), command_line 5218 chrome/browser/extensions/extension_service_unittest.cc command_line.get(), command_line 5229 chrome/browser/extensions/extension_service_unittest.cc command_line.reset(new CommandLine(CommandLine::NO_PROGRAM)); command_line 5233 chrome/browser/extensions/extension_service_unittest.cc command_line.get(), command_line 53 chrome/browser/extensions/extension_startup_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 58 chrome/browser/extensions/extension_startup_browsertest.cc command_line->AppendSwitchASCII( command_line 71 chrome/browser/extensions/extension_startup_browsertest.cc command_line->AppendSwitchNative(switches::kLoadExtension, command_line 73 chrome/browser/extensions/extension_startup_browsertest.cc command_line->AppendSwitch(switches::kDisableExtensionsFileAccessCheck); command_line 141 chrome/browser/extensions/extension_system_impl.cc const CommandLine* command_line = CommandLine::ForCurrentProcess(); command_line 145 chrome/browser/extensions/extension_system_impl.cc bool allow_noisy_errors = !command_line->HasSwitch(switches::kNoErrorDialogs); command_line 194 chrome/browser/extensions/extension_system_impl.cc if (command_line->HasSwitch(switches::kLoadComponentExtension)) { command_line 195 chrome/browser/extensions/extension_system_impl.cc CommandLine::StringType path_list = command_line->GetSwitchValueNative( command_line 226 chrome/browser/extensions/extension_system_impl.cc if (command_line->HasSwitch(switches::kLoadExtension)) { command_line 227 chrome/browser/extensions/extension_system_impl.cc CommandLine::StringType path_list = command_line->GetSwitchValueNative( command_line 51 chrome/browser/extensions/extension_tabs_apitest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 52 chrome/browser/extensions/extension_tabs_apitest.cc ExtensionApiTest::SetUpCommandLine(command_line); command_line 55 chrome/browser/extensions/extension_tabs_apitest.cc command_line->AppendSwitchASCII( command_line 172 chrome/browser/extensions/extension_tabs_apitest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 173 chrome/browser/extensions/extension_tabs_apitest.cc ExtensionApiTest::SetUpCommandLine(command_line); command_line 130 chrome/browser/extensions/isolated_app_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 131 chrome/browser/extensions/isolated_app_browsertest.cc ExtensionBrowserTest::SetUpCommandLine(command_line); command_line 132 chrome/browser/extensions/isolated_app_browsertest.cc command_line->AppendSwitch( command_line 84 chrome/browser/extensions/lazy_background_page_apitest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 85 chrome/browser/extensions/lazy_background_page_apitest.cc ExtensionApiTest::SetUpCommandLine(command_line); command_line 87 chrome/browser/extensions/lazy_background_page_apitest.cc command_line->AppendSwitchASCII( command_line 89 chrome/browser/extensions/lazy_background_page_apitest.cc command_line->AppendSwitchASCII( command_line 20 chrome/browser/extensions/notifications_apitest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 21 chrome/browser/extensions/notifications_apitest.cc ExtensionApiTest::SetUpCommandLine(command_line); command_line 23 chrome/browser/extensions/notifications_apitest.cc command_line->AppendSwitchASCII( command_line 25 chrome/browser/extensions/notifications_apitest.cc command_line->AppendSwitchASCII( command_line 35 chrome/browser/extensions/pack_extension_unittest.cc CommandLine command_line(CommandLine::NO_PROGRAM); command_line 36 chrome/browser/extensions/pack_extension_unittest.cc command_line.AppendSwitchPath(switches::kPackExtension, command_line 38 chrome/browser/extensions/pack_extension_unittest.cc return startup_helper_.PackExtension(command_line); command_line 42 chrome/browser/extensions/page_action_controller_unittest.cc CommandLine command_line(CommandLine::NO_PROGRAM); command_line 47 chrome/browser/extensions/page_action_controller_unittest.cc &command_line, base::FilePath(), false); command_line 33 chrome/browser/extensions/process_management_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 34 chrome/browser/extensions/process_management_browsertest.cc ExtensionBrowserTest::SetUpCommandLine(command_line); command_line 35 chrome/browser/extensions/process_management_browsertest.cc command_line->AppendSwitch( command_line 47 chrome/browser/extensions/signin/gaia_auth_extension_loader.cc const CommandLine* command_line = CommandLine::ForCurrentProcess(); command_line 48 chrome/browser/extensions/signin/gaia_auth_extension_loader.cc if (command_line->HasSwitch(switches::kAuthExtensionPath)) { command_line 50 chrome/browser/extensions/signin/gaia_auth_extension_loader.cc command_line->GetSwitchValuePath(switches::kAuthExtensionPath); command_line 56 chrome/browser/extensions/signin/gaia_auth_extension_loader.cc if (command_line->HasSwitch(chromeos::switches::kGAIAAuthExtensionManifest)) { command_line 57 chrome/browser/extensions/signin/gaia_auth_extension_loader.cc const base::FilePath manifest_path = command_line->GetSwitchValuePath( command_line 71 chrome/browser/extensions/signin/gaia_auth_extension_loader.cc } else if (!command_line->HasSwitch(chromeos::switches::kDisableSamlSignin)) { command_line 20 chrome/browser/extensions/startup_helper_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 21 chrome/browser/extensions/startup_helper_browsertest.cc command_line->AppendSwitch(switches::kNoStartupWindow); command_line 46 chrome/browser/extensions/startup_helper_browsertest.cc CommandLine command_line(CommandLine::NO_PROGRAM); command_line 48 chrome/browser/extensions/startup_helper_browsertest.cc command_line.AppendSwitchPath(switches::kValidateCrx, path); command_line 52 chrome/browser/extensions/startup_helper_browsertest.cc bool result = helper.ValidateCrx(command_line, &error); command_line 61 chrome/browser/extensions/test_extension_system.cc const CommandLine* command_line, command_line 64 chrome/browser/extensions/test_extension_system.cc command_line && command_line->HasSwitch(switches::kDisableExtensions); command_line 85 chrome/browser/extensions/test_extension_system.cc const CommandLine* command_line, command_line 89 chrome/browser/extensions/test_extension_system.cc CreateExtensionPrefs(command_line, install_directory); command_line 106 chrome/browser/extensions/test_extension_system.cc command_line, command_line 41 chrome/browser/extensions/test_extension_system.h ExtensionPrefs* CreateExtensionPrefs(const base::CommandLine* command_line, command_line 47 chrome/browser/extensions/test_extension_system.h const base::CommandLine* command_line, command_line 53 chrome/browser/extensions/webstore_installer_test.cc void WebstoreInstallerTest::SetUpCommandLine(CommandLine* command_line) { command_line 62 chrome/browser/extensions/webstore_installer_test.cc command_line->AppendSwitchASCII( command_line 71 chrome/browser/extensions/webstore_installer_test.cc command_line->AppendSwitchASCII(switches::kJavaScriptFlags, "--expose-gc"); command_line 26 chrome/browser/extensions/webstore_installer_test.h virtual void SetUpCommandLine(base::CommandLine* command_line) OVERRIDE; command_line 179 chrome/browser/extensions/webstore_startup_installer_browsertest.cc virtual void SetUpCommandLine(base::CommandLine* command_line) OVERRIDE { command_line 180 chrome/browser/extensions/webstore_startup_installer_browsertest.cc WebstoreStartupInstallerTest::SetUpCommandLine(command_line); command_line 181 chrome/browser/extensions/webstore_startup_installer_browsertest.cc command_line->AppendSwitchASCII(switches::kManagedUserId, "asdf"); command_line 214 chrome/browser/extensions/webstore_startup_installer_browsertest.cc virtual void SetUpCommandLine(base::CommandLine* command_line) OVERRIDE { command_line 215 chrome/browser/extensions/webstore_startup_installer_browsertest.cc WebstoreStartupInstallerTest::SetUpCommandLine(command_line); command_line 286 chrome/browser/extensions/webstore_startup_installer_browsertest.cc base::CommandLine* command_line = base::CommandLine::ForCurrentProcess(); command_line 287 chrome/browser/extensions/webstore_startup_installer_browsertest.cc command_line->AppendSwitchASCII( command_line 289 chrome/browser/extensions/webstore_startup_installer_browsertest.cc command_line->AppendSwitchASCII( command_line 292 chrome/browser/extensions/webstore_startup_installer_browsertest.cc EXPECT_TRUE(helper.InstallFromWebstore(*command_line, browser()->profile())); command_line 298 chrome/browser/extensions/webstore_startup_installer_browsertest.cc base::CommandLine* command_line = base::CommandLine::ForCurrentProcess(); command_line 299 chrome/browser/extensions/webstore_startup_installer_browsertest.cc command_line->AppendSwitchASCII( command_line 301 chrome/browser/extensions/webstore_startup_installer_browsertest.cc command_line->AppendSwitchASCII( command_line 304 chrome/browser/extensions/webstore_startup_installer_browsertest.cc EXPECT_FALSE(helper.InstallFromWebstore(*command_line, browser()->profile())); command_line 327 chrome/browser/extensions/webstore_startup_installer_browsertest.cc base::CommandLine* command_line = base::CommandLine::ForCurrentProcess(); command_line 328 chrome/browser/extensions/webstore_startup_installer_browsertest.cc command_line->AppendSwitchASCII( command_line 330 chrome/browser/extensions/webstore_startup_installer_browsertest.cc helper.LimitedInstallFromWebstore(*command_line, browser()->profile(), command_line 233 chrome/browser/extensions/window_open_apitest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 234 chrome/browser/extensions/window_open_apitest.cc ExtensionApiTest::SetUpCommandLine(command_line); command_line 246 chrome/browser/extensions/window_open_apitest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 247 chrome/browser/extensions/window_open_apitest.cc ExtensionApiTest::SetUpCommandLine(command_line); command_line 248 chrome/browser/extensions/window_open_apitest.cc command_line->AppendSwitch(switches::kEnablePanels); command_line 10 chrome/browser/extensions/window_open_interactive_apitest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 11 chrome/browser/extensions/window_open_interactive_apitest.cc ExtensionApiTest::SetUpCommandLine(command_line); command_line 12 chrome/browser/extensions/window_open_interactive_apitest.cc command_line->AppendSwitch(switches::kEnablePanels); command_line 37 chrome/browser/external_extension_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 43 chrome/browser/external_extension_browsertest.cc command_line->AppendSwitchASCII(switches::kHostRules, host_rule); command_line 46 chrome/browser/external_extension_browsertest.cc command_line->AppendSwitch(switches::kNoProxyServer); command_line 29 chrome/browser/fast_shutdown_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 30 chrome/browser/fast_shutdown_browsertest.cc command_line->AppendSwitch(switches::kDisablePopupBlocking); command_line 586 chrome/browser/first_run/first_run.cc const CommandLine* command_line = CommandLine::ForCurrentProcess(); command_line 587 chrome/browser/first_run/first_run.cc if (command_line->HasSwitch(switches::kForceFirstRun) || command_line 588 chrome/browser/first_run/first_run.cc (!command_line->HasSwitch(switches::kNoFirstRun) && command_line 596 chrome/browser/first_run/first_run.cc bool IsFirstRunSuppressed(const CommandLine& command_line) { command_line 597 chrome/browser/first_run/first_run.cc return command_line.HasSwitch(switches::kNoFirstRun); command_line 91 chrome/browser/first_run/first_run.h bool IsFirstRunSuppressed(const base::CommandLine& command_line); command_line 104 chrome/browser/first_run/first_run_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 105 chrome/browser/first_run/first_run_browsertest.cc InProcessBrowserTest::SetUpCommandLine(command_line); command_line 106 chrome/browser/first_run/first_run_browsertest.cc command_line->AppendSwitch(switches::kForceFirstRun); command_line 249 chrome/browser/first_run/first_run_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 250 chrome/browser/first_run/first_run_browsertest.cc FirstRunMasterPrefsBrowserTestT::SetUpCommandLine(command_line); command_line 251 chrome/browser/first_run/first_run_browsertest.cc command_line->AppendSwitchASCII( command_line 29 chrome/browser/first_run/try_chrome_dialog_view_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) { command_line 30 chrome/browser/first_run/try_chrome_dialog_view_browsertest.cc command_line->AppendSwitchASCII(switches::kTryChromeAgain, "10001"); command_line 12 chrome/browser/first_run/upgrade_util.cc CommandLine* command_line; command_line 19 chrome/browser/first_run/upgrade_util.cc command_line = new_command_line; command_line 23 chrome/browser/first_run/upgrade_util.cc if (command_line) { command_line 24 chrome/browser/first_run/upgrade_util.cc if (!RelaunchChromeBrowser(*command_line)) { command_line 29 chrome/browser/first_run/upgrade_util.cc delete command_line; command_line 30 chrome/browser/first_run/upgrade_util.cc command_line = NULL; command_line 24 chrome/browser/first_run/upgrade_util.h bool RelaunchChromeBrowser(const base::CommandLine& command_line); command_line 45 chrome/browser/first_run/upgrade_util.h bool RelaunchChromeWithMode(const base::CommandLine& command_line, command_line 25 chrome/browser/first_run/upgrade_util_linux.cc bool RelaunchChromeBrowser(const CommandLine& command_line) { command_line 26 chrome/browser/first_run/upgrade_util_linux.cc return base::LaunchProcess(command_line, base::LaunchOptions(), NULL); command_line 10 chrome/browser/first_run/upgrade_util_mac.cc bool RelaunchChromeBrowser(const CommandLine& command_line) { command_line 11 chrome/browser/first_run/upgrade_util_mac.cc return mac_relauncher::RelaunchApp(command_line.argv()); command_line 115 chrome/browser/first_run/upgrade_util_win.cc bool RelaunchChromeHelper(const CommandLine& command_line, command_line 127 chrome/browser/first_run/upgrade_util_win.cc return base::LaunchProcess(command_line, base::LaunchOptions(), NULL); command_line 194 chrome/browser/first_run/upgrade_util_win.cc bool RelaunchChromeBrowser(const CommandLine& command_line) { command_line 195 chrome/browser/first_run/upgrade_util_win.cc return RelaunchChromeHelper(command_line, RELAUNCH_MODE_DEFAULT); command_line 198 chrome/browser/first_run/upgrade_util_win.cc bool RelaunchChromeWithMode(const CommandLine& command_line, command_line 200 chrome/browser/first_run/upgrade_util_win.cc return RelaunchChromeHelper(command_line, relaunch_mode); command_line 249 chrome/browser/first_run/upgrade_util_win.cc bool DoUpgradeTasks(const CommandLine& command_line) { command_line 258 chrome/browser/first_run/upgrade_util_win.cc if (!RelaunchChromeBrowser(command_line)) { command_line 24 chrome/browser/first_run/upgrade_util_win.h bool DoUpgradeTasks(const base::CommandLine& command_line); command_line 65 chrome/browser/history/history_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 66 chrome/browser/history/history_browsertest.cc command_line->AppendSwitch(switches::kEnableFileCookies); command_line 28 chrome/browser/infobars/infobars_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 29 chrome/browser/infobars/infobars_browsertest.cc command_line->AppendSwitchASCII( command_line 16 chrome/browser/invalidation/invalidation_service_util.cc const CommandLine& command_line) { command_line 19 chrome/browser/invalidation/invalidation_service_util.cc if (command_line.HasSwitch(switches::kSyncNotificationHostPort)) { command_line 22 chrome/browser/invalidation/invalidation_service_util.cc command_line.GetSwitchValueASCII( command_line 29 chrome/browser/invalidation/invalidation_service_util.cc command_line.HasSwitch(switches::kSyncTrySsltcpFirstForXmpp); command_line 34 chrome/browser/invalidation/invalidation_service_util.cc command_line.HasSwitch(switches::kSyncInvalidateXmppLogin); command_line 39 chrome/browser/invalidation/invalidation_service_util.cc command_line.HasSwitch(switches::kSyncAllowInsecureXmppConnection); command_line 18 chrome/browser/invalidation/invalidation_service_util.h const base::CommandLine& command_line); command_line 160 chrome/browser/io_thread.cc const CommandLine& command_line = *CommandLine::ForCurrentProcess(); command_line 165 chrome/browser/io_thread.cc if (command_line.HasSwitch(switches::kHostResolverParallelism)) { command_line 167 chrome/browser/io_thread.cc command_line.GetSwitchValueASCII(switches::kHostResolverParallelism); command_line 179 chrome/browser/io_thread.cc if (command_line.HasSwitch(switches::kHostResolverRetryAttempts)) { command_line 181 chrome/browser/io_thread.cc command_line.GetSwitchValueASCII(switches::kHostResolverRetryAttempts); command_line 195 chrome/browser/io_thread.cc if (command_line.HasSwitch(switches::kEnableIPv6)) { command_line 199 chrome/browser/io_thread.cc } else if (command_line.HasSwitch(switches::kDisableIPv6)) { command_line 206 chrome/browser/io_thread.cc if (!command_line.HasSwitch(switches::kHostResolverRules)) command_line 212 chrome/browser/io_thread.cc command_line.GetSwitchValueASCII(switches::kHostResolverRules)); command_line 275 chrome/browser/io_thread.cc int GetSwitchValueAsInt(const CommandLine& command_line, command_line 278 chrome/browser/io_thread.cc if (!base::StringToInt(command_line.GetSwitchValueASCII(switch_name), command_line 533 chrome/browser/io_thread.cc const CommandLine& command_line = *CommandLine::ForCurrentProcess(); command_line 552 chrome/browser/io_thread.cc if (command_line.HasSwitch(switches::kEnableClientHints)) command_line 554 chrome/browser/io_thread.cc if (command_line.HasSwitch(switches::kDisableExtensionsHttpThrottling)) command_line 583 chrome/browser/io_thread.cc if (command_line.HasSwitch(switches::kCertificateTransparencyLog)) { command_line 584 chrome/browser/io_thread.cc std::string switch_value = command_line.GetSwitchValueASCII( command_line 608 chrome/browser/io_thread.cc if (command_line.HasSwitch(switches::kCertificateTransparencyLog)) { command_line 638 chrome/browser/io_thread.cc if (command_line.HasSwitch(switches::kHostRules)) { command_line 641 chrome/browser/io_thread.cc command_line.GetSwitchValueASCII(switches::kHostRules)); command_line 644 chrome/browser/io_thread.cc if (command_line.HasSwitch(switches::kIgnoreCertificateErrors)) command_line 646 chrome/browser/io_thread.cc if (command_line.HasSwitch(switches::kTestingFixedHttpPort)) { command_line 648 chrome/browser/io_thread.cc GetSwitchValueAsInt(command_line, switches::kTestingFixedHttpPort); command_line 650 chrome/browser/io_thread.cc if (command_line.HasSwitch(switches::kTestingFixedHttpsPort)) { command_line 652 chrome/browser/io_thread.cc GetSwitchValueAsInt(command_line, switches::kTestingFixedHttpsPort); command_line 654 chrome/browser/io_thread.cc ConfigureQuic(command_line); command_line 655 chrome/browser/io_thread.cc if (command_line.HasSwitch( command_line 659 chrome/browser/io_thread.cc InitializeNetworkOptions(command_line); command_line 761 chrome/browser/io_thread.cc void IOThread::InitializeNetworkOptions(const CommandLine& command_line) { command_line 772 chrome/browser/io_thread.cc if (command_line.HasSwitch(switches::kEnableWebSocketOverSpdy)) { command_line 777 chrome/browser/io_thread.cc if (command_line.HasSwitch(switches::kTrustedSpdyProxy)) { command_line 779 chrome/browser/io_thread.cc command_line.GetSwitchValueASCII(switches::kTrustedSpdyProxy)); command_line 781 chrome/browser/io_thread.cc if (command_line.HasSwitch(switches::kIgnoreUrlFetcherCertRequests)) command_line 784 chrome/browser/io_thread.cc if (command_line.HasSwitch(switches::kUseSpdy)) { command_line 786 chrome/browser/io_thread.cc command_line.GetSwitchValueASCII(switches::kUseSpdy); command_line 788 chrome/browser/io_thread.cc } else if (command_line.HasSwitch(switches::kEnableHttp2Draft04)) { command_line 790 chrome/browser/io_thread.cc } else if (command_line.HasSwitch(switches::kEnableSpdy4a2)) { command_line 792 chrome/browser/io_thread.cc } else if (command_line.HasSwitch(switches::kDisableSpdy31)) { command_line 794 chrome/browser/io_thread.cc } else if (command_line.HasSwitch(switches::kEnableNpnHttpOnly)) { command_line 798 chrome/browser/io_thread.cc !command_line.HasSwitch(switches::kEnableWebSocketOverSpdy)) { command_line 811 chrome/browser/io_thread.cc if (command_line.HasSwitch(switches::kEnableTcpFastOpen)) command_line 1049 chrome/browser/io_thread.cc const CommandLine& command_line = *CommandLine::ForCurrentProcess(); command_line 1056 chrome/browser/io_thread.cc command_line, command_line 1078 chrome/browser/io_thread.cc void IOThread::ConfigureQuic(const CommandLine& command_line) { command_line 1085 chrome/browser/io_thread.cc bool enable_quic = ShouldEnableQuic(command_line, quic_trial_group); command_line 1089 chrome/browser/io_thread.cc ShouldEnableQuicHttps(command_line, quic_trial_group)); command_line 1091 chrome/browser/io_thread.cc ShouldEnableQuicPacing(command_line, quic_trial_group)); command_line 1093 chrome/browser/io_thread.cc ShouldEnableQuicPersistServerInfo(command_line)); command_line 1095 chrome/browser/io_thread.cc ShouldEnableQuicPortSelection(command_line)); command_line 1098 chrome/browser/io_thread.cc size_t max_packet_length = GetQuicMaxPacketLength(command_line, command_line 1104 chrome/browser/io_thread.cc net::QuicVersion version = GetQuicVersion(command_line); command_line 1111 chrome/browser/io_thread.cc if (command_line.HasSwitch(switches::kOriginToForceQuicOn)) { command_line 1114 chrome/browser/io_thread.cc command_line.GetSwitchValueASCII(switches::kOriginToForceQuicOn)); command_line 1121 chrome/browser/io_thread.cc bool IOThread::ShouldEnableQuic(const CommandLine& command_line, command_line 1123 chrome/browser/io_thread.cc if (command_line.HasSwitch(switches::kDisableQuic)) command_line 1126 chrome/browser/io_thread.cc if (command_line.HasSwitch(switches::kEnableQuic)) command_line 1133 chrome/browser/io_thread.cc bool IOThread::ShouldEnableQuicHttps(const CommandLine& command_line, command_line 1135 chrome/browser/io_thread.cc if (command_line.HasSwitch(switches::kDisableQuicHttps)) command_line 1138 chrome/browser/io_thread.cc if (command_line.HasSwitch(switches::kEnableQuicHttps)) command_line 1145 chrome/browser/io_thread.cc const CommandLine& command_line) { command_line 1146 chrome/browser/io_thread.cc if (command_line.HasSwitch(switches::kDisableQuicPortSelection)) command_line 1149 chrome/browser/io_thread.cc if (command_line.HasSwitch(switches::kEnableQuicPortSelection)) command_line 1172 chrome/browser/io_thread.cc bool IOThread::ShouldEnableQuicPacing(const CommandLine& command_line, command_line 1174 chrome/browser/io_thread.cc if (command_line.HasSwitch(switches::kEnableQuicPacing)) command_line 1177 chrome/browser/io_thread.cc if (command_line.HasSwitch(switches::kDisableQuicPacing)) command_line 1184 chrome/browser/io_thread.cc const CommandLine& command_line) { command_line 1196 chrome/browser/io_thread.cc size_t IOThread::GetQuicMaxPacketLength(const CommandLine& command_line, command_line 1198 chrome/browser/io_thread.cc if (command_line.HasSwitch(switches::kQuicMaxPacketLength)) { command_line 1201 chrome/browser/io_thread.cc command_line.GetSwitchValueASCII(switches::kQuicMaxPacketLength), command_line 1229 chrome/browser/io_thread.cc net::QuicVersion IOThread::GetQuicVersion(const CommandLine& command_line) { command_line 1230 chrome/browser/io_thread.cc if (!command_line.HasSwitch(switches::kQuicVersion)) { command_line 1235 chrome/browser/io_thread.cc command_line.GetSwitchValueASCII(switches::kQuicVersion); command_line 272 chrome/browser/io_thread.h void ConfigureQuic(const base::CommandLine& command_line); command_line 276 chrome/browser/io_thread.h bool ShouldEnableQuic(const base::CommandLine& command_line, command_line 281 chrome/browser/io_thread.h bool ShouldEnableQuicHttps(const base::CommandLine& command_line, command_line 288 chrome/browser/io_thread.h bool ShouldEnableQuicPortSelection(const base::CommandLine& command_line); command_line 292 chrome/browser/io_thread.h bool ShouldEnableQuicPacing(const base::CommandLine& command_line, command_line 297 chrome/browser/io_thread.h bool ShouldEnableQuicPersistServerInfo(const base::CommandLine& command_line); command_line 302 chrome/browser/io_thread.h size_t GetQuicMaxPacketLength(const base::CommandLine& command_line, command_line 306 chrome/browser/io_thread.h net::QuicVersion GetQuicVersion(const base::CommandLine& command_line); command_line 48 chrome/browser/jumplist_win.cc const CommandLine& command_line = *CommandLine::ForCurrentProcess(); command_line 49 chrome/browser/jumplist_win.cc shell_link->GetCommandLine()->CopySwitchesFrom(command_line, command_line 176 chrome/browser/lifetime/application_lifetime.cc const CommandLine& command_line = *CommandLine::ForCurrentProcess(); command_line 177 chrome/browser/lifetime/application_lifetime.cc if (command_line.HasSwitch(switches::kTraceShutdown)) { command_line 179 chrome/browser/lifetime/application_lifetime.cc command_line.GetSwitchValueASCII(switches::kTraceShutdown)); command_line 246 chrome/browser/lifetime/browser_close_manager_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 248 chrome/browser/lifetime/browser_close_manager_browsertest.cc command_line->AppendSwitch(switches::kEnableFastUnload); command_line 222 chrome/browser/local_discovery/privet_notifications.cc CommandLine* command_line = CommandLine::ForCurrentProcess(); command_line 223 chrome/browser/local_discovery/privet_notifications.cc return !command_line->HasSwitch(switches::kDisableDeviceDiscovery) && command_line 224 chrome/browser/local_discovery/privet_notifications.cc !command_line->HasSwitch( command_line 231 chrome/browser/local_discovery/privet_notifications.cc CommandLine* command_line = CommandLine::ForCurrentProcess(); command_line 232 chrome/browser/local_discovery/privet_notifications.cc return command_line->HasSwitch(switches::kEnableDeviceDiscoveryNotifications); command_line 72 chrome/browser/locale_tests_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 73 chrome/browser/locale_tests_browsertest.cc command_line->AppendSwitchASCII(switches::kLang, locale_.locale()); command_line 118 chrome/browser/managed_mode/managed_mode_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 122 chrome/browser/managed_mode/managed_mode_browsertest.cc command_line->AppendSwitchASCII(switches::kHostResolverRules, command_line 127 chrome/browser/managed_mode/managed_mode_browsertest.cc command_line->AppendSwitchASCII(switches::kManagedUserId, "asdf"); command_line 38 chrome/browser/managed_mode/managed_mode_resource_throttle_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE; command_line 49 chrome/browser/managed_mode/managed_mode_resource_throttle_browsertest.cc CommandLine* command_line) { command_line 50 chrome/browser/managed_mode/managed_mode_resource_throttle_browsertest.cc command_line->AppendSwitchASCII(switches::kManagedUserId, "asdf"); command_line 561 chrome/browser/managed_mode/managed_user_service.cc CommandLine* command_line = CommandLine::ForCurrentProcess(); command_line 562 chrome/browser/managed_mode/managed_user_service.cc if (command_line->HasSwitch(switches::kManagedUserSyncToken)) { command_line 564 chrome/browser/managed_mode/managed_user_service.cc command_line->GetSwitchValueASCII(switches::kManagedUserSyncToken)); command_line 32 chrome/browser/managed_mode/managed_user_service_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 33 chrome/browser/managed_mode/managed_user_service_browsertest.cc command_line->AppendSwitchASCII(switches::kManagedUserId, "asdf"); command_line 38 chrome/browser/media/chrome_media_stream_infobar_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 40 chrome/browser/media/chrome_media_stream_infobar_browsertest.cc command_line->AppendSwitch(switches::kUseFakeDeviceForMediaStream); command_line 41 chrome/browser/media/chrome_media_stream_infobar_browsertest.cc EXPECT_FALSE(command_line->HasSwitch(switches::kUseFakeUIForMediaStream)) command_line 51 chrome/browser/media/chrome_webrtc_apprtc_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 52 chrome/browser/media/chrome_webrtc_apprtc_browsertest.cc EXPECT_FALSE(command_line->HasSwitch(switches::kUseFakeUIForMediaStream)); command_line 55 chrome/browser/media/chrome_webrtc_apprtc_browsertest.cc command_line->AppendSwitch(switches::kUseGpuInTests); command_line 88 chrome/browser/media/chrome_webrtc_apprtc_browsertest.cc CommandLine command_line(CommandLine::NO_PROGRAM); command_line 89 chrome/browser/media/chrome_webrtc_apprtc_browsertest.cc EXPECT_TRUE(GetPythonCommand(&command_line)); command_line 91 chrome/browser/media/chrome_webrtc_apprtc_browsertest.cc command_line.AppendArgPath(appengine_dev_appserver); command_line 92 chrome/browser/media/chrome_webrtc_apprtc_browsertest.cc command_line.AppendArgPath(apprtc_dir); command_line 93 chrome/browser/media/chrome_webrtc_apprtc_browsertest.cc command_line.AppendArg("--port=9999"); command_line 94 chrome/browser/media/chrome_webrtc_apprtc_browsertest.cc command_line.AppendArg("--admin_port=9998"); command_line 95 chrome/browser/media/chrome_webrtc_apprtc_browsertest.cc command_line.AppendArg("--skip_sdk_update_check"); command_line 97 chrome/browser/media/chrome_webrtc_apprtc_browsertest.cc VLOG(1) << "Running " << command_line.GetCommandLineString(); command_line 98 chrome/browser/media/chrome_webrtc_apprtc_browsertest.cc return base::LaunchProcess(command_line, base::LaunchOptions(), command_line 178 chrome/browser/media/chrome_webrtc_apprtc_browsertest.cc CommandLine command_line(firefox_launcher); command_line 179 chrome/browser/media/chrome_webrtc_apprtc_browsertest.cc command_line.AppendSwitchPath("--binary", firefox_binary); command_line 180 chrome/browser/media/chrome_webrtc_apprtc_browsertest.cc command_line.AppendSwitchASCII("--webpage", url.spec()); command_line 182 chrome/browser/media/chrome_webrtc_apprtc_browsertest.cc VLOG(1) << "Running " << command_line.GetCommandLineString(); command_line 183 chrome/browser/media/chrome_webrtc_apprtc_browsertest.cc return base::LaunchProcess(command_line, base::LaunchOptions(), command_line 100 chrome/browser/media/chrome_webrtc_audio_quality_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 103 chrome/browser/media/chrome_webrtc_audio_quality_browsertest.cc EXPECT_FALSE(command_line->HasSwitch( command_line 105 chrome/browser/media/chrome_webrtc_audio_quality_browsertest.cc EXPECT_FALSE(command_line->HasSwitch( command_line 110 chrome/browser/media/chrome_webrtc_audio_quality_browsertest.cc command_line->AppendSwitch(switches::kEnableAudioTrackProcessing); command_line 169 chrome/browser/media/chrome_webrtc_audio_quality_browsertest.cc CommandLine command_line(CommandLine::NO_PROGRAM); command_line 195 chrome/browser/media/chrome_webrtc_audio_quality_browsertest.cc command_line.SetProgram( command_line 197 chrome/browser/media/chrome_webrtc_audio_quality_browsertest.cc command_line.AppendArg("/FILE"); command_line 198 chrome/browser/media/chrome_webrtc_audio_quality_browsertest.cc command_line.AppendArgPath(output_file); command_line 199 chrome/browser/media/chrome_webrtc_audio_quality_browsertest.cc command_line.AppendArg("/DURATION"); command_line 200 chrome/browser/media/chrome_webrtc_audio_quality_browsertest.cc command_line.AppendArg(duration_in_hms); command_line 203 chrome/browser/media/chrome_webrtc_audio_quality_browsertest.cc command_line.SetProgram(base::FilePath("arecord")); command_line 204 chrome/browser/media/chrome_webrtc_audio_quality_browsertest.cc command_line.AppendArg("-d"); command_line 205 chrome/browser/media/chrome_webrtc_audio_quality_browsertest.cc command_line.AppendArg(base::StringPrintf("%d", duration_sec)); command_line 206 chrome/browser/media/chrome_webrtc_audio_quality_browsertest.cc command_line.AppendArg("-f"); command_line 207 chrome/browser/media/chrome_webrtc_audio_quality_browsertest.cc command_line.AppendArg("dat"); command_line 208 chrome/browser/media/chrome_webrtc_audio_quality_browsertest.cc command_line.AppendArg("-c"); command_line 209 chrome/browser/media/chrome_webrtc_audio_quality_browsertest.cc command_line.AppendArg(base::StringPrintf("%d", num_channels)); command_line 210 chrome/browser/media/chrome_webrtc_audio_quality_browsertest.cc command_line.AppendArgPath(output_file); command_line 213 chrome/browser/media/chrome_webrtc_audio_quality_browsertest.cc VLOG(0) << "Running " << command_line.GetCommandLineString(); command_line 214 chrome/browser/media/chrome_webrtc_audio_quality_browsertest.cc return base::LaunchProcess(command_line, base::LaunchOptions(), command_line 230 chrome/browser/media/chrome_webrtc_audio_quality_browsertest.cc CommandLine command_line(GetTestDataDir().Append(kToolsPath).Append( command_line 232 chrome/browser/media/chrome_webrtc_audio_quality_browsertest.cc VLOG(0) << "Running " << command_line.GetCommandLineString(); command_line 234 chrome/browser/media/chrome_webrtc_audio_quality_browsertest.cc if (!base::GetAppOutput(command_line, &result)) { command_line 245 chrome/browser/media/chrome_webrtc_audio_quality_browsertest.cc CommandLine command_line(base::FilePath(FILE_PATH_LITERAL("pacmd"))); command_line 246 chrome/browser/media/chrome_webrtc_audio_quality_browsertest.cc command_line.AppendArg("set-source-volume"); command_line 247 chrome/browser/media/chrome_webrtc_audio_quality_browsertest.cc command_line.AppendArg(base::StringPrintf("%d", device_index)); command_line 248 chrome/browser/media/chrome_webrtc_audio_quality_browsertest.cc command_line.AppendArg(kHundredPercentVolume); command_line 249 chrome/browser/media/chrome_webrtc_audio_quality_browsertest.cc VLOG(0) << "Running " << command_line.GetCommandLineString(); command_line 250 chrome/browser/media/chrome_webrtc_audio_quality_browsertest.cc if (!base::GetAppOutput(command_line, &result)) { command_line 278 chrome/browser/media/chrome_webrtc_audio_quality_browsertest.cc CommandLine command_line(GetTestDataDir().Append(kToolsPath).Append( command_line 281 chrome/browser/media/chrome_webrtc_audio_quality_browsertest.cc CommandLine command_line(base::FilePath(FILE_PATH_LITERAL("sox"))); command_line 283 chrome/browser/media/chrome_webrtc_audio_quality_browsertest.cc command_line.AppendArgPath(input_file); command_line 284 chrome/browser/media/chrome_webrtc_audio_quality_browsertest.cc command_line.AppendArgPath(output_file); command_line 285 chrome/browser/media/chrome_webrtc_audio_quality_browsertest.cc command_line.AppendArg("silence"); command_line 286 chrome/browser/media/chrome_webrtc_audio_quality_browsertest.cc command_line.AppendArg(kAbovePeriods); command_line 287 chrome/browser/media/chrome_webrtc_audio_quality_browsertest.cc command_line.AppendArg(kDuration); command_line 288 chrome/browser/media/chrome_webrtc_audio_quality_browsertest.cc command_line.AppendArg(kTreshold); command_line 289 chrome/browser/media/chrome_webrtc_audio_quality_browsertest.cc command_line.AppendArg("reverse"); command_line 290 chrome/browser/media/chrome_webrtc_audio_quality_browsertest.cc command_line.AppendArg("silence"); command_line 291 chrome/browser/media/chrome_webrtc_audio_quality_browsertest.cc command_line.AppendArg(kAbovePeriods); command_line 292 chrome/browser/media/chrome_webrtc_audio_quality_browsertest.cc command_line.AppendArg(kDuration); command_line 293 chrome/browser/media/chrome_webrtc_audio_quality_browsertest.cc command_line.AppendArg(kTreshold); command_line 294 chrome/browser/media/chrome_webrtc_audio_quality_browsertest.cc command_line.AppendArg("reverse"); command_line 296 chrome/browser/media/chrome_webrtc_audio_quality_browsertest.cc VLOG(0) << "Running " << command_line.GetCommandLineString(); command_line 298 chrome/browser/media/chrome_webrtc_audio_quality_browsertest.cc bool ok = base::GetAppOutput(command_line, &result); command_line 338 chrome/browser/media/chrome_webrtc_audio_quality_browsertest.cc CommandLine command_line(pesq_path); command_line 339 chrome/browser/media/chrome_webrtc_audio_quality_browsertest.cc command_line.AppendArg(base::StringPrintf("+%d", sample_rate)); command_line 340 chrome/browser/media/chrome_webrtc_audio_quality_browsertest.cc command_line.AppendArgPath(reference_file); command_line 341 chrome/browser/media/chrome_webrtc_audio_quality_browsertest.cc command_line.AppendArgPath(actual_file); command_line 343 chrome/browser/media/chrome_webrtc_audio_quality_browsertest.cc VLOG(0) << "Running " << command_line.GetCommandLineString(); command_line 345 chrome/browser/media/chrome_webrtc_audio_quality_browsertest.cc if (!base::GetAppOutput(command_line, &result)) { command_line 55 chrome/browser/media/chrome_webrtc_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 57 chrome/browser/media/chrome_webrtc_browsertest.cc EXPECT_FALSE(command_line->HasSwitch(switches::kUseFakeUIForMediaStream)); command_line 63 chrome/browser/media/chrome_webrtc_browsertest.cc command_line->AppendSwitchPath(switches::kUseFileForFakeVideoCapture, command_line 65 chrome/browser/media/chrome_webrtc_browsertest.cc command_line->AppendSwitch(switches::kUseFakeDeviceForMediaStream); command_line 68 chrome/browser/media/chrome_webrtc_browsertest.cc command_line->AppendSwitchASCII(switches::kJavaScriptFlags, "--expose-gc"); command_line 72 chrome/browser/media/chrome_webrtc_browsertest.cc command_line->AppendSwitch(switches::kEnableAudioTrackProcessing); command_line 38 chrome/browser/media/chrome_webrtc_disable_encryption_flag_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 40 chrome/browser/media/chrome_webrtc_disable_encryption_flag_browsertest.cc command_line->AppendSwitch(switches::kUseFakeDeviceForMediaStream); command_line 43 chrome/browser/media/chrome_webrtc_disable_encryption_flag_browsertest.cc command_line->AppendSwitch(switches::kDisableWebRtcEncryption); command_line 113 chrome/browser/media/chrome_webrtc_video_quality_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 119 chrome/browser/media/chrome_webrtc_video_quality_browsertest.cc command_line->AppendSwitchPath(switches::kUseFileForFakeVideoCapture, command_line 121 chrome/browser/media/chrome_webrtc_video_quality_browsertest.cc command_line->AppendSwitch(switches::kUseFakeDeviceForMediaStream); command_line 124 chrome/browser/media/chrome_webrtc_video_quality_browsertest.cc command_line->AppendSwitch(switches::kUseGpuInTests); command_line 25 chrome/browser/media/chrome_webrtc_webcam_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 26 chrome/browser/media/chrome_webrtc_webcam_browsertest.cc EXPECT_FALSE(command_line->HasSwitch( command_line 28 chrome/browser/media/chrome_webrtc_webcam_browsertest.cc EXPECT_FALSE(command_line->HasSwitch( command_line 230 chrome/browser/media/encrypted_media_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 232 chrome/browser/media/encrypted_media_browsertest.cc command_line->AppendSwitch( command_line 238 chrome/browser/media/encrypted_media_browsertest.cc CommandLine* command_line) { command_line 243 chrome/browser/media/encrypted_media_browsertest.cc command_line->AppendSwitch(switches::kDisableWebSecurity); command_line 247 chrome/browser/media/encrypted_media_browsertest.cc RegisterPepperCdm(command_line, kClearKeyCdmAdapterFileName, key_system); command_line 251 chrome/browser/media/encrypted_media_browsertest.cc RegisterPepperCdm(command_line, kWidevineCdmAdapterFileName, key_system); command_line 259 chrome/browser/media/encrypted_media_browsertest.cc void RegisterPepperCdm(CommandLine* command_line, command_line 278 chrome/browser/media/encrypted_media_browsertest.cc command_line->AppendSwitchNative(switches::kRegisterPepperPlugins, command_line 322 chrome/browser/media/encrypted_media_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 323 chrome/browser/media/encrypted_media_browsertest.cc EncryptedMediaTestBase::SetUpCommandLine(command_line); command_line 324 chrome/browser/media/encrypted_media_browsertest.cc SetUpCommandLineForKeySystem(kExternalClearKeyKeySystem, command_line); command_line 332 chrome/browser/media/encrypted_media_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 333 chrome/browser/media/encrypted_media_browsertest.cc EncryptedMediaTestBase::SetUpCommandLine(command_line); command_line 334 chrome/browser/media/encrypted_media_browsertest.cc command_line->AppendSwitch(switches::kEnableEncryptedMedia); command_line 335 chrome/browser/media/encrypted_media_browsertest.cc SetUpCommandLineForKeySystem(kWidevineKeySystem, command_line); command_line 414 chrome/browser/media/encrypted_media_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 415 chrome/browser/media/encrypted_media_browsertest.cc EncryptedMediaTestBase::SetUpCommandLine(command_line); command_line 416 chrome/browser/media/encrypted_media_browsertest.cc SetUpCommandLineForKeySystem(CurrentKeySystem(), command_line); command_line 419 chrome/browser/media/encrypted_media_browsertest.cc command_line->AppendSwitch(switches::kEnableEncryptedMedia); command_line 153 chrome/browser/media/encrypted_media_istypesupported_browsertest.cc void RegisterPepperCdm(CommandLine* command_line, command_line 173 chrome/browser/media/encrypted_media_istypesupported_browsertest.cc command_line->AppendSwitchNative(switches::kRegisterPepperPlugins, command_line 268 chrome/browser/media/encrypted_media_istypesupported_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 280 chrome/browser/media/encrypted_media_istypesupported_browsertest.cc RegisterPepperCdm(command_line, adapter_file_name, pepper_name); command_line 291 chrome/browser/media/encrypted_media_istypesupported_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 303 chrome/browser/media/encrypted_media_istypesupported_browsertest.cc RegisterPepperCdm(command_line, adapter_file_name, pepper_name); command_line 314 chrome/browser/media/encrypted_media_istypesupported_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 315 chrome/browser/media/encrypted_media_istypesupported_browsertest.cc RegisterPepperCdm(command_line, command_line 326 chrome/browser/media/encrypted_media_istypesupported_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 327 chrome/browser/media/encrypted_media_istypesupported_browsertest.cc RegisterPepperCdm(command_line, command_line 33 chrome/browser/media/test_license_server.cc CommandLine command_line(CommandLine::NO_PROGRAM); command_line 34 chrome/browser/media/test_license_server.cc if (!server_config_->GetServerCommandLine(&command_line)) { command_line 40 chrome/browser/media/test_license_server.cc command_line.GetCommandLineString(); command_line 41 chrome/browser/media/test_license_server.cc if (!base::LaunchProcess(command_line, base::LaunchOptions(), command_line 30 chrome/browser/media/test_license_server_config.h virtual bool GetServerCommandLine(base::CommandLine* command_line) = 0; command_line 163 chrome/browser/media/webrtc_browsertest_common.cc CommandLine command_line(peerconnection_server); command_line 164 chrome/browser/media/webrtc_browsertest_common.cc command_line.AppendSwitchASCII("port", kDefaultPort); command_line 165 chrome/browser/media/webrtc_browsertest_common.cc VLOG(0) << "Running " << command_line.GetCommandLineString(); command_line 166 chrome/browser/media/webrtc_browsertest_common.cc return base::LaunchProcess(command_line, command_line 40 chrome/browser/media/wv_test_license_server_config.cc CommandLine* command_line) { command_line 41 chrome/browser/media/wv_test_license_server_config.cc if (!GetPythonCommand(command_line)) { command_line 90 chrome/browser/media/wv_test_license_server_config.cc command_line->AppendArgPath(license_server_path); command_line 91 chrome/browser/media/wv_test_license_server_config.cc command_line->AppendArg("-k"); command_line 92 chrome/browser/media/wv_test_license_server_config.cc command_line->AppendArgPath(config_path.Append(kKeysFileName)); command_line 93 chrome/browser/media/wv_test_license_server_config.cc command_line->AppendArg("-o"); command_line 94 chrome/browser/media/wv_test_license_server_config.cc command_line->AppendArgPath(config_path.Append(kPoliciesFileName)); command_line 95 chrome/browser/media/wv_test_license_server_config.cc command_line->AppendArg("-r"); command_line 96 chrome/browser/media/wv_test_license_server_config.cc command_line->AppendArgPath(config_path.Append(kProfilesFileName)); command_line 97 chrome/browser/media/wv_test_license_server_config.cc command_line->AppendArg(base::StringPrintf("--port=%u", port_)); command_line 18 chrome/browser/media/wv_test_license_server_config.h virtual bool GetServerCommandLine(base::CommandLine* command_line) OVERRIDE; command_line 106 chrome/browser/metrics/chrome_browser_main_extra_parts_metrics.cc const CommandLine& command_line = *CommandLine::ForCurrentProcess(); command_line 108 chrome/browser/metrics/chrome_browser_main_extra_parts_metrics.cc command_line.HasSwitch(switches::kTouchEvents) ? command_line 109 chrome/browser/metrics/chrome_browser_main_extra_parts_metrics.cc command_line.GetSwitchValueASCII(switches::kTouchEvents) : command_line 1046 chrome/browser/metrics/metrics_service.cc const CommandLine* command_line(CommandLine::ForCurrentProcess()); command_line 1048 chrome/browser/metrics/metrics_service.cc if (command_line->HasSwitch(switches::kUserDataDir)) { command_line 1053 chrome/browser/metrics/metrics_service.cc if (command_line->HasSwitch(switches::kApp)) { command_line 1058 chrome/browser/metrics/metrics_service.cc size_t switch_count = command_line->GetSwitches().size(); command_line 1233 chrome/browser/metrics/metrics_service.cc const CommandLine* command_line(CommandLine::ForCurrentProcess()); command_line 1236 chrome/browser/metrics/metrics_service.cc if (!command_line->HasSwitch(switches::kResetVariationState)) { command_line 31 chrome/browser/metrics/metrics_service_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 33 chrome/browser/metrics/metrics_service_browsertest.cc command_line->AppendSwitch(switches::kMetricsRecordingOnly); command_line 63 chrome/browser/metrics/metrics_service_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 65 chrome/browser/metrics/metrics_service_browsertest.cc command_line->AppendSwitch(switches::kEnableMetricsReportingForTesting); command_line 437 chrome/browser/metrics/thread_watcher.cc void ThreadWatcherList::StartWatchingAll(const CommandLine& command_line) { command_line 441 chrome/browser/metrics/thread_watcher.cc ParseCommandLine(command_line, command_line 529 chrome/browser/metrics/thread_watcher.cc const CommandLine& command_line, command_line 555 chrome/browser/metrics/thread_watcher.cc if (command_line.HasSwitch(switches::kCrashOnHangThreads)) { command_line 557 chrome/browser/metrics/thread_watcher.cc command_line.GetSwitchValueASCII(switches::kCrashOnHangThreads); command_line 384 chrome/browser/metrics/thread_watcher.h static void StartWatchingAll(const base::CommandLine& command_line); command_line 428 chrome/browser/metrics/thread_watcher.h const base::CommandLine& command_line, command_line 340 chrome/browser/metrics/thread_watcher_unittest.cc CommandLine command_line(CommandLine::NO_PROGRAM); command_line 341 chrome/browser/metrics/thread_watcher_unittest.cc command_line.AppendSwitchASCII(switches::kCrashOnHangThreads, command_line 347 chrome/browser/metrics/thread_watcher_unittest.cc ThreadWatcherList::ParseCommandLine(command_line, command_line 370 chrome/browser/metrics/thread_watcher_unittest.cc CommandLine command_line(CommandLine::NO_PROGRAM); command_line 371 chrome/browser/metrics/thread_watcher_unittest.cc command_line.AppendSwitchASCII(switches::kCrashOnHangThreads, command_line 377 chrome/browser/metrics/thread_watcher_unittest.cc ThreadWatcherList::ParseCommandLine(command_line, command_line 400 chrome/browser/metrics/thread_watcher_unittest.cc CommandLine command_line(CommandLine::NO_PROGRAM); command_line 401 chrome/browser/metrics/thread_watcher_unittest.cc command_line.AppendSwitchASCII(switches::kCrashOnHangThreads, command_line 407 chrome/browser/metrics/thread_watcher_unittest.cc ThreadWatcherList::ParseCommandLine(command_line, command_line 21 chrome/browser/nacl_host/test/gdb_debug_stub_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE; command_line 29 chrome/browser/nacl_host/test/gdb_debug_stub_browsertest.cc void NaClGdbDebugStubTest::SetUpCommandLine(CommandLine* command_line) { command_line 30 chrome/browser/nacl_host/test/gdb_debug_stub_browsertest.cc PPAPINaClNewlibTest::SetUpCommandLine(command_line); command_line 31 chrome/browser/nacl_host/test/gdb_debug_stub_browsertest.cc command_line->AppendSwitch(switches::kEnableNaClDebug); command_line 26 chrome/browser/nacl_host/test/nacl_gdb_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 27 chrome/browser/nacl_host/test/nacl_gdb_browsertest.cc PPAPINaClNewlibTest::SetUpCommandLine(command_line); command_line 32 chrome/browser/nacl_host/test/nacl_gdb_browsertest.cc command_line->AppendSwitchPath(switches::kNaClGdb, mock_nacl_gdb); command_line 34 chrome/browser/nacl_host/test/nacl_gdb_browsertest.cc command_line->AppendSwitchPath(switches::kNaClGdbScript, script_); command_line 22 chrome/browser/net/chrome_net_log.cc const CommandLine* command_line = CommandLine::ForCurrentProcess(); command_line 26 chrome/browser/net/chrome_net_log.cc if (command_line->HasSwitch(switches::kNetLogLevel)) { command_line 28 chrome/browser/net/chrome_net_log.cc command_line->GetSwitchValueASCII(switches::kNetLogLevel); command_line 37 chrome/browser/net/chrome_net_log.cc if (command_line->HasSwitch(switches::kLogNetLog)) { command_line 39 chrome/browser/net/chrome_net_log.cc command_line->GetSwitchValuePath(switches::kLogNetLog); command_line 84 chrome/browser/net/cookie_store_util.cc const CommandLine& command_line = *CommandLine::ForCurrentProcess(); command_line 87 chrome/browser/net/cookie_store_util.cc return command_line.HasSwitch(switches::kRecordMode) && command_line 92 chrome/browser/net/cookie_store_util.cc const CommandLine& command_line = *CommandLine::ForCurrentProcess(); command_line 94 chrome/browser/net/cookie_store_util.cc command_line.HasSwitch(switches::kPlaybackMode); command_line 90 chrome/browser/net/proxy_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 91 chrome/browser/net/proxy_browsertest.cc command_line->AppendSwitchASCII(switches::kProxyServer, command_line 160 chrome/browser/net/proxy_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 162 chrome/browser/net/proxy_browsertest.cc command_line->AppendSwitchASCII(switches::kProxyPacUrl, http_server_.GetURL( command_line 182 chrome/browser/net/proxy_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 183 chrome/browser/net/proxy_browsertest.cc command_line->AppendSwitchASCII(switches::kProxyPacUrl, command_line 212 chrome/browser/net/proxy_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 214 chrome/browser/net/proxy_browsertest.cc command_line->AppendSwitchASCII( command_line 235 chrome/browser/net/proxy_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 242 chrome/browser/net/proxy_browsertest.cc command_line->AppendSwitchASCII(switches::kProxyPacUrl, command_line 94 chrome/browser/net/proxy_service_factory.cc const CommandLine& command_line, command_line 101 chrome/browser/net/proxy_service_factory.cc bool use_v8 = !command_line.HasSwitch(switches::kWinHttpProxyResolver); command_line 102 chrome/browser/net/proxy_service_factory.cc if (use_v8 && command_line.HasSwitch(switches::kSingleProcess)) { command_line 120 chrome/browser/net/proxy_service_factory.cc if (command_line.HasSwitch(switches::kNumPacThreads)) { command_line 121 chrome/browser/net/proxy_service_factory.cc std::string s = command_line.GetSwitchValueASCII(switches::kNumPacThreads); command_line 52 chrome/browser/net/proxy_service_factory.h const base::CommandLine& command_line, command_line 74 chrome/browser/net/spdyproxy/data_reduction_proxy_settings.cc const CommandLine& command_line = *CommandLine::ForCurrentProcess(); command_line 75 chrome/browser/net/spdyproxy/data_reduction_proxy_settings.cc return command_line.HasSwitch(switches::kSpdyProxyAuthOrigin); command_line 79 chrome/browser/net/spdyproxy/data_reduction_proxy_settings.cc const CommandLine& command_line = *CommandLine::ForCurrentProcess(); command_line 80 chrome/browser/net/spdyproxy/data_reduction_proxy_settings.cc return command_line.HasSwitch(switches::kEnableSpdyProxyAuth); command_line 215 chrome/browser/net/spdyproxy/data_reduction_proxy_settings.cc const CommandLine& command_line = *CommandLine::ForCurrentProcess(); command_line 216 chrome/browser/net/spdyproxy/data_reduction_proxy_settings.cc if (command_line.HasSwitch(switches::kSpdyProxyDevAuthOrigin)) command_line 217 chrome/browser/net/spdyproxy/data_reduction_proxy_settings.cc return command_line.GetSwitchValueASCII(switches::kSpdyProxyDevAuthOrigin); command_line 218 chrome/browser/net/spdyproxy/data_reduction_proxy_settings.cc if (command_line.HasSwitch(switches::kSpdyProxyAuthOrigin)) command_line 219 chrome/browser/net/spdyproxy/data_reduction_proxy_settings.cc return command_line.GetSwitchValueASCII(switches::kSpdyProxyAuthOrigin); command_line 239 chrome/browser/net/spdyproxy/data_reduction_proxy_settings.cc const CommandLine& command_line = *CommandLine::ForCurrentProcess(); command_line 240 chrome/browser/net/spdyproxy/data_reduction_proxy_settings.cc if (command_line.HasSwitch(switches::kSpdyProxyAuthFallback)) command_line 241 chrome/browser/net/spdyproxy/data_reduction_proxy_settings.cc return command_line.GetSwitchValueASCII(switches::kSpdyProxyAuthFallback); command_line 600 chrome/browser/net/spdyproxy/data_reduction_proxy_settings.cc const CommandLine& command_line = *CommandLine::ForCurrentProcess(); command_line 601 chrome/browser/net/spdyproxy/data_reduction_proxy_settings.cc if (command_line.HasSwitch(switches::kDataReductionProxyProbeURL)) { command_line 602 chrome/browser/net/spdyproxy/data_reduction_proxy_settings.cc return command_line.GetSwitchValueASCII( command_line 619 chrome/browser/net/spdyproxy/data_reduction_proxy_settings.cc const CommandLine& command_line = *CommandLine::ForCurrentProcess(); command_line 620 chrome/browser/net/spdyproxy/data_reduction_proxy_settings.cc if (command_line.HasSwitch(switches::kSpdyProxyAuthOrigin)) { command_line 625 chrome/browser/net/spdyproxy/data_reduction_proxy_settings.cc if (!command_line.HasSwitch(switches::kSpdyProxyAuthValue)) command_line 627 chrome/browser/net/spdyproxy/data_reduction_proxy_settings.cc key = command_line.GetSwitchValueASCII(switches::kSpdyProxyAuthValue); command_line 191 chrome/browser/net/ssl_config_service_manager_pref_unittest.cc CommandLine command_line(CommandLine::NO_PROGRAM); command_line 192 chrome/browser/net/ssl_config_service_manager_pref_unittest.cc command_line.AppendSwitchASCII(switches::kSSLVersionMin, "tls1"); command_line 193 chrome/browser/net/ssl_config_service_manager_pref_unittest.cc command_line.AppendSwitchASCII(switches::kSSLVersionMax, "ssl3"); command_line 197 chrome/browser/net/ssl_config_service_manager_pref_unittest.cc factory.SetCommandLine(&command_line); command_line 35 chrome/browser/notifications/login_state_notification_blocker_chromeos_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 36 chrome/browser/notifications/login_state_notification_blocker_chromeos_browsertest.cc LoginManagerTest::SetUpCommandLine(command_line); command_line 37 chrome/browser/notifications/login_state_notification_blocker_chromeos_browsertest.cc command_line->AppendSwitch(::switches::kMultiProfiles); command_line 31 chrome/browser/notifications/sync_notifier/chrome_notifier_service_factory.cc CommandLine* command_line) { command_line 32 chrome/browser/notifications/sync_notifier/chrome_notifier_service_factory.cc if (command_line->HasSwitch(switches::kDisableSyncSyncedNotifications)) command_line 34 chrome/browser/notifications/sync_notifier/chrome_notifier_service_factory.cc if (command_line->HasSwitch(switches::kEnableSyncSyncedNotifications)) command_line 31 chrome/browser/notifications/sync_notifier/chrome_notifier_service_factory.h static bool UseSyncedNotifications(base::CommandLine* command_line); command_line 53 chrome/browser/password_manager/password_generation_interactive_uitest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 55 chrome/browser/password_manager/password_generation_interactive_uitest.cc command_line->AppendSwitch(autofill::switches::kEnablePasswordGeneration); command_line 58 chrome/browser/password_manager/password_generation_interactive_uitest.cc command_line->AppendSwitch( command_line 290 chrome/browser/performance_monitor/performance_monitor_browsertest.cc const CommandLine command_line = *CommandLine::ForCurrentProcess(); command_line 291 chrome/browser/performance_monitor/performance_monitor_browsertest.cc if (command_line.HasSwitch(chromeos::switches::kLoginProfile)) { command_line 293 chrome/browser/performance_monitor/performance_monitor_browsertest.cc command_line.GetSwitchValueASCII(chromeos::switches::kLoginProfile); command_line 160 chrome/browser/policy/cloud/cloud_policy_browsertest.cc CommandLine* command_line = CommandLine::ForCurrentProcess(); command_line 161 chrome/browser/policy/cloud/cloud_policy_browsertest.cc command_line->AppendSwitchASCII(switches::kDeviceManagementUrl, url); command_line 53 chrome/browser/policy/cloud/cloud_policy_manager_browsertest.cc CommandLine* command_line = CommandLine::ForCurrentProcess(); command_line 54 chrome/browser/policy/cloud/cloud_policy_manager_browsertest.cc command_line->AppendSwitchASCII(switches::kDeviceManagementUrl, command_line 102 chrome/browser/policy/cloud/component_cloud_policy_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 103 chrome/browser/policy/cloud/component_cloud_policy_browsertest.cc ExtensionBrowserTest::SetUpCommandLine(command_line); command_line 108 chrome/browser/policy/cloud/component_cloud_policy_browsertest.cc command_line->AppendSwitchASCII( command_line 120 chrome/browser/policy/cloud/component_cloud_policy_browsertest.cc CommandLine* command_line = CommandLine::ForCurrentProcess(); command_line 121 chrome/browser/policy/cloud/component_cloud_policy_browsertest.cc command_line->AppendSwitchASCII(switches::kDeviceManagementUrl, url); command_line 122 chrome/browser/policy/cloud/component_cloud_policy_browsertest.cc command_line->AppendSwitch(switches::kEnableComponentCloudPolicy); command_line 32 chrome/browser/policy/cloud/user_policy_signin_service_android.cc CommandLine* command_line = CommandLine::ForCurrentProcess(); command_line 33 chrome/browser/policy/cloud/user_policy_signin_service_android.cc if (command_line->HasSwitch(switches::kFakeCloudPolicyType)) command_line 2470 chrome/browser/policy/policy_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 2472 chrome/browser/policy/policy_browsertest.cc command_line->AppendSwitch(switches::kCreateBrowserOnStartupForTests); command_line 2473 chrome/browser/policy/policy_browsertest.cc PolicyTest::SetUpCommandLine(command_line); command_line 2484 chrome/browser/policy/policy_browsertest.cc CommandLine* command_line = CommandLine::ForCurrentProcess(); command_line 2485 chrome/browser/policy/policy_browsertest.cc CommandLine::StringVector argv = command_line->argv(); command_line 2488 chrome/browser/policy/policy_browsertest.cc command_line->InitFromArgv(argv); command_line 2490 chrome/browser/policy/policy_browsertest.cc command_line->argv().begin())); command_line 28 chrome/browser/prefetch/prefetch_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 30 chrome/browser/prefetch/prefetch_browsertest.cc command_line->AppendSwitchASCII( command_line 34 chrome/browser/prefetch/prefetch_browsertest.cc command_line->AppendSwitchASCII( command_line 79 chrome/browser/prefs/command_line_pref_store.cc CommandLinePrefStore::CommandLinePrefStore(const CommandLine* command_line) command_line 80 chrome/browser/prefs/command_line_pref_store.cc : command_line_(command_line) { command_line 17 chrome/browser/prefs/command_line_pref_store.h explicit CommandLinePrefStore(const base::CommandLine* command_line); command_line 67 chrome/browser/prefs/incognito_mode_prefs.cc const CommandLine& command_line, command_line 71 chrome/browser/prefs/incognito_mode_prefs.cc (command_line.HasSwitch(switches::kIncognito) || command_line 58 chrome/browser/prefs/incognito_mode_prefs.h static bool ShouldLaunchIncognito(const base::CommandLine& command_line, command_line 103 chrome/browser/prefs/pref_hash_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 104 chrome/browser/prefs/pref_hash_browsertest.cc InProcessBrowserTest::SetUpCommandLine(command_line); command_line 105 chrome/browser/prefs/pref_hash_browsertest.cc command_line->AppendSwitchASCII( command_line 49 chrome/browser/prefs/pref_service_syncable_factory.cc void PrefServiceSyncableFactory::SetCommandLine(CommandLine* command_line) { command_line 50 chrome/browser/prefs/pref_service_syncable_factory.cc set_command_line_prefs(new CommandLinePrefStore(command_line)); command_line 39 chrome/browser/prefs/pref_service_syncable_factory.h void SetCommandLine(base::CommandLine* command_line); command_line 1038 chrome/browser/prerender/prerender_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 1039 chrome/browser/prerender/prerender_browsertest.cc command_line->AppendSwitchASCII(switches::kPrerenderMode, command_line 1046 chrome/browser/prerender/prerender_browsertest.cc command_line->AppendSwitchPath( command_line 1050 chrome/browser/prerender/prerender_browsertest.cc command_line->AppendSwitch(switches::kAlwaysAuthorizePlugins); command_line 3394 chrome/browser/prerender/prerender_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 3395 chrome/browser/prerender/prerender_browsertest.cc PrerenderBrowserTest::SetUpCommandLine(command_line); command_line 3396 chrome/browser/prerender/prerender_browsertest.cc command_line->AppendSwitch(switches::kEnableNaCl); command_line 3484 chrome/browser/prerender/prerender_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 3485 chrome/browser/prerender/prerender_browsertest.cc PrerenderBrowserTest::SetUpCommandLine(command_line); command_line 3486 chrome/browser/prerender/prerender_browsertest.cc ExtensionApiTest::SetUpCommandLine(command_line); command_line 176 chrome/browser/prerender/prerender_field_trial.cc void ConfigurePrerender(const CommandLine& command_line) { command_line 184 chrome/browser/prerender/prerender_field_trial.cc if (command_line.HasSwitch(switches::kPrerenderMode)) { command_line 186 chrome/browser/prerender/prerender_field_trial.cc command_line.GetSwitchValueASCII(switches::kPrerenderMode); command_line 21 chrome/browser/prerender/prerender_field_trial.h void ConfigurePrerender(const base::CommandLine& command_line); command_line 209 chrome/browser/printing/cloud_print/cloud_print_proxy_service_unittest.cc bool LaunchBrowser(const CommandLine& command_line, Profile* profile) { command_line 213 chrome/browser/printing/cloud_print/cloud_print_proxy_service_unittest.cc command_line, base::FilePath(), false, profile, command_line 464 chrome/browser/printing/cloud_print/cloud_print_proxy_service_unittest.cc CommandLine command_line(CommandLine::NO_PROGRAM); command_line 465 chrome/browser/printing/cloud_print/cloud_print_proxy_service_unittest.cc command_line.AppendSwitch(switches::kCheckCloudPrintConnectorPolicy); command_line 467 chrome/browser/printing/cloud_print/cloud_print_proxy_service_unittest.cc EXPECT_FALSE(LaunchBrowser(command_line, &profile_)); command_line 33 chrome/browser/printing/cloud_print/cloud_print_url.cc const CommandLine* command_line = CommandLine::ForCurrentProcess(); command_line 35 chrome/browser/printing/cloud_print/cloud_print_url.cc command_line->GetSwitchValueASCII(switches::kCloudPrintServiceURL)); command_line 215 chrome/browser/printing/cloud_print/test/cloud_print_proxy_process_browsertest.cc CommandLine* command_line = CommandLine::ForCurrentProcess(); command_line 219 chrome/browser/printing/cloud_print/test/cloud_print_proxy_process_browsertest.cc if (!command_line->HasSwitch(kTestExecutablePath)) command_line 222 chrome/browser/printing/cloud_print/test/cloud_print_proxy_process_browsertest.cc command_line->GetSwitchValuePath(kTestExecutablePath); command_line 229 chrome/browser/printing/cloud_print/test/cloud_print_proxy_process_browsertest.cc command_line->GetSwitchValuePath(switches::kUserDataDir); command_line 325 chrome/browser/printing/cloud_print/test/cloud_print_proxy_process_browsertest.cc bool LaunchBrowser(const CommandLine& command_line, Profile* profile) { command_line 329 chrome/browser/printing/cloud_print/test/cloud_print_proxy_process_browsertest.cc command_line, base::FilePath(), false, profile, command_line 405 chrome/browser/printing/cloud_print/test/cloud_print_proxy_process_browsertest.cc CommandLine* command_line = CommandLine::ForCurrentProcess(); command_line 407 chrome/browser/printing/cloud_print/test/cloud_print_proxy_process_browsertest.cc command_line->GetSwitchValuePath(switches::kUserDataDir); command_line 415 chrome/browser/printing/cloud_print/test/cloud_print_proxy_process_browsertest.cc command_line->AppendSwitchPath(switches::kUserDataDir, user_data_dir); command_line 545 chrome/browser/printing/cloud_print/test/cloud_print_proxy_process_browsertest.cc CommandLine command_line(CommandLine::NO_PROGRAM); command_line 546 chrome/browser/printing/cloud_print/test/cloud_print_proxy_process_browsertest.cc command_line.AppendSwitch(switches::kCheckCloudPrintConnectorPolicy); command_line 547 chrome/browser/printing/cloud_print/test/cloud_print_proxy_process_browsertest.cc test_launcher_utils::PrepareBrowserCommandLineForTests(&command_line); command_line 556 chrome/browser/printing/cloud_print/test/cloud_print_proxy_process_browsertest.cc bool should_run_loop = LaunchBrowser(command_line, profile); command_line 595 chrome/browser/printing/cloud_print/test/cloud_print_proxy_process_browsertest.cc CommandLine command_line(CommandLine::NO_PROGRAM); command_line 596 chrome/browser/printing/cloud_print/test/cloud_print_proxy_process_browsertest.cc command_line.AppendSwitch(switches::kCheckCloudPrintConnectorPolicy); command_line 597 chrome/browser/printing/cloud_print/test/cloud_print_proxy_process_browsertest.cc test_launcher_utils::PrepareBrowserCommandLineForTests(&command_line); command_line 606 chrome/browser/printing/cloud_print/test/cloud_print_proxy_process_browsertest.cc bool should_run_loop = LaunchBrowser(command_line, profile); command_line 197 chrome/browser/printing/print_dialog_cloud.cc base::string16 GetSwitchValueString16(const CommandLine& command_line, command_line 200 chrome/browser/printing/print_dialog_cloud.cc return command_line.GetSwitchValueNative(switchName); command_line 204 chrome/browser/printing/print_dialog_cloud.cc native_switch_val = command_line.GetSwitchValueASCII(switchName); command_line 739 chrome/browser/printing/print_dialog_cloud.cc const CommandLine& command_line) { command_line 740 chrome/browser/printing/print_dialog_cloud.cc DCHECK(command_line.HasSwitch(switches::kCloudPrintFile)); command_line 741 chrome/browser/printing/print_dialog_cloud.cc if (!command_line.GetSwitchValuePath(switches::kCloudPrintFile).empty()) { command_line 744 chrome/browser/printing/print_dialog_cloud.cc command_line.GetSwitchValuePath(switches::kCloudPrintFile); command_line 748 chrome/browser/printing/print_dialog_cloud.cc if (command_line.HasSwitch(switches::kCloudPrintJobTitle)) { command_line 751 chrome/browser/printing/print_dialog_cloud.cc command_line, switches::kCloudPrintJobTitle); command_line 753 chrome/browser/printing/print_dialog_cloud.cc if (command_line.HasSwitch(switches::kCloudPrintPrintTicket)) { command_line 756 chrome/browser/printing/print_dialog_cloud.cc command_line, switches::kCloudPrintPrintTicket); command_line 759 chrome/browser/printing/print_dialog_cloud.cc if (command_line.HasSwitch(switches::kCloudPrintFileType)) { command_line 760 chrome/browser/printing/print_dialog_cloud.cc file_type = command_line.GetSwitchValueASCII( command_line 62 chrome/browser/printing/print_dialog_cloud.h const base::CommandLine& command_line); command_line 126 chrome/browser/printing/print_preview_dialog_controller_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 128 chrome/browser/printing/print_preview_dialog_controller_browsertest.cc command_line->AppendSwitch(switches::kEnablePrintPreview); command_line 59 chrome/browser/printing/printing_layout_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 60 chrome/browser/printing/printing_layout_browsertest.cc command_line->AppendSwitchPath(switches::kDebugPrint, emf_path_); command_line 132 chrome/browser/process_info_snapshot_mac.cc CommandLine command_line(kProgram); command_line 135 chrome/browser/process_info_snapshot_mac.cc command_line.AppendArg("-o"); command_line 136 chrome/browser/process_info_snapshot_mac.cc command_line.AppendArg("pid=,rss=,vsz="); command_line 140 chrome/browser/process_info_snapshot_mac.cc command_line.AppendArg("-p"); command_line 141 chrome/browser/process_info_snapshot_mac.cc command_line.AppendArg(base::Int64ToString(static_cast<int64>(*it))); command_line 146 chrome/browser/process_info_snapshot_mac.cc if (!base::GetAppOutputRestricted(command_line, &output, 1024 * 1024)) { command_line 192 chrome/browser/process_info_snapshot_mac.cc CommandLine command_line(kProgram); command_line 195 chrome/browser/process_info_snapshot_mac.cc command_line.AppendArg("-stats"); command_line 196 chrome/browser/process_info_snapshot_mac.cc command_line.AppendArg("pid," // Process ID command_line 202 chrome/browser/process_info_snapshot_mac.cc command_line.AppendArg("-l"); command_line 203 chrome/browser/process_info_snapshot_mac.cc command_line.AppendArg("1"); command_line 205 chrome/browser/process_info_snapshot_mac.cc command_line.AppendArg("-s"); command_line 206 chrome/browser/process_info_snapshot_mac.cc command_line.AppendArg("0"); command_line 210 chrome/browser/process_info_snapshot_mac.cc if (!base::GetAppOutputRestricted(command_line, &output, 1024 * 1024)) { command_line 65 chrome/browser/process_singleton.h const base::CommandLine& command_line, command_line 107 chrome/browser/process_singleton.h const base::CommandLine& command_line, command_line 111 chrome/browser/process_singleton.h const base::CommandLine& command_line, command_line 64 chrome/browser/process_singleton_browsertest.cc CommandLine command_line(program); command_line 65 chrome/browser/process_singleton_browsertest.cc command_line.AppendSwitchPath(switches::kUserDataDir, user_data_dir_); command_line 68 chrome/browser/process_singleton_browsertest.cc command_line.AppendSwitch(switches::kForceFirstRun); command_line 70 chrome/browser/process_singleton_browsertest.cc command_line.AppendSwitch(switches::kNoFirstRun); command_line 85 chrome/browser/process_singleton_browsertest.cc command_line.AppendSwitchNative(switch_name, i->second); command_line 98 chrome/browser/process_singleton_browsertest.cc base::LaunchProcess(command_line, base::LaunchOptions(), &process_handle_); command_line 846 chrome/browser/process_singleton_linux.cc const CommandLine& command_line, command_line 848 chrome/browser/process_singleton_linux.cc NotifyResult result = NotifyOtherProcessWithTimeout(command_line, command_line 859 chrome/browser/process_singleton_linux.cc result = NotifyOtherProcessWithTimeout(command_line, timeout_seconds, false); command_line 54 chrome/browser/process_singleton_linux_unittest.cc bool NotificationCallback(const CommandLine& command_line, command_line 56 chrome/browser/process_singleton_linux_unittest.cc callback_command_lines_.push_back(command_line.argv()); command_line 129 chrome/browser/process_singleton_linux_unittest.cc CommandLine command_line(CommandLine::ForCurrentProcess()->GetProgram()); command_line 130 chrome/browser/process_singleton_linux_unittest.cc command_line.AppendArg("about:blank"); command_line 140 chrome/browser/process_singleton_linux_unittest.cc command_line, timeout.InSeconds(), true); command_line 149 chrome/browser/process_singleton_linux_unittest.cc CommandLine command_line(CommandLine::ForCurrentProcess()->GetProgram()); command_line 150 chrome/browser/process_singleton_linux_unittest.cc command_line.AppendArg(url); command_line 152 chrome/browser/process_singleton_linux_unittest.cc command_line, timeout.InSeconds()); command_line 57 chrome/browser/process_singleton_modal_dialog_lock.cc const CommandLine& command_line, command_line 63 chrome/browser/process_singleton_modal_dialog_lock.cc return original_callback_.Run(command_line, current_directory); command_line 53 chrome/browser/process_singleton_modal_dialog_lock.h bool NotificationCallbackImpl(const base::CommandLine& command_line, command_line 42 chrome/browser/process_singleton_startup_lock.cc const CommandLine& command_line, command_line 48 chrome/browser/process_singleton_startup_lock.cc std::make_pair(command_line.argv(), current_directory)); command_line 51 chrome/browser/process_singleton_startup_lock.cc return original_callback_.Run(command_line, current_directory); command_line 47 chrome/browser/process_singleton_startup_lock.h bool NotificationCallbackImpl(const base::CommandLine& command_line, command_line 792 chrome/browser/profile_resetter/profile_resetter_unittest.cc ShortcutCommand command_line = shortcut.CreateWithArguments( command_line 883 chrome/browser/profile_resetter/profile_resetter_unittest.cc ShortcutCommand command_line = shortcut_hijacked.CreateWithArguments( command_line 939 chrome/browser/profile_resetter/profile_resetter_unittest.cc EXPECT_EQ(command_line.first.value(), shortcuts[0].first.value()); command_line 940 chrome/browser/profile_resetter/profile_resetter_unittest.cc EXPECT_EQ(command_line.second, shortcuts[0].second); command_line 961 chrome/browser/profile_resetter/profile_resetter_unittest.cc ShortcutCommand command_line = shortcut.CreateWithArguments( command_line 1049 chrome/browser/profile_resetter/profile_resetter_unittest.cc ShortcutCommand command_line = shortcut.CreateWithArguments( command_line 256 chrome/browser/profiles/profile_impl.cc const CommandLine& command_line = *CommandLine::ForCurrentProcess(); command_line 257 chrome/browser/profiles/profile_impl.cc if (command_line.HasSwitch(switches::kEnableDomDistiller)) { command_line 409 chrome/browser/profiles/profile_impl.cc const CommandLine* command_line = CommandLine::ForCurrentProcess(); command_line 411 chrome/browser/profiles/profile_impl.cc !command_line->HasSwitch(switches::kDisablePreconnect), command_line 1217 chrome/browser/profiles/profile_impl.cc const CommandLine& command_line = *CommandLine::ForCurrentProcess(); command_line 1218 chrome/browser/profiles/profile_impl.cc if (command_line.HasSwitch(switches::kHomePage)) { command_line 1227 chrome/browser/profiles/profile_impl.cc command_line.GetSwitchValuePath(switches::kHomePage))); command_line 61 chrome/browser/profiles/profile_impl_io_data.cc const CommandLine& command_line = *CommandLine::ForCurrentProcess(); command_line 62 chrome/browser/profiles/profile_impl_io_data.cc if (command_line.HasSwitch(switches::kUseSimpleCacheBackend)) { command_line 64 chrome/browser/profiles/profile_impl_io_data.cc command_line.GetSwitchValueASCII(switches::kUseSimpleCacheBackend); command_line 81 chrome/browser/profiles/profile_impl_io_data.cc CommandLine* command_line = CommandLine::ForCurrentProcess(); command_line 82 chrome/browser/profiles/profile_impl_io_data.cc if (command_line->HasSwitch(switches::kDisableDomainReliability)) command_line 84 chrome/browser/profiles/profile_impl_io_data.cc if (command_line->HasSwitch(switches::kEnableDomainReliability)) command_line 926 chrome/browser/profiles/profile_io_data.cc const CommandLine& command_line = *CommandLine::ForCurrentProcess(); command_line 936 chrome/browser/profiles/profile_io_data.cc if (command_line.HasSwitch(switches::kEnableClientHints)) command_line 962 chrome/browser/profiles/profile_io_data.cc command_line, command_line 444 chrome/browser/profiles/profile_manager.cc const CommandLine& command_line = *CommandLine::ForCurrentProcess(); command_line 448 chrome/browser/profiles/profile_manager.cc if (command_line.HasSwitch(chromeos::switches::kLoginProfile)) { command_line 454 chrome/browser/profiles/profile_manager.cc } else if (!command_line.HasSwitch(switches::kMultiProfiles)) { command_line 466 chrome/browser/profiles/profile_manager.cc if (command_line.HasSwitch(switches::kMultiProfiles) && command_line 491 chrome/browser/profiles/profile_manager.cc const CommandLine& command_line = *CommandLine::ForCurrentProcess(); command_line 492 chrome/browser/profiles/profile_manager.cc if (command_line.HasSwitch(switches::kMultiProfiles)) { command_line 768 chrome/browser/profiles/profile_manager.cc CommandLine* command_line = CommandLine::ForCurrentProcess(); command_line 770 chrome/browser/profiles/profile_manager.cc command_line->HasSwitch(switches::kManagedUserId); command_line 773 chrome/browser/profiles/profile_manager.cc command_line->GetSwitchValueASCII(switches::kManagedUserId); command_line 803 chrome/browser/profiles/profile_manager.cc const CommandLine& command_line = *CommandLine::ForCurrentProcess(); command_line 804 chrome/browser/profiles/profile_manager.cc if (!command_line.HasSwitch(switches::kTestType)) { command_line 1153 chrome/browser/profiles/profile_manager.cc const CommandLine& command_line = *CommandLine::ForCurrentProcess(); command_line 1155 chrome/browser/profiles/profile_manager.cc (!command_line.HasSwitch(switches::kTestType) || command_line 1156 chrome/browser/profiles/profile_manager.cc command_line.HasSwitch(chromeos::switches::kLoginProfile))) { command_line 185 chrome/browser/profiles/profile_manager_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 187 chrome/browser/profiles/profile_manager_browsertest.cc command_line->AppendSwitch(::switches::kMultiProfiles); command_line 190 chrome/browser/profiles/profile_manager_browsertest.cc command_line->AppendSwitchASCII(chromeos::switches::kLoginProfile, command_line 204 chrome/browser/profiles/profile_manager_browsertest.cc const CommandLine& command_line = *CommandLine::ForCurrentProcess(); command_line 205 chrome/browser/profiles/profile_manager_browsertest.cc if (command_line.HasSwitch(switches::kMultiProfiles)) { command_line 46 chrome/browser/profiles/profile_shortcut_manager.h base::CommandLine* command_line, command_line 278 chrome/browser/profiles/profile_shortcut_manager_win.cc base::string16* command_line) { command_line 285 chrome/browser/profiles/profile_shortcut_manager_win.cc if (!base::win::ResolveShortcut(path, &target_path, command_line)) command_line 296 chrome/browser/profiles/profile_shortcut_manager_win.cc const base::string16& command_line, command_line 315 chrome/browser/profiles/profile_shortcut_manager_win.cc (shortcut_command_line.find(command_line) != base::string16::npos)) { command_line 447 chrome/browser/profiles/profile_shortcut_manager_win.cc const base::string16 command_line = command_line 454 chrome/browser/profiles/profile_shortcut_manager_win.cc properties.set_arguments(command_line); command_line 469 chrome/browser/profiles/profile_shortcut_manager_win.cc ListDesktopShortcutsWithCommandLine(chrome_exe, command_line, command_line 522 chrome/browser/profiles/profile_shortcut_manager_win.cc const base::string16 command_line = command_line 525 chrome/browser/profiles/profile_shortcut_manager_win.cc ListDesktopShortcutsWithCommandLine(chrome_exe, command_line, false, command_line 573 chrome/browser/profiles/profile_shortcut_manager_win.cc const base::string16 command_line = command_line 576 chrome/browser/profiles/profile_shortcut_manager_win.cc ListDesktopShortcutsWithCommandLine(chrome_exe, command_line, false, command_line 653 chrome/browser/profiles/profile_shortcut_manager_win.cc CommandLine* command_line = CommandLine::ForCurrentProcess(); command_line 654 chrome/browser/profiles/profile_shortcut_manager_win.cc return command_line->HasSwitch(switches::kEnableProfileShortcutManager) || command_line 656 chrome/browser/profiles/profile_shortcut_manager_win.cc !command_line->HasSwitch(switches::kUserDataDir)); command_line 711 chrome/browser/profiles/profile_shortcut_manager_win.cc CommandLine* command_line, command_line 733 chrome/browser/profiles/profile_shortcut_manager_win.cc command_line->ParseFromString(L"\"" + chrome_exe.value() + L"\" " + command_line 66 chrome/browser/profiles/profile_shortcut_manager_win.h base::CommandLine* command_line, command_line 179 chrome/browser/profiles/profile_window.cc CommandLine command_line(CommandLine::NO_PROGRAM); command_line 182 chrome/browser/profiles/profile_window.cc browser_creator.LaunchBrowser(command_line, profile, base::FilePath(), command_line 1968 chrome/browser/renderer_context_menu/render_view_context_menu.cc const CommandLine* command_line = CommandLine::ForCurrentProcess(); command_line 1970 chrome/browser/renderer_context_menu/render_view_context_menu.cc command_line->HasSwitch(switches::kDisableJavaScript)) command_line 88 chrome/browser/renderer_context_menu/spellchecker_submenu_observer_hunspell.cc const CommandLine* command_line = CommandLine::ForCurrentProcess(); command_line 89 chrome/browser/renderer_context_menu/spellchecker_submenu_observer_hunspell.cc if (command_line->HasSwitch(switches::kEnableSpellingAutoCorrect)) { command_line 179 chrome/browser/renderer_context_menu/spelling_menu_observer.cc const CommandLine* command_line = CommandLine::ForCurrentProcess(); command_line 180 chrome/browser/renderer_context_menu/spelling_menu_observer.cc if (command_line->HasSwitch(switches::kEnableSpellingAutoCorrect)) { command_line 327 chrome/browser/renderer_context_menu/spelling_menu_observer_browsertest.cc CommandLine* command_line = CommandLine::ForCurrentProcess(); command_line 328 chrome/browser/renderer_context_menu/spelling_menu_observer_browsertest.cc command_line->AppendSwitch(switches::kUseSpellingSuggestions); command_line 471 chrome/browser/renderer_context_menu/spelling_menu_observer_browsertest.cc CommandLine* command_line = CommandLine::ForCurrentProcess(); command_line 472 chrome/browser/renderer_context_menu/spelling_menu_observer_browsertest.cc command_line->AppendSwitch(switches::kUseSpellingSuggestions); command_line 192 chrome/browser/renderer_host/render_process_host_chrome_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 193 chrome/browser/renderer_host/render_process_host_chrome_browsertest.cc command_line->AppendSwitchASCII(switches::kRendererProcessLimit, "1"); command_line 373 chrome/browser/safe_browsing/safe_browsing_service_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) { command_line 377 chrome/browser/safe_browsing/safe_browsing_service_browsertest.cc command_line->AppendSwitch(switches::kSbDisableAutoUpdate); command_line 866 chrome/browser/safe_browsing/safe_browsing_service_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 872 chrome/browser/safe_browsing/safe_browsing_service_browsertest.cc command_line->AppendSwitch(switches::kSbDisableAutoUpdate); command_line 879 chrome/browser/safe_browsing/safe_browsing_service_browsertest.cc command_line->AppendSwitchASCII(switches::kSbURLPrefix, url_prefix.spec()); command_line 219 chrome/browser/safe_browsing/safe_browsing_test.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 233 chrome/browser/safe_browsing/safe_browsing_test.cc command_line->AppendSwitch(switches::kSbDisableAutoUpdate); command_line 238 chrome/browser/safe_browsing/safe_browsing_test.cc command_line->AppendSwitch(switches::kDisableIPv6); command_line 242 chrome/browser/safe_browsing/safe_browsing_test.cc command_line->AppendSwitch(switches::kSbDisableDownloadProtection); command_line 246 chrome/browser/safe_browsing/safe_browsing_test.cc command_line->AppendSwitch( command_line 251 chrome/browser/safe_browsing/safe_browsing_test.cc command_line->AppendSwitch(switches::kSbDisableExtensionBlacklist); command_line 255 chrome/browser/safe_browsing/safe_browsing_test.cc command_line->AppendSwitch(switches::kSbDisableSideEffectFreeWhitelist); command_line 259 chrome/browser/safe_browsing/safe_browsing_test.cc command_line->AppendSwitchASCII(switches::kSbURLPrefix, url_prefix); command_line 384 chrome/browser/search/search.cc const CommandLine* command_line = CommandLine::ForCurrentProcess(); command_line 385 chrome/browser/search/search.cc if (command_line->HasSwitch(switches::kEnableQueryExtraction)) command_line 121 chrome/browser/service_process/service_process_control_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 122 chrome/browser/service_process/service_process_control_browsertest.cc ServiceProcessControlBrowserTest::SetUpCommandLine(command_line); command_line 131 chrome/browser/service_process/service_process_control_browsertest.cc command_line->AppendSwitchPath(switches::kBrowserSubprocessPath, exe); command_line 68 chrome/browser/sessions/session_restore_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 70 chrome/browser/sessions/session_restore_browsertest.cc command_line->AppendSwitch(switches::kCreateBrowserOnStartupForTests); command_line 71 chrome/browser/sessions/session_restore_browsertest.cc InProcessBrowserTest::SetUpCommandLine(command_line); command_line 102 chrome/browser/shell_integration.cc CommandLine* command_line) { command_line 103 chrome/browser/shell_integration.cc DCHECK(command_line); command_line 116 chrome/browser/shell_integration.cc command_line->AppendSwitchPath(switches::kUserDataDir, user_data_dir); command_line 123 chrome/browser/shell_integration.cc command_line->AppendSwitchPath(chromeos::switches::kLoginProfile, profile); command_line 126 chrome/browser/shell_integration.cc command_line->AppendSwitchPath(switches::kProfileDirectory, command_line 175 chrome/browser/shell_integration.h base::CommandLine* command_line); command_line 287 chrome/browser/shell_integration_linux.cc const CommandLine& command_line) { command_line 291 chrome/browser/shell_integration_linux.cc const CommandLine::StringVector& argv = command_line.argv(); command_line 581 chrome/browser/shell_integration_linux.cc const CommandLine* command_line = CommandLine::ForCurrentProcess(); command_line 582 chrome/browser/shell_integration_linux.cc std::string class_name = command_line->GetProgram().BaseName().value(); command_line 769 chrome/browser/shell_integration_linux.cc const CommandLine& command_line, command_line 800 chrome/browser/shell_integration_linux.cc std::string final_path = QuoteCommandLineForDesktopFileExec(command_line); command_line 988 chrome/browser/shell_integration_linux.cc CommandLine command_line(chrome_exe_path); command_line 989 chrome/browser/shell_integration_linux.cc command_line.AppendSwitch(switches::kShowAppList); command_line 991 chrome/browser/shell_integration_linux.cc command_line, wm_class, GURL(), base::UTF8ToUTF16(title), icon_name, command_line 102 chrome/browser/shell_integration_linux.h const base::CommandLine& command_line, command_line 585 chrome/browser/shell_integration_linux_unittest.cc CommandLine command_line(kChromeExePath); command_line 586 chrome/browser/shell_integration_linux_unittest.cc command_line.AppendSwitch("--show-app-list"); command_line 598 chrome/browser/shell_integration_linux_unittest.cc command_line, command_line 94 chrome/browser/shell_integration_win.cc base::string16 GetExpectedAppId(const CommandLine& command_line, command_line 97 chrome/browser/shell_integration_win.cc if (command_line.HasSwitch(switches::kUserDataDir)) command_line 98 chrome/browser/shell_integration_win.cc user_data_dir = command_line.GetSwitchValuePath(switches::kUserDataDir); command_line 106 chrome/browser/shell_integration_win.cc if (command_line.HasSwitch(switches::kProfileDirectory)) { command_line 108 chrome/browser/shell_integration_win.cc command_line.GetSwitchValuePath(switches::kProfileDirectory); command_line 117 chrome/browser/shell_integration_win.cc if (command_line.HasSwitch(switches::kApp)) { command_line 119 chrome/browser/shell_integration_win.cc GURL(command_line.GetSwitchValueASCII(switches::kApp)))); command_line 120 chrome/browser/shell_integration_win.cc } else if (command_line.HasSwitch(switches::kAppId)) { command_line 123 chrome/browser/shell_integration_win.cc command_line.GetSwitchValueASCII(switches::kAppId))); command_line 124 chrome/browser/shell_integration_win.cc } else if (command_line.HasSwitch(switches::kShowAppList)) { command_line 469 chrome/browser/shell_integration_win.cc CommandLine command_line(CommandLine::FromString(base::StringPrintf( command_line 474 chrome/browser/shell_integration_win.cc GetExpectedAppId(command_line, is_per_user_install)); command_line 39 chrome/browser/signin/signin_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 49 chrome/browser/signin/signin_browsertest.cc command_line->AppendSwitchASCII( command_line 53 chrome/browser/signin/signin_browsertest.cc command_line->AppendSwitch(switches::kIgnoreCertificateErrors); command_line 56 chrome/browser/signin/signin_browsertest.cc command_line->AppendSwitch(switches::kEnableWebBasedSignin); command_line 98 chrome/browser/speech/tts_linux.cc const CommandLine& command_line = *CommandLine::ForCurrentProcess(); command_line 99 chrome/browser/speech/tts_linux.cc if (!command_line.HasSwitch(switches::kEnableSpeechDispatcher)) command_line 125 chrome/browser/spellchecker/spelling_service_client.cc const CommandLine* command_line = CommandLine::ForCurrentProcess(); command_line 126 chrome/browser/spellchecker/spelling_service_client.cc if (command_line->HasSwitch(switches::kUseSpellingSuggestions)) command_line 183 chrome/browser/ssl/ssl_browser_tests.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 185 chrome/browser/ssl/ssl_browser_tests.cc command_line->AppendSwitch(switches::kAllowRunningInsecureContent); command_line 188 chrome/browser/ssl/ssl_browser_tests.cc command_line->AppendSwitch(switches::kProcessPerSite); command_line 360 chrome/browser/ssl/ssl_browser_tests.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 361 chrome/browser/ssl/ssl_browser_tests.cc command_line->AppendSwitch(switches::kNoDisplayingInsecureContent); command_line 369 chrome/browser/ssl/ssl_browser_tests.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 371 chrome/browser/ssl/ssl_browser_tests.cc command_line->AppendSwitch(switches::kIgnoreCertificateErrors); command_line 134 chrome/browser/sync/profile_sync_components_factory_impl.cc CommandLine* command_line) { command_line 137 chrome/browser/sync/profile_sync_components_factory_impl.cc command_line->GetSwitchValueASCII(switches::kDisableSyncTypes); command_line 145 chrome/browser/sync/profile_sync_components_factory_impl.cc Profile* profile, CommandLine* command_line) command_line 147 chrome/browser/sync/profile_sync_components_factory_impl.cc command_line_(command_line), command_line 28 chrome/browser/sync/profile_sync_components_factory_impl.h base::CommandLine* command_line); command_line 487 chrome/browser/sync/profile_sync_service.cc const CommandLine& command_line = *CommandLine::ForCurrentProcess(); command_line 491 chrome/browser/sync/profile_sync_service.cc if (command_line.HasSwitch(switches::kSyncServiceURL)) { command_line 492 chrome/browser/sync/profile_sync_service.cc std::string value(command_line.GetSwitchValueASCII( command_line 36 chrome/browser/sync/test/integration/single_client_app_list_sync_test.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 37 chrome/browser/sync/test/integration/single_client_app_list_sync_test.cc SyncTest::SetUpCommandLine(command_line); command_line 38 chrome/browser/sync/test/integration/single_client_app_list_sync_test.cc command_line->AppendSwitch(app_list::switches::kEnableSyncAppList); command_line 25 chrome/browser/sync/test/integration/single_client_managed_user_settings_sync_test.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 26 chrome/browser/sync/test/integration/single_client_managed_user_settings_sync_test.cc SyncTest::SetUpCommandLine(command_line); command_line 27 chrome/browser/sync/test/integration/single_client_managed_user_settings_sync_test.cc command_line->AppendSwitchASCII(switches::kManagedUserId, "asdf"); command_line 59 chrome/browser/sync/test/integration/two_client_app_list_sync_test.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 60 chrome/browser/sync/test/integration/two_client_app_list_sync_test.cc SyncTest::SetUpCommandLine(command_line); command_line 61 chrome/browser/sync/test/integration/two_client_app_list_sync_test.cc command_line->AppendSwitch(app_list::switches::kEnableSyncAppList); command_line 484 chrome/browser/sync/test/integration/two_client_app_list_sync_test.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 485 chrome/browser/sync/test/integration/two_client_app_list_sync_test.cc TwoClientAppListSyncTest::SetUpCommandLine(command_line); command_line 154 chrome/browser/sync_file_system/syncable_file_system_util.cc CommandLine command_line = *CommandLine::ForCurrentProcess(); command_line 155 chrome/browser/sync_file_system/syncable_file_system_util.cc if (command_line.HasSwitch(kSyncFileSystemV2Whitelist)) { command_line 157 chrome/browser/sync_file_system/syncable_file_system_util.cc command_line.GetSwitchValueASCII(kSyncFileSystemV2Whitelist); command_line 108 chrome/browser/task_manager/browser_process_resource_provider.cc const CommandLine* command_line = CommandLine::ForCurrentProcess(); command_line 109 chrome/browser/task_manager/browser_process_resource_provider.cc bool using_v8 = !command_line->HasSwitch(switches::kWinHttpProxyResolver); command_line 110 chrome/browser/task_manager/browser_process_resource_provider.cc if (using_v8 && command_line->HasSwitch(switches::kSingleProcess)) { command_line 103 chrome/browser/task_manager/task_manager_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 104 chrome/browser/task_manager/task_manager_browsertest.cc ExtensionBrowserTest::SetUpCommandLine(command_line); command_line 107 chrome/browser/task_manager/task_manager_browsertest.cc command_line->AppendSwitch(switches::kDisableDeviceDiscoveryNotifications); command_line 31 chrome/browser/task_manager/task_manager_notification_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 32 chrome/browser/task_manager/task_manager_notification_browsertest.cc ExtensionBrowserTest::SetUpCommandLine(command_line); command_line 167 chrome/browser/themes/theme_syncable_service_unittest.cc CommandLine command_line(CommandLine::NO_PROGRAM); command_line 172 chrome/browser/themes/theme_syncable_service_unittest.cc &command_line, base::FilePath(kExtensionFilePath), false); command_line 61 chrome/browser/translate/translate_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 66 chrome/browser/translate/translate_browsertest.cc command_line->AppendSwitchASCII( command_line 24 chrome/browser/ui/app_list/app_list_service.cc base::Time GetOriginalProcessStartTime(const CommandLine& command_line) { command_line 25 chrome/browser/ui/app_list/app_list_service.cc if (command_line.HasSwitch(switches::kOriginalProcessStartTime)) { command_line 27 chrome/browser/ui/app_list/app_list_service.cc command_line.GetSwitchValueASCII(switches::kOriginalProcessStartTime); command_line 42 chrome/browser/ui/app_list/app_list_service.cc StartupType GetStartupType(const CommandLine& command_line) { command_line 45 chrome/browser/ui/app_list/app_list_service.cc if (command_line.HasSwitch(switches::kOriginalProcessStartTime)) { command_line 46 chrome/browser/ui/app_list/app_list_service.cc return command_line.HasSwitch(switches::kFastStart) ? command_line 110 chrome/browser/ui/app_list/app_list_service.cc void AppListService::RecordShowTimings(const CommandLine& command_line) { command_line 111 chrome/browser/ui/app_list/app_list_service.cc base::Time start_time = GetOriginalProcessStartTime(command_line); command_line 116 chrome/browser/ui/app_list/app_list_service.cc StartupType startup = GetStartupType(command_line); command_line 54 chrome/browser/ui/app_list/app_list_service.h static void RecordShowTimings(const base::CommandLine& command_line); command_line 69 chrome/browser/ui/app_list/app_list_service_disabled.cc void AppListService::RecordShowTimings(const base::CommandLine& command_line) {} command_line 243 chrome/browser/ui/app_list/app_list_service_impl.cc const CommandLine& command_line, command_line 249 chrome/browser/ui/app_list/app_list_service_impl.cc command_line_(command_line), command_line 34 chrome/browser/ui/app_list/app_list_service_impl.h AppListServiceImpl(const base::CommandLine& command_line, command_line 166 chrome/browser/ui/app_list/app_list_service_interactive_uitest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 167 chrome/browser/ui/app_list/app_list_service_interactive_uitest.cc command_line->AppendSwitch(switches::kShowAppList); command_line 26 chrome/browser/ui/app_list/app_list_service_unittest.cc TestingAppListServiceImpl(const CommandLine& command_line, command_line 30 chrome/browser/ui/app_list/app_list_service_unittest.cc : AppListServiceImpl(command_line, command_line 88 chrome/browser/ui/app_list/app_list_service_unittest.cc void SetupWithCommandLine(const CommandLine& command_line) { command_line 106 chrome/browser/ui/app_list/app_list_service_unittest.cc command_line, command_line 179 chrome/browser/ui/app_list/app_list_service_unittest.cc CommandLine command_line(CommandLine::NO_PROGRAM); command_line 180 chrome/browser/ui/app_list/app_list_service_unittest.cc command_line.AppendSwitch(switches::kEnableAppList); command_line 181 chrome/browser/ui/app_list/app_list_service_unittest.cc SetupWithCommandLine(command_line); command_line 187 chrome/browser/ui/app_list/app_list_service_unittest.cc CommandLine command_line(CommandLine::NO_PROGRAM); command_line 188 chrome/browser/ui/app_list/app_list_service_unittest.cc command_line.AppendSwitch(switches::kResetAppListInstallState); command_line 189 chrome/browser/ui/app_list/app_list_service_unittest.cc SetupWithCommandLine(command_line); command_line 72 chrome/browser/ui/app_list/search/webstore/webstore_provider_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 73 chrome/browser/ui/app_list/search/webstore/webstore_provider_browsertest.cc command_line->AppendSwitchASCII(switches::kForceFieldTrials, command_line 240 chrome/browser/ui/app_list/start_page_service.cc CommandLine* command_line = CommandLine::ForCurrentProcess(); command_line 241 chrome/browser/ui/app_list/start_page_service.cc if (command_line->HasSwitch(::switches::kAppListStartPageURL)) { command_line 243 chrome/browser/ui/app_list/start_page_service.cc command_line->GetSwitchValueASCII(::switches::kAppListStartPageURL)); command_line 30 chrome/browser/ui/ash/keyboard_controller_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 31 chrome/browser/ui/ash/keyboard_controller_browsertest.cc command_line->AppendSwitch( command_line 33 chrome/browser/ui/ash/keyboard_controller_browsertest.cc command_line->AppendSwitch( command_line 314 chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 315 chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc ShelfAppBrowserTest::SetUpCommandLine(command_line); command_line 316 chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc command_line->AppendSwitch(switches::kNoStartupWindow); command_line 331 chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 332 chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc LauncherPlatformAppBrowserTest::SetUpCommandLine(command_line); command_line 333 chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc command_line->AppendSwitch( command_line 1658 chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 1659 chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc ShelfAppBrowserTestNoDefaultBrowser::SetUpCommandLine(command_line); command_line 1660 chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc command_line->AppendSwitchASCII("ash-host-window-bounds", command_line 242 chrome/browser/ui/ash/volume_controller_browsertest_chromeos.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 243 chrome/browser/ui/ash/volume_controller_browsertest_chromeos.cc VolumeControllerSoundsTest::SetUpCommandLine(command_line); command_line 244 chrome/browser/ui/ash/volume_controller_browsertest_chromeos.cc command_line->AppendSwitch(chromeos::switches::kDisableVolumeAdjustSound); command_line 45 chrome/browser/ui/aura/chrome_browser_main_extra_parts_aura.cc const CommandLine* command_line = CommandLine::ForCurrentProcess(); command_line 46 chrome/browser/ui/aura/chrome_browser_main_extra_parts_aura.cc if (command_line->HasSwitch(switches::kViewerConnect) || command_line 47 chrome/browser/ui/aura/chrome_browser_main_extra_parts_aura.cc command_line->HasSwitch(switches::kViewerLaunchViaAppId)) { command_line 113 chrome/browser/ui/aura/chrome_browser_main_extra_parts_aura.cc const CommandLine& command_line = *CommandLine::ForCurrentProcess(); command_line 114 chrome/browser/ui/aura/chrome_browser_main_extra_parts_aura.cc if (command_line.HasSwitch(switches::kUserDataDir)) command_line 312 chrome/browser/ui/autofill/autofill_dialog_controller_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 313 chrome/browser/ui/autofill/autofill_dialog_controller_browsertest.cc command_line->AppendSwitch(::switches::kReduceSecurityForTesting); command_line 1453 chrome/browser/ui/autofill/autofill_dialog_controller_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 1454 chrome/browser/ui/autofill/autofill_dialog_controller_browsertest.cc CHECK(!command_line->HasSwitch(::switches::kReduceSecurityForTesting)); command_line 2432 chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc CommandLine* command_line = CommandLine::ForCurrentProcess(); command_line 2435 chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc command_line->GetSwitchValueASCII(switches::kWalletServiceUseSandbox)); command_line 2437 chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc command_line->AppendSwitchASCII(switches::kWalletServiceUseSandbox, "1"); command_line 2447 chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc CommandLine* command_line = CommandLine::ForCurrentProcess(); command_line 2450 chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc command_line->GetSwitchValueASCII(switches::kWalletServiceUseSandbox)); command_line 2452 chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc command_line->AppendSwitchASCII(switches::kWalletServiceUseSandbox, "0"); command_line 57 chrome/browser/ui/bookmarks/bookmark_bubble_sign_in_delegate_unittest.cc CommandLine* command_line = CommandLine::ForCurrentProcess(); command_line 61 chrome/browser/ui/bookmarks/bookmark_bubble_sign_in_delegate_unittest.cc command_line->AppendSwitch(switches::kEnableWebBasedSignin); command_line 65 chrome/browser/ui/bookmarks/bookmark_bubble_sign_in_delegate_unittest.cc command_line, base::FilePath(), false); command_line 1254 chrome/browser/ui/browser_browsertest.cc CommandLine command_line(CommandLine::NO_PROGRAM); command_line 1255 chrome/browser/ui/browser_browsertest.cc command_line.AppendSwitchASCII(switches::kAppId, extension_app->id()); command_line 1259 chrome/browser/ui/browser_browsertest.cc StartupBrowserCreatorImpl launch(base::FilePath(), command_line, first_run); command_line 2047 chrome/browser/ui/browser_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 2048 chrome/browser/ui/browser_browsertest.cc command_line->AppendSwitch(switches::kDisablePopupBlocking); command_line 2084 chrome/browser/ui/browser_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 2085 chrome/browser/ui/browser_browsertest.cc command_line->AppendSwitch(switches::kKioskMode); command_line 2109 chrome/browser/ui/browser_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 2115 chrome/browser/ui/browser_browsertest.cc command_line->AppendSwitchPath(switches::kUserDataDir, tmp_profile); command_line 2134 chrome/browser/ui/browser_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 2135 chrome/browser/ui/browser_browsertest.cc command_line->AppendSwitch(switches::kKeepAliveForTest); command_line 2164 chrome/browser/ui/browser_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 2165 chrome/browser/ui/browser_browsertest.cc command_line->AppendSwitch(switches::kNoStartupWindow); command_line 2166 chrome/browser/ui/browser_browsertest.cc command_line->AppendSwitch(switches::kKeepAliveForTest); command_line 2218 chrome/browser/ui/browser_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 2221 chrome/browser/ui/browser_browsertest.cc command_line->AppendSwitchASCII(switches::kApp, url.spec()); command_line 21 chrome/browser/ui/browser_commands_mac.cc const CommandLine* command_line = CommandLine::ForCurrentProcess(); command_line 22 chrome/browser/ui/browser_commands_mac.cc if (command_line->HasSwitch(switches::kEnableSimplifiedFullscreen)) command_line 155 chrome/browser/ui/browser_navigator_browsertest_chromeos.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 156 chrome/browser/ui/browser_navigator_browsertest_chromeos.cc CommandLine command_line_copy = *command_line; command_line 162 chrome/browser/ui/browser_navigator_browsertest_chromeos.cc command_line); command_line 80 chrome/browser/ui/chrome_pages.cc const CommandLine* command_line = CommandLine::ForCurrentProcess(); command_line 81 chrome/browser/ui/chrome_pages.cc if (!command_line->HasSwitch(chromeos::switches::kDisableGeniusApp)) { command_line 370 chrome/browser/ui/extensions/application_launch.cc profile, extension, params.command_line, params.current_directory); command_line 78 chrome/browser/ui/extensions/application_launch.h base::CommandLine command_line; command_line 213 chrome/browser/ui/fullscreen/fullscreen_controller.cc const CommandLine* command_line = CommandLine::ForCurrentProcess(); command_line 214 chrome/browser/ui/fullscreen/fullscreen_controller.cc DCHECK(!command_line->HasSwitch(switches::kEnableSimplifiedFullscreen)); command_line 284 chrome/browser/ui/gtk/browser_window_gtk.cc const CommandLine& command_line = *CommandLine::ForCurrentProcess(); command_line 291 chrome/browser/ui/gtk/browser_window_gtk.cc } else if (command_line.HasSwitch(switches::kUserDataDir)) { command_line 297 chrome/browser/ui/gtk/browser_window_gtk.cc command_line.GetSwitchValueNative(switches::kUserDataDir); command_line 28 chrome/browser/ui/gtk/chrome_browser_main_extra_parts_gtk.cc const CommandLine& command_line = *CommandLine::ForCurrentProcess(); command_line 29 chrome/browser/ui/gtk/chrome_browser_main_extra_parts_gtk.cc if (command_line.HasSwitch(switches::kUserDataDir)) command_line 32 chrome/browser/ui/gtk/chrome_browser_main_extra_parts_gtk.cc gfx::GtkInitFromCommandLine(command_line); command_line 25 chrome/browser/ui/libgtk2ui/gtk2_util.cc void CommonInitFromCommandLine(const CommandLine& command_line, command_line 27 chrome/browser/ui/libgtk2ui/gtk2_util.cc const std::vector<std::string>& args = command_line.argv(); command_line 48 chrome/browser/ui/libgtk2ui/gtk2_util.cc void GtkInitFromCommandLine(const CommandLine& command_line) { command_line 49 chrome/browser/ui/libgtk2ui/gtk2_util.cc CommonInitFromCommandLine(command_line, gtk_init); command_line 28 chrome/browser/ui/libgtk2ui/gtk2_util.h void GtkInitFromCommandLine(const base::CommandLine& command_line); command_line 100 chrome/browser/ui/libgtk2ui/select_file_dialog_impl_kde.cc bool file_operation, bool multiple_selection, CommandLine* command_line); command_line 161 chrome/browser/ui/libgtk2ui/select_file_dialog_impl_kde.cc CommandLine command_line(cmd_vector); command_line 163 chrome/browser/ui/libgtk2ui/select_file_dialog_impl_kde.cc return base::GetAppOutput(command_line, &dummy); command_line 271 chrome/browser/ui/libgtk2ui/select_file_dialog_impl_kde.cc CommandLine command_line(cmd_vector); command_line 274 chrome/browser/ui/libgtk2ui/select_file_dialog_impl_kde.cc params.multiple_selection, &command_line); command_line 278 chrome/browser/ui/libgtk2ui/select_file_dialog_impl_kde.cc base::GetAppOutputWithExitCode(command_line, &output, &exit_code); command_line 298 chrome/browser/ui/libgtk2ui/select_file_dialog_impl_kde.cc CommandLine* command_line) { command_line 299 chrome/browser/ui/libgtk2ui/select_file_dialog_impl_kde.cc CHECK(command_line); command_line 303 chrome/browser/ui/libgtk2ui/select_file_dialog_impl_kde.cc command_line->AppendSwitchNative( command_line 308 chrome/browser/ui/libgtk2ui/select_file_dialog_impl_kde.cc command_line->AppendSwitchNative("--title", title); command_line 311 chrome/browser/ui/libgtk2ui/select_file_dialog_impl_kde.cc command_line->AppendSwitch("--multiple"); command_line 312 chrome/browser/ui/libgtk2ui/select_file_dialog_impl_kde.cc command_line->AppendSwitch("--separate-output"); command_line 314 chrome/browser/ui/libgtk2ui/select_file_dialog_impl_kde.cc command_line->AppendSwitch(type); command_line 317 chrome/browser/ui/libgtk2ui/select_file_dialog_impl_kde.cc command_line->AppendArgPath(base::FilePath(".")); command_line 319 chrome/browser/ui/libgtk2ui/select_file_dialog_impl_kde.cc command_line->AppendArgPath(path); command_line 323 chrome/browser/ui/libgtk2ui/select_file_dialog_impl_kde.cc command_line->AppendArg(GetMimeTypeFilterString()); command_line 324 chrome/browser/ui/libgtk2ui/select_file_dialog_impl_kde.cc VLOG(1) << "KDialog command line: " << command_line->GetCommandLineString(); command_line 267 chrome/browser/ui/panels/base_panel_browser_test.cc void BasePanelBrowserTest::SetUpCommandLine(CommandLine* command_line) { command_line 268 chrome/browser/ui/panels/base_panel_browser_test.cc command_line->AppendSwitch(switches::kEnablePanels); command_line 58 chrome/browser/ui/panels/base_panel_browser_test.h virtual void SetUpCommandLine(base::CommandLine* command_line) OVERRIDE; command_line 1770 chrome/browser/ui/panels/panel_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 1771 chrome/browser/ui/panels/panel_browsertest.cc ExtensionApiTest::SetUpCommandLine(command_line); command_line 1772 chrome/browser/ui/panels/panel_browsertest.cc command_line->AppendSwitch(switches::kEnablePanels); command_line 36 chrome/browser/ui/panels/panel_extension_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 37 chrome/browser/ui/panels/panel_extension_browsertest.cc ExtensionBrowserTest::SetUpCommandLine(command_line); command_line 38 chrome/browser/ui/panels/panel_extension_browsertest.cc command_line->AppendSwitch(switches::kEnablePanels); command_line 269 chrome/browser/ui/search/instant_extended_interactive_uitest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 270 chrome/browser/ui/search/instant_extended_interactive_uitest.cc command_line->AppendSwitchASCII( command_line 155 chrome/browser/ui/startup/autolaunch_prompt_win.cc const CommandLine& command_line = *CommandLine::ForCurrentProcess(); command_line 156 chrome/browser/ui/startup/autolaunch_prompt_win.cc if (!command_line.HasSwitch(switches::kAutoLaunchAtStartup) && command_line 272 chrome/browser/ui/startup/startup_browser_creator.cc const CommandLine& command_line, command_line 285 chrome/browser/ui/startup/startup_browser_creator.cc if (IncognitoModePrefs::ShouldLaunchIncognito(command_line, command_line 288 chrome/browser/ui/startup/startup_browser_creator.cc } else if (command_line.HasSwitch(switches::kIncognito)) { command_line 297 chrome/browser/ui/startup/startup_browser_creator.cc const bool silent_launch = command_line.HasSwitch(switches::kSilentLaunch); command_line 300 chrome/browser/ui/startup/startup_browser_creator.cc StartupBrowserCreatorImpl lwp(cur_dir, command_line, this, is_first_run); command_line 302 chrome/browser/ui/startup/startup_browser_creator.cc GetURLsFromCommandLine(command_line, cur_dir, profile); command_line 355 chrome/browser/ui/startup/startup_browser_creator.cc const CommandLine& command_line, command_line 384 chrome/browser/ui/startup/startup_browser_creator.cc if ((command_line.HasSwitch(switches::kRestoreLastSession) || command_line 390 chrome/browser/ui/startup/startup_browser_creator.cc IncognitoModePrefs::ShouldLaunchIncognito(command_line, prefs)) { command_line 407 chrome/browser/ui/startup/startup_browser_creator.cc const CommandLine& command_line, command_line 412 chrome/browser/ui/startup/startup_browser_creator.cc const CommandLine::StringVector& params = command_line.GetArgs(); command_line 468 chrome/browser/ui/startup/startup_browser_creator.cc const CommandLine& command_line, command_line 477 chrome/browser/ui/startup/startup_browser_creator.cc if (command_line.HasSwitch(switches::kDisablePromptOnRepost)) command_line 486 chrome/browser/ui/startup/startup_browser_creator.cc if (command_line.HasSwitch(switches::kCloudPrintFile) && command_line 488 chrome/browser/ui/startup/startup_browser_creator.cc command_line)) { command_line 493 chrome/browser/ui/startup/startup_browser_creator.cc if (command_line.HasSwitch(switches::kCheckCloudPrintConnectorPolicy)) { command_line 503 chrome/browser/ui/startup/startup_browser_creator.cc if (command_line.HasSwitch(switches::kExplicitlyAllowedPorts)) { command_line 505 chrome/browser/ui/startup/startup_browser_creator.cc command_line.GetSwitchValueASCII(switches::kExplicitlyAllowedPorts); command_line 509 chrome/browser/ui/startup/startup_browser_creator.cc if (command_line.HasSwitch(switches::kInstallFromWebstore)) { command_line 511 chrome/browser/ui/startup/startup_browser_creator.cc helper.InstallFromWebstore(command_line, last_used_profile); command_line 517 chrome/browser/ui/startup/startup_browser_creator.cc if (command_line.HasSwitch(switches::kValidateCrx)) { command_line 527 chrome/browser/ui/startup/startup_browser_creator.cc if (helper.ValidateCrx(command_line, &error)) command_line 535 chrome/browser/ui/startup/startup_browser_creator.cc if (command_line.HasSwitch(switches::kLimitedInstallFromWebstore)) { command_line 537 chrome/browser/ui/startup/startup_browser_creator.cc helper.LimitedInstallFromWebstore(command_line, last_used_profile, command_line 543 chrome/browser/ui/startup/startup_browser_creator.cc if (command_line.HasSwitch(chromeos::switches::kLoginManager) || command_line 544 chrome/browser/ui/startup/startup_browser_creator.cc command_line.HasSwitch(chromeos::switches::kLoginPassword)) { command_line 549 chrome/browser/ui/startup/startup_browser_creator.cc command_line.HasSwitch(switches::kAppId)) { command_line 552 chrome/browser/ui/startup/startup_browser_creator.cc command_line.GetSwitchValueASCII(switches::kAppId)); command_line 562 chrome/browser/ui/startup/startup_browser_creator.cc command_line.GetSwitchValueASCII(chromeos::switches::kLoginUser))) { command_line 573 chrome/browser/ui/startup/startup_browser_creator.cc command_line.HasSwitch(switches::kDumpBrowserHistograms)) { command_line 577 chrome/browser/ui/startup/startup_browser_creator.cc command_line.GetSwitchValuePath(switches::kDumpBrowserHistograms)); command_line 591 chrome/browser/ui/startup/startup_browser_creator.cc if (command_line.HasSwitch(apps::kLoadAndLaunchApp) && command_line 593 chrome/browser/ui/startup/startup_browser_creator.cc command_line, last_used_profile->GetPrefs())) { command_line 594 chrome/browser/ui/startup/startup_browser_creator.cc CommandLine::StringType path = command_line.GetSwitchValueNative( command_line 598 chrome/browser/ui/startup/startup_browser_creator.cc base::FilePath(path), command_line, cur_dir)) { command_line 638 chrome/browser/ui/startup/startup_browser_creator.cc if (!browser_creator->LaunchBrowser(command_line, last_used_profile, command_line 646 chrome/browser/ui/startup/startup_browser_creator.cc CommandLine command_line_without_urls(command_line.GetProgram()); command_line 647 chrome/browser/ui/startup/startup_browser_creator.cc const CommandLine::SwitchMap& switches = command_line.GetSwitches(); command_line 660 chrome/browser/ui/startup/startup_browser_creator.cc GetSessionStartupPref(command_line, *it); command_line 672 chrome/browser/ui/startup/startup_browser_creator.cc command_line : command_line_without_urls, *it, cur_dir, command_line 692 chrome/browser/ui/startup/startup_browser_creator.cc const CommandLine& command_line, command_line 697 chrome/browser/ui/startup/startup_browser_creator.cc ProcessCmdLineImpl(command_line, cur_dir, false, profile, Profiles(), NULL, command_line 703 chrome/browser/ui/startup/startup_browser_creator.cc const CommandLine& command_line, command_line 713 chrome/browser/ui/startup/startup_browser_creator.cc command_line, cur_dir), base::string16(), base::string16(), command_line 718 chrome/browser/ui/startup/startup_browser_creator.cc ProcessCmdLineImpl(command_line, cur_dir, false, profile, Profiles(), NULL, command_line 733 chrome/browser/ui/startup/startup_browser_creator.cc const CommandLine& command_line) { command_line 736 chrome/browser/ui/startup/startup_browser_creator.cc if (command_line.HasSwitch(switches::kShowAppList)) { command_line 741 chrome/browser/ui/startup/startup_browser_creator.cc if (command_line.HasSwitch(switches::kProfileDirectory)) { command_line 743 chrome/browser/ui/startup/startup_browser_creator.cc command_line.GetSwitchValuePath(switches::kProfileDirectory)); command_line 60 chrome/browser/ui/startup/startup_browser_creator.h const base::CommandLine& command_line, command_line 73 chrome/browser/ui/startup/startup_browser_creator.h bool LaunchBrowser(const base::CommandLine& command_line, command_line 86 chrome/browser/ui/startup/startup_browser_creator.h const base::CommandLine& command_line, command_line 122 chrome/browser/ui/startup/startup_browser_creator.h const base::CommandLine& command_line, command_line 126 chrome/browser/ui/startup/startup_browser_creator.h static bool ProcessCmdLineImpl(const base::CommandLine& command_line, command_line 136 chrome/browser/ui/startup/startup_browser_creator.h const base::CommandLine& command_line, command_line 174 chrome/browser/ui/startup/startup_browser_creator.h const base::CommandLine& command_line); command_line 93 chrome/browser/ui/startup/startup_browser_creator_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 94 chrome/browser/ui/startup/startup_browser_creator_browsertest.cc ExtensionBrowserTest::SetUpCommandLine(command_line); command_line 95 chrome/browser/ui/startup/startup_browser_creator_browsertest.cc command_line->AppendSwitch(switches::kEnablePanels); command_line 96 chrome/browser/ui/startup/startup_browser_creator_browsertest.cc command_line->AppendSwitchASCII(switches::kHomePage, command_line 100 chrome/browser/ui/startup/startup_browser_creator_browsertest.cc command_line->AppendSwitch(switches::kCreateBrowserOnStartupForTests); command_line 276 chrome/browser/ui/startup/startup_browser_creator_browsertest.cc CommandLine command_line(CommandLine::NO_PROGRAM); command_line 277 chrome/browser/ui/startup/startup_browser_creator_browsertest.cc command_line.AppendSwitchASCII(switches::kAppId, extension_app->id()); command_line 281 chrome/browser/ui/startup/startup_browser_creator_browsertest.cc StartupBrowserCreatorImpl launch(base::FilePath(), command_line, first_run); command_line 306 chrome/browser/ui/startup/startup_browser_creator_browsertest.cc CommandLine command_line(CommandLine::NO_PROGRAM); command_line 307 chrome/browser/ui/startup/startup_browser_creator_browsertest.cc command_line.AppendSwitchASCII(switches::kAppId, extension_app->id()); command_line 310 chrome/browser/ui/startup/startup_browser_creator_browsertest.cc StartupBrowserCreatorImpl launch(base::FilePath(), command_line, first_run); command_line 337 chrome/browser/ui/startup/startup_browser_creator_browsertest.cc CommandLine command_line(CommandLine::NO_PROGRAM); command_line 338 chrome/browser/ui/startup/startup_browser_creator_browsertest.cc command_line.AppendSwitchASCII(switches::kAppId, extension_app->id()); command_line 341 chrome/browser/ui/startup/startup_browser_creator_browsertest.cc StartupBrowserCreatorImpl launch(base::FilePath(), command_line, first_run); command_line 973 chrome/browser/ui/startup/startup_browser_creator_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 974 chrome/browser/ui/startup/startup_browser_creator_browsertest.cc InProcessBrowserTest::SetUpCommandLine(command_line); command_line 975 chrome/browser/ui/startup/startup_browser_creator_browsertest.cc command_line->AppendSwitchASCII(switches::kManagedUserId, "asdf"); command_line 1015 chrome/browser/ui/startup/startup_browser_creator_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE; command_line 1025 chrome/browser/ui/startup/startup_browser_creator_browsertest.cc CommandLine* command_line) { command_line 1026 chrome/browser/ui/startup/startup_browser_creator_browsertest.cc command_line->AppendSwitch(switches::kForceFirstRun); command_line 311 chrome/browser/ui/startup/startup_browser_creator_impl.cc const CommandLine& command_line, command_line 314 chrome/browser/ui/startup/startup_browser_creator_impl.cc command_line_(command_line), command_line 322 chrome/browser/ui/startup/startup_browser_creator_impl.cc const CommandLine& command_line, command_line 326 chrome/browser/ui/startup/startup_browser_creator_impl.cc command_line_(command_line), command_line 359 chrome/browser/ui/startup/startup_browser_creator_impl.cc params.command_line = command_line_; command_line 484 chrome/browser/ui/startup/startup_browser_creator_impl.cc params.command_line = command_line_; command_line 44 chrome/browser/ui/startup/startup_browser_creator_impl.h const base::CommandLine& command_line, command_line 47 chrome/browser/ui/startup/startup_browser_creator_impl.h const base::CommandLine& command_line, command_line 21 chrome/browser/ui/sync/profile_signin_confirmation_helper_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 23 chrome/browser/ui/sync/profile_signin_confirmation_helper_browsertest.cc InProcessBrowserTest::SetUpCommandLine(command_line); command_line 24 chrome/browser/ui/sync/profile_signin_confirmation_helper_browsertest.cc command_line->AppendSwitch(switches::kForceFirstRun); command_line 146 chrome/browser/ui/sync/profile_signin_confirmation_helper_unittest.cc CommandLine command_line(CommandLine::NO_PROGRAM); command_line 147 chrome/browser/ui/sync/profile_signin_confirmation_helper_unittest.cc system->CreateExtensionService(&command_line, command_line 145 chrome/browser/ui/toolbar/origin_chip_info_unittest.cc CommandLine command_line(CommandLine::NO_PROGRAM); command_line 152 chrome/browser/ui/toolbar/origin_chip_info_unittest.cc test_extension_system->CreateExtensionService(&command_line, command_line 147 chrome/browser/ui/views/app_list/win/app_list_service_win.cc CommandLine command_line(chrome_exe); command_line 148 chrome/browser/ui/views/app_list/win/app_list_service_win.cc command_line.CopySwitchesFrom(*current, kSwitchesToCopy, command_line 150 chrome/browser/ui/views/app_list/win/app_list_service_win.cc command_line.AppendSwitch(switches::kShowAppList); command_line 151 chrome/browser/ui/views/app_list/win/app_list_service_win.cc return command_line; command_line 159 chrome/browser/ui/views/app_list/win/app_list_service_win.cc CommandLine* command_line = CommandLine::ForCurrentProcess(); command_line 160 chrome/browser/ui/views/app_list/win/app_list_service_win.cc if (command_line->HasSwitch(switches::kUserDataDir)) { command_line 162 chrome/browser/ui/views/app_list/win/app_list_service_win.cc command_line->GetSwitchValuePath(switches::kUserDataDir).AppendASCII( command_line 45 chrome/browser/ui/views/apps/chrome_native_app_window_views_win.cc CommandLine command_line = ShellIntegration::CommandLineArgsForLauncher( command_line 55 chrome/browser/ui/views/apps/chrome_native_app_window_views_win.cc command_line.SetProgram(chrome_exe); command_line 56 chrome/browser/ui/views/apps/chrome_native_app_window_views_win.cc ui::win::SetRelaunchDetailsForWindow(command_line.GetCommandLineString(), command_line 42 chrome/browser/ui/views/ash/tab_scrubber_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 44 chrome/browser/ui/views/ash/tab_scrubber_browsertest.cc command_line->AppendSwitch(chromeos::switches::kNaturalScrollDefault); command_line 46 chrome/browser/ui/views/ash/tab_scrubber_browsertest.cc command_line->AppendSwitch(switches::kOpenAsh); command_line 121 chrome/browser/ui/views/frame/browser_frame.cc const CommandLine& command_line = *CommandLine::ForCurrentProcess(); command_line 129 chrome/browser/ui/views/frame/browser_frame.cc } else if (command_line.HasSwitch(switches::kUserDataDir)) { command_line 135 chrome/browser/ui/views/frame/browser_frame.cc command_line.GetSwitchValueNative(switches::kUserDataDir); command_line 95 chrome/browser/ui/views/frame/browser_window_property_manager_browsertest_win.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 96 chrome/browser/ui/views/frame/browser_window_property_manager_browsertest_win.cc command_line->AppendSwitch(switches::kEnableProfileShortcutManager); command_line 65 chrome/browser/ui/views/frame/browser_window_property_manager_win.cc CommandLine command_line(CommandLine::NO_PROGRAM); command_line 67 chrome/browser/ui/views/frame/browser_window_property_manager_win.cc shortcut_manager->GetShortcutProperties(profile_path, &command_line, command_line 69 chrome/browser/ui/views/frame/browser_window_property_manager_win.cc command_line_string = command_line.GetCommandLineString(); command_line 76 chrome/browser/ui/views/location_bar/star_view_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 77 chrome/browser/ui/views/location_bar/star_view_browsertest.cc command_line->AppendSwitch(switches::kDisableDwmComposition); command_line 34 chrome/browser/ui/views/new_avatar_menu_button_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE; command_line 54 chrome/browser/ui/views/new_avatar_menu_button_browsertest.cc void NewAvatarMenuButtonTest::SetUpCommandLine(CommandLine* command_line) { command_line 55 chrome/browser/ui/views/new_avatar_menu_button_browsertest.cc command_line->AppendSwitch(switches::kNewProfileManagement); command_line 356 chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 1459 chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 1460 chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc DetachToBrowserTabDragControllerTest::SetUpCommandLine(command_line); command_line 1462 chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc command_line->AppendSwitchASCII("ash-host-window-bounds", command_line 1878 chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 1879 chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc DetachToBrowserTabDragControllerTest::SetUpCommandLine(command_line); command_line 1880 chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc command_line->AppendSwitchASCII("ash-host-window-bounds", command_line 1984 chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 1985 chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc TabDragControllerTest::SetUpCommandLine(command_line); command_line 1986 chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc command_line->AppendSwitchASCII("ash-host-window-bounds", command_line 555 chrome/browser/ui/website_settings/website_settings.cc const CommandLine* command_line = CommandLine::ForCurrentProcess(); command_line 556 chrome/browser/ui/website_settings/website_settings.cc if (!command_line->HasSwitch(switches::kEnableWebMIDI)) command_line 27 chrome/browser/ui/webui/downloads_ui_browsertest.cc CommandLine* command_line) { command_line 28 chrome/browser/ui/webui/downloads_ui_browsertest.cc command_line->AppendSwitchASCII(switches::kManagedUserId, "asdf"); command_line 27 chrome/browser/ui/webui/downloads_ui_browsertest.h virtual void SetUpCommandLine(base::CommandLine* command_line) OVERRIDE; command_line 285 chrome/browser/ui/webui/help/help_handler.cc CommandLine::StringType command_line = command_line 287 chrome/browser/ui/webui/help/help_handler.cc source->AddString("commandLineInfo", command_line); command_line 430 chrome/browser/ui/webui/local_discovery/local_discovery_ui_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 431 chrome/browser/ui/webui/local_discovery/local_discovery_ui_browsertest.cc WebUIBrowserTest::SetUpCommandLine(command_line); command_line 386 chrome/browser/ui/webui/net_internals/net_internals_ui_browsertest.cc void NetInternalsTest::SetUpCommandLine(CommandLine* command_line) { command_line 387 chrome/browser/ui/webui/net_internals/net_internals_ui_browsertest.cc WebUIBrowserTest::SetUpCommandLine(command_line); command_line 389 chrome/browser/ui/webui/net_internals/net_internals_ui_browsertest.cc command_line->AppendSwitchASCII(switches::kPrerenderMode, command_line 26 chrome/browser/ui/webui/net_internals/net_internals_ui_browsertest.h virtual void SetUpCommandLine(base::CommandLine* command_line) OVERRIDE; command_line 123 chrome/browser/ui/webui/ntp/new_tab_ui_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 124 chrome/browser/ui/webui/ntp/new_tab_ui_browsertest.cc command_line->AppendSwitch(switches::kProcessPerTab); command_line 754 chrome/browser/ui/webui/options/browser_options_handler.cc const CommandLine& command_line = *CommandLine::ForCurrentProcess(); command_line 755 chrome/browser/ui/webui/options/browser_options_handler.cc if (!command_line.HasSwitch(switches::kUserDataDir)) { command_line 58 chrome/browser/ui/webui/options/chromeos/accounts_options_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 59 chrome/browser/ui/webui/options/chromeos/accounts_options_browsertest.cc LoginManagerTest::SetUpCommandLine(command_line); command_line 60 chrome/browser/ui/webui/options/chromeos/accounts_options_browsertest.cc command_line->AppendSwitch(::switches::kMultiProfiles); command_line 20 chrome/browser/ui/webui/options/chromeos/guest_mode_options_ui_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 21 chrome/browser/ui/webui/options/chromeos/guest_mode_options_ui_browsertest.cc command_line->AppendSwitch(chromeos::switches::kGuestSession); command_line 22 chrome/browser/ui/webui/options/chromeos/guest_mode_options_ui_browsertest.cc command_line->AppendSwitchASCII(chromeos::switches::kLoginUser, command_line 24 chrome/browser/ui/webui/options/chromeos/guest_mode_options_ui_browsertest.cc command_line->AppendSwitchASCII(chromeos::switches::kLoginProfile, command_line 26 chrome/browser/ui/webui/options/chromeos/guest_mode_options_ui_browsertest.cc command_line->AppendSwitch(switches::kIncognito); command_line 58 chrome/browser/ui/webui/options/chromeos/shared_options_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 59 chrome/browser/ui/webui/options/chromeos/shared_options_browsertest.cc LoginManagerTest::SetUpCommandLine(command_line); command_line 60 chrome/browser/ui/webui/options/chromeos/shared_options_browsertest.cc command_line->AppendSwitch(::switches::kMultiProfiles); command_line 121 chrome/browser/ui/webui/options/language_options_handler_common.cc const CommandLine& command_line = *CommandLine::ForCurrentProcess(); command_line 123 chrome/browser/ui/webui/options/language_options_handler_common.cc command_line.HasSwitch(switches::kEnableSpellingAutoCorrect); command_line 21 chrome/browser/ui/webui/password_manager_internals/password_manager_internals_ui_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE; command_line 53 chrome/browser/ui/webui/password_manager_internals/password_manager_internals_ui_browsertest.cc CommandLine* command_line) { command_line 54 chrome/browser/ui/webui/password_manager_internals/password_manager_internals_ui_browsertest.cc command_line->AppendSwitch(switches::kEnablePasswordManagerInternalsUI); command_line 1385 chrome/browser/ui/webui/print_preview/print_preview_handler.cc CommandLine* command_line = CommandLine::ForCurrentProcess(); command_line 1387 chrome/browser/ui/webui/print_preview/print_preview_handler.cc command_line->HasSwitch(switches::kEnablePrintPreviewRegisterPromos)) { command_line 1566 chrome/browser/ui/webui/print_preview/print_preview_handler.cc CommandLine* command_line = CommandLine::ForCurrentProcess(); command_line 1574 chrome/browser/ui/webui/print_preview/print_preview_handler.cc command_line->HasSwitch(switches::kEnablePrintPreviewRegisterPromos)); command_line 46 chrome/browser/ui/webui/print_preview/print_preview_ui_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 47 chrome/browser/ui/webui/print_preview/print_preview_ui_browsertest.cc command_line->AppendSwitch(switches::kEnablePrintPreview); command_line 34 chrome/browser/ui/webui/signin/user_manager_ui_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 35 chrome/browser/ui/webui/signin/user_manager_ui_browsertest.cc command_line->AppendSwitch(switches::kNewProfileManagement); command_line 103 chrome/browser/ui/webui/version_ui.cc std::string command_line; command_line 107 chrome/browser/ui/webui/version_ui.cc command_line += " " + *iter; command_line 110 chrome/browser/ui/webui/version_ui.cc html_source->AddString("command_line", command_line); command_line 30 chrome/browser/ui/window_sizer/window_sizer_ash_uitest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 31 chrome/browser/ui/window_sizer/window_sizer_ash_uitest.cc InProcessBrowserTest::SetUpCommandLine(command_line); command_line 33 chrome/browser/ui/window_sizer/window_sizer_ash_uitest.cc command_line->AppendSwitchASCII("ash-host-window-bounds", command_line 116 chrome/browser/unload_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 121 chrome/browser/unload_browsertest.cc command_line->AppendSwitch(switches::kDisablePopupBlocking); command_line 419 chrome/browser/unload_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 420 chrome/browser/unload_browsertest.cc UnloadTest::SetUpCommandLine(command_line); command_line 421 chrome/browser/unload_browsertest.cc command_line->AppendSwitch(switches::kEnableFastUnload); command_line 155 chrome/browser/upgrade_detector_impl.cc CommandLine command_line(*CommandLine::ForCurrentProcess()); command_line 165 chrome/browser/upgrade_detector_impl.cc if (command_line.HasSwitch(switches::kDisableBackgroundNetworking)) command_line 167 chrome/browser/upgrade_detector_impl.cc if (command_line.HasSwitch(switches::kSimulateUpgrade)) { command_line 171 chrome/browser/upgrade_detector_impl.cc if (command_line.HasSwitch(switches::kSimulateCriticalUpdate)) { command_line 184 chrome/browser/upgrade_detector_impl.cc if (command_line.HasSwitch(switches::kSimulateOutdatedNoAU)) { command_line 190 chrome/browser/upgrade_detector_impl.cc std::string build_date = command_line.GetSwitchValueASCII(switch_name); command_line 285 chrome/browser/upgrade_detector_impl.cc CommandLine command_line(*CommandLine::ForCurrentProcess()); command_line 286 chrome/browser/upgrade_detector_impl.cc command_line.AppendSwitch(switches::kProductVersion); command_line 288 chrome/browser/upgrade_detector_impl.cc if (!base::GetAppOutput(command_line, &reply)) { command_line 31 chrome/common/auto_start_linux.cc const std::string& command_line, command_line 47 chrome/common/auto_start_linux.cc "Exec=" + command_line + "\n" command_line 18 chrome/common/auto_start_linux.h const std::string& command_line, command_line 391 chrome/common/chrome_content_client.cc CommandLine* command_line = CommandLine::ForCurrentProcess(); command_line 395 chrome/common/chrome_content_client.cc if (command_line->HasSwitch(switches::kPpapiFlashPath)) command_line 399 chrome/common/chrome_content_client.cc command_line->HasSwitch(switches::kDisableBundledPpapiFlash); command_line 429 chrome/common/chrome_content_client.cc CommandLine* command_line = CommandLine::ForCurrentProcess(); command_line 430 chrome/common/chrome_content_client.cc if (command_line->HasSwitch(switches::kUserAgent)) command_line 431 chrome/common/chrome_content_client.cc return command_line->GetSwitchValueASCII(switches::kUserAgent); command_line 435 chrome/common/chrome_content_client.cc if (command_line->HasSwitch(switches::kUseMobileUserAgent)) command_line 71 chrome/common/chrome_content_client_unittest.cc CommandLine* command_line = CommandLine::ForCurrentProcess(); command_line 74 chrome/common/chrome_content_client_unittest.cc ASSERT_FALSE(command_line->HasSwitch(switches::kUseMobileUserAgent)); command_line 78 chrome/common/chrome_content_client_unittest.cc command_line->AppendSwitch(switches::kUseMobileUserAgent); command_line 79 chrome/common/chrome_content_client_unittest.cc ASSERT_TRUE(command_line->HasSwitch(switches::kUseMobileUserAgent)); command_line 265 chrome/common/crash_keys.cc void SetSwitchesFromCommandLine(const CommandLine* command_line) { command_line 266 chrome/common/crash_keys.cc DCHECK(command_line); command_line 267 chrome/common/crash_keys.cc if (!command_line) command_line 270 chrome/common/crash_keys.cc const CommandLine::StringVector& argv = command_line->argv(); command_line 28 chrome/common/crash_keys.h void SetSwitchesFromCommandLine(const base::CommandLine* command_line); command_line 63 chrome/common/crash_keys_unittest.cc CommandLine command_line(CommandLine::NO_PROGRAM); command_line 65 chrome/common/crash_keys_unittest.cc command_line.AppendSwitch(base::StringPrintf("--flag-%d", i)); command_line 66 chrome/common/crash_keys_unittest.cc crash_keys::SetSwitchesFromCommandLine(&command_line); command_line 75 chrome/common/crash_keys_unittest.cc CommandLine command_line(CommandLine::NO_PROGRAM); command_line 79 chrome/common/crash_keys_unittest.cc command_line.AppendSwitch(base::StringPrintf("--many-%d", i)); command_line 80 chrome/common/crash_keys_unittest.cc crash_keys::SetSwitchesFromCommandLine(&command_line); command_line 90 chrome/common/crash_keys_unittest.cc CommandLine command_line(CommandLine::NO_PROGRAM); command_line 92 chrome/common/crash_keys_unittest.cc command_line.AppendSwitch(base::StringPrintf("--fewer-%d", i)); command_line 93 chrome/common/crash_keys_unittest.cc crash_keys::SetSwitchesFromCommandLine(&command_line); command_line 210 chrome/common/extensions/manifest_handlers/app_launch_info.cc const CommandLine& command_line = *CommandLine::ForCurrentProcess(); command_line 211 chrome/common/extensions/manifest_handlers/app_launch_info.cc GURL cloud_print_service_url = GURL(command_line.GetSwitchValueASCII( command_line 130 chrome/common/logging_chrome.cc LoggingDestination DetermineLogMode(const CommandLine& command_line) { command_line 142 chrome/common/logging_chrome.cc if (command_line.HasSwitch(kInvertLoggingSwitch)) command_line 149 chrome/common/logging_chrome.cc if (command_line.GetSwitchValueASCII(switches::kEnableLogging) == "stderr") command_line 200 chrome/common/logging_chrome.cc base::FilePath GetSessionLogFile(const CommandLine& command_line) { command_line 207 chrome/common/logging_chrome.cc } else if (command_line.HasSwitch(chromeos::switches::kLoginProfile)) { command_line 211 chrome/common/logging_chrome.cc command_line.GetSwitchValueASCII(chromeos::switches::kLoginProfile); command_line 226 chrome/common/logging_chrome.cc void RedirectChromeLogging(const CommandLine& command_line) { command_line 239 chrome/common/logging_chrome.cc base::FilePath log_path = GetSessionLogFile(command_line); command_line 250 chrome/common/logging_chrome.cc settings.logging_dest = DetermineLogMode(command_line); command_line 262 chrome/common/logging_chrome.cc void InitChromeLogging(const CommandLine& command_line, command_line 267 chrome/common/logging_chrome.cc LoggingDestination logging_dest = DetermineLogMode(command_line); command_line 283 chrome/common/logging_chrome.cc if (command_line.HasSwitch(chromeos::switches::kGuestSession)) command_line 284 chrome/common/logging_chrome.cc log_path = GetSessionLogFile(command_line); command_line 340 chrome/common/logging_chrome.cc command_line.HasSwitch(switches::kNoErrorDialogs)) command_line 345 chrome/common/logging_chrome.cc if (command_line.HasSwitch(switches::kLoggingLevel)) { command_line 346 chrome/common/logging_chrome.cc std::string log_level = command_line.GetSwitchValueASCII( command_line 363 chrome/common/logging_chrome.cc if (command_line.HasSwitch(switches::kSilentDumpOnDCHECK)) command_line 34 chrome/common/logging_chrome.h void InitChromeLogging(const base::CommandLine& command_line, command_line 39 chrome/common/logging_chrome.h base::FilePath GetSessionLogFile(const base::CommandLine& command_line); command_line 42 chrome/common/logging_chrome.h void RedirectChromeLogging(const base::CommandLine& command_line); command_line 78 chrome/common/pepper_permission_util.cc const CommandLine& command_line = *CommandLine::ForCurrentProcess(); command_line 80 chrome/common/pepper_permission_util.cc command_line.GetSwitchValueASCII(command_line_switch); command_line 49 chrome/common/profiling.cc const CommandLine& command_line = *CommandLine::ForCurrentProcess(); command_line 50 chrome/common/profiling.cc if (command_line.HasSwitch(switches::kProfilingFile)) command_line 51 chrome/common/profiling.cc profile_name = command_line.GetSwitchValueASCII(switches::kProfilingFile); command_line 55 chrome/common/profiling.cc command_line.GetSwitchValueASCII(switches::kProcessType); command_line 72 chrome/common/profiling.cc const CommandLine& command_line = *CommandLine::ForCurrentProcess(); command_line 74 chrome/common/profiling.cc command_line.GetSwitchValueASCII(switches::kProfilingFlush); command_line 127 chrome/common/profiling.cc const CommandLine& command_line = *CommandLine::ForCurrentProcess(); command_line 129 chrome/common/profiling.cc command_line.GetSwitchValueASCII(switches::kProcessType); command_line 160 chrome/common/profiling.cc if (command_line.HasSwitch(switches::kProfilingAtStart)) { command_line 162 chrome/common/profiling.cc command_line.GetSwitchValueASCII(switches::kProfilingAtStart); command_line 170 chrome/common/profiling.cc const CommandLine& command_line = *CommandLine::ForCurrentProcess(); command_line 171 chrome/common/profiling.cc bool flush = command_line.HasSwitch(switches::kProfilingFlush); command_line 50 chrome/installer/mini_installer/configuration.cc bool Configuration::InitializeFromCommandLine(const wchar_t* command_line) { command_line 53 chrome/installer/mini_installer/configuration.cc command_line_ = command_line; command_line 37 chrome/installer/mini_installer/configuration.h const wchar_t* command_line() const { return command_line_; } command_line 60 chrome/installer/mini_installer/configuration.h bool InitializeFromCommandLine(const wchar_t* command_line); command_line 14 chrome/installer/mini_installer/configuration_test.cc explicit TestConfiguration(const wchar_t* command_line) : Configuration() { command_line 15 chrome/installer/mini_installer/configuration_test.cc Initialize(command_line); command_line 18 chrome/installer/mini_installer/configuration_test.cc void Initialize(const wchar_t* command_line) { command_line 19 chrome/installer/mini_installer/configuration_test.cc ASSERT_TRUE(InitializeFromCommandLine(command_line)); command_line 62 chrome/installer/mini_installer/configuration_test.cc TestConfiguration(kCommandLines[i]).command_line()); command_line 318 chrome/installer/mini_installer/mini_installer.cc cmd_to_append = configuration.command_line(); command_line 320 chrome/installer/mini_installer/mini_installer.cc const wchar_t* tmp = SearchStringI(configuration.command_line(), exe_name); command_line 94 chrome/installer/setup/setup_main.cc const CommandLine& command_line, command_line 101 chrome/installer/setup/setup_main.cc command_line.GetSwitchValuePath(installer::switches::kInstallArchive)); command_line 1690 chrome/installer/setup/setup_main.cc wchar_t* command_line, int show_command) { command_line 47 chrome/installer/setup/setup_util.cc const CommandLine& command_line, command_line 53 chrome/installer/setup/setup_util.cc CommandLine::SwitchMap switches(command_line.GetSwitches()); command_line 64 chrome/installer/setup/setup_util.cc CommandLine::StringVector args(command_line.GetArgs()); command_line 287 chrome/installer/setup/setup_util.cc const CommandLine& command_line, command_line 292 chrome/installer/setup/setup_util.cc base::FilePath prefs_source_path(command_line.GetSwitchValueNative( command_line 304 chrome/installer/setup/setup_util.cc if (!LaunchAndWaitForExistingInstall(setup_exe, command_line, &exit_code)) { command_line 81 chrome/installer/setup/setup_util.h const base::CommandLine& command_line, command_line 488 chrome/installer/test/alternate_version_generator.cc std::wstring command_line(1, L'"'); command_line 489 chrome/installer/test/alternate_version_generator.cc command_line command_line 498 chrome/installer/test/alternate_version_generator.cc if (!RunProcessAndWait(NULL, command_line, &exit_code)) command_line 570 chrome/installer/test/alternate_version_generator.cc std::wstring command_line; command_line 571 chrome/installer/test/alternate_version_generator.cc command_line.append(1, L'"') command_line 579 chrome/installer/test/alternate_version_generator.cc if (!RunProcessAndWait(NULL, command_line, &exit_code)) command_line 624 chrome/installer/test/alternate_version_generator.cc command_line.assign(1, L'"') command_line 630 chrome/installer/test/alternate_version_generator.cc if (!RunProcessAndWait(NULL, command_line, &exit_code)) command_line 34 chrome/installer/util/app_command.cc AppCommand::AppCommand(const base::string16& command_line) command_line 35 chrome/installer/util/app_command.cc : command_line_(command_line), command_line 30 chrome/installer/util/app_command.h explicit AppCommand(const base::string16& command_line); command_line 45 chrome/installer/util/app_command.h const base::string16& command_line() const { return command_line_; } command_line 46 chrome/installer/util/app_command.h void set_command_line(const base::string16& command_line) { command_line 47 chrome/installer/util/app_command.h command_line_ = command_line; command_line 46 chrome/installer/util/auto_launch_util.cc const CommandLine& command_line = *CommandLine::ForCurrentProcess(); command_line 47 chrome/installer/util/auto_launch_util.cc if (command_line.HasSwitch(switches::kUserDataDir)) { command_line 48 chrome/installer/util/auto_launch_util.cc path = command_line.GetSwitchValuePath(switches::kUserDataDir); command_line 198 chrome/installer/util/auto_launch_util.cc const CommandLine& command_line = *CommandLine::ForCurrentProcess(); command_line 199 chrome/installer/util/auto_launch_util.cc if (command_line.HasSwitch(switches::kUserDataDir)) { command_line 204 chrome/installer/util/auto_launch_util.cc command_line.GetSwitchValuePath(switches::kUserDataDir).value(); command_line 365 chrome/installer/util/install_util.cc CommandLine* command_line = CommandLine::ForCurrentProcess(); command_line 366 chrome/installer/util/install_util.cc CHECK(command_line); command_line 368 chrome/installer/util/install_util.cc if (command_line->HasSwitch(installer::switches::kChromeSxS)) command_line 528 chrome/installer/util/install_util.cc CommandLine* command_line) { command_line 529 chrome/installer/util/install_util.cc *command_line = CommandLine::FromString(L"\"" + program + L"\" " + arguments); command_line 179 chrome/installer/util/install_util.h base::CommandLine* command_line); command_line 34 chrome/installer/util/install_util_unittest.cc CommandLine command_line(CommandLine::NO_PROGRAM); command_line 45 chrome/installer/util/install_util_unittest.cc InstallUtil::MakeUninstallCommand(param.first, param.second, &command_line); command_line 46 chrome/installer/util/install_util_unittest.cc EXPECT_EQ(param.first, command_line.GetProgram().value()); command_line 48 chrome/installer/util/install_util_unittest.cc EXPECT_TRUE(command_line.GetSwitches().empty()); command_line 50 chrome/installer/util/install_util_unittest.cc EXPECT_EQ(2U, command_line.GetSwitches().size()); command_line 51 chrome/installer/util/install_util_unittest.cc EXPECT_TRUE(command_line.HasSwitch("do-something")); command_line 52 chrome/installer/util/install_util_unittest.cc EXPECT_TRUE(command_line.HasSwitch("silly")); command_line 215 chrome/installer/util/installation_validator.cc CommandLine cmd_line(CommandLine::FromString(app_cmd.command_line())); command_line 269 chrome/installer/util/installation_validator.cc CommandLine cmd_line(CommandLine::FromString(app_cmd.command_line())); command_line 298 chrome/installer/util/installation_validator.cc CommandLine cmd_line(CommandLine::FromString(app_cmd.command_line())); command_line 324 chrome/installer/util/installation_validator.cc CommandLine cmd_line(CommandLine::FromString(app_cmd.command_line())); command_line 91 chrome/installer/util/installer_state.cc void InstallerState::Initialize(const CommandLine& command_line, command_line 112 chrome/installer/util/installer_state.cc command_line.HasSwitch(installer::switches::kEnsureGoogleUpdatePresent); command_line 114 chrome/installer/util/installer_state.cc const bool is_uninstall = command_line.HasSwitch(switches::kUninstall); command_line 295 chrome/installer/util/installer_state.cc command_line.GetSwitchValueASCII(switches::kCriticalUpdateVersion)); command_line 78 chrome/installer/util/installer_state.h void Initialize(const base::CommandLine& command_line, command_line 147 chrome/installer/util/product.cc void Product::AppendProductFlags(CommandLine* command_line) const { command_line 148 chrome/installer/util/product.cc operations_->AppendProductFlags(options_, command_line); command_line 151 chrome/installer/util/product.cc void Product::AppendRenameFlags(CommandLine* command_line) const { command_line 152 chrome/installer/util/product.cc operations_->AppendRenameFlags(options_, command_line); command_line 120 chrome/installer/util/product.h void AppendProductFlags(base::CommandLine* command_line) const; command_line 123 chrome/installer/util/product.h void AppendRenameFlags(base::CommandLine* command_line) const; command_line 715 chrome/installer/util/shell_util.cc CommandLine command_line = CommandLine::FromString(uninstall_string); command_line 716 chrome/installer/util/shell_util.cc exe_path = command_line.GetProgram(); command_line 1118 chrome/installer/util/shell_util.cc CommandLine command_line(CommandLine::NO_PROGRAM); command_line 1131 chrome/installer/util/shell_util.cc command_line = CommandLine::FromString(value); command_line 1132 chrome/installer/util/shell_util.cc if (!ShortNameFromPath(command_line.GetProgram(), &short_path)) command_line 1702 chrome/installer/util/shell_util.cc CommandLine& command_line = *CommandLine::ForCurrentProcess(); command_line 1703 chrome/installer/util/shell_util.cc if (command_line.HasSwitch( command_line 1705 chrome/installer/util/shell_util.cc suffix = command_line.GetSwitchValueNative( command_line 2010 chrome/installer/util/shell_util.cc CommandLine& command_line = *CommandLine::ForCurrentProcess(); command_line 2015 chrome/installer/util/shell_util.cc } else if (command_line.HasSwitch( command_line 2017 chrome/installer/util/shell_util.cc suffix = command_line.GetSwitchValueNative( command_line 96 chrome/installer/util/wmi.cc bool WMIProcess::Launch(const std::wstring& command_line, int* process_id) { command_line 108 chrome/installer/util/wmi.cc ScopedVariant b_command_line(command_line.c_str()); command_line 73 chrome/installer/util/wmi.h static bool Launch(const std::wstring& command_line, int* process_id); command_line 200 chrome/renderer/autofill/autofill_renderer_browsertest.cc CommandLine* command_line = CommandLine::ForCurrentProcess(); command_line 201 chrome/renderer/autofill/autofill_renderer_browsertest.cc command_line->AppendSwitch(::switches::kReduceSecurityForTesting); command_line 284 chrome/renderer/chrome_content_renderer_client.cc CommandLine* command_line = CommandLine::ForCurrentProcess(); command_line 285 chrome/renderer/chrome_content_renderer_client.cc if (command_line->HasSwitch(switches::kEnableBenchmarking)) command_line 287 chrome/renderer/chrome_content_renderer_client.cc if (command_line->HasSwitch(switches::kEnableNetBenchmarking)) command_line 289 chrome/renderer/chrome_content_renderer_client.cc if (command_line->HasSwitch(switches::kInstantProcess)) command_line 292 chrome/renderer/chrome_content_renderer_client.cc if (command_line->HasSwitch(switches::kPlaybackMode) || command_line 293 chrome/renderer/chrome_content_renderer_client.cc command_line->HasSwitch(switches::kRecordMode) || command_line 294 chrome/renderer/chrome_content_renderer_client.cc command_line->HasSwitch(switches::kNoJsRandomness)) { command_line 313 chrome/renderer/chrome_content_renderer_client.cc if (!command_line->HasSwitch(switches::kInstantProcess)) command_line 432 chrome/renderer/chrome_content_renderer_client.cc CommandLine* command_line = CommandLine::ForCurrentProcess(); command_line 433 chrome/renderer/chrome_content_renderer_client.cc if (command_line->HasSwitch(switches::kInstantProcess)) command_line 1432 chrome/renderer/chrome_content_renderer_client.cc CommandLine* command_line = CommandLine::ForCurrentProcess(); command_line 1433 chrome/renderer/chrome_content_renderer_client.cc return !command_line->HasSwitch(extensions::switches::kExtensionProcess); command_line 256 chrome/renderer/chrome_render_process_observer.cc const CommandLine& command_line = *CommandLine::ForCurrentProcess(); command_line 257 chrome/renderer/chrome_render_process_observer.cc if (command_line.HasSwitch(switches::kEnableWatchdog)) { command_line 262 chrome/renderer/chrome_render_process_observer.cc bool enable_autofill = !command_line.HasSwitch( command_line 266 chrome/renderer/chrome_render_process_observer.cc command_line.HasSwitch(switches::kEnableExperimentalWebPlatformFeatures)); command_line 292 chrome/renderer/chrome_render_process_observer.cc if (!command_line.HasSwitch(switches::kSingleProcess)) command_line 223 chrome/renderer/chrome_render_view_observer.cc const CommandLine& command_line = *CommandLine::ForCurrentProcess(); command_line 224 chrome/renderer/chrome_render_view_observer.cc if (!command_line.HasSwitch(switches::kDisableClientSidePhishingDetection)) command_line 463 chrome/renderer/extensions/dispatcher.cc const CommandLine& command_line = *(CommandLine::ForCurrentProcess()); command_line 465 chrome/renderer/extensions/dispatcher.cc command_line.HasSwitch(extensions::switches::kExtensionProcess) || command_line 466 chrome/renderer/extensions/dispatcher.cc command_line.HasSwitch(::switches::kSingleProcess); command_line 42 chrome/renderer/extensions/renderer_permissions_policy_delegate.cc CommandLine* command_line = CommandLine::ForCurrentProcess(); command_line 43 chrome/renderer/extensions/renderer_permissions_policy_delegate.cc if (command_line->HasSwitch(::switches::kSigninProcess)) { command_line 88 chrome/renderer/net/net_error_helper.cc CommandLine* command_line = CommandLine::ForCurrentProcess(); command_line 90 chrome/renderer/net/net_error_helper.cc command_line->HasSwitch(switches::kEnableOfflineAutoReload); command_line 54 chrome/renderer/safe_browsing/phishing_classifier_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 55 chrome/renderer/safe_browsing/phishing_classifier_browsertest.cc command_line->AppendSwitch(switches::kSingleProcess); command_line 58 chrome/renderer/safe_browsing/phishing_classifier_browsertest.cc command_line->AppendSwitch(switches::kDisableAcceleratedCompositing); command_line 145 chrome/renderer/safe_browsing/phishing_classifier_delegate_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 146 chrome/renderer/safe_browsing/phishing_classifier_delegate_browsertest.cc command_line->AppendSwitch(switches::kSingleProcess); command_line 149 chrome/renderer/safe_browsing/phishing_classifier_delegate_browsertest.cc command_line->AppendSwitch(switches::kDisableAcceleratedCompositing); command_line 76 chrome/renderer/safe_browsing/phishing_dom_feature_extractor_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 77 chrome/renderer/safe_browsing/phishing_dom_feature_extractor_browsertest.cc command_line->AppendSwitch(switches::kSingleProcess); command_line 80 chrome/renderer/safe_browsing/phishing_dom_feature_extractor_browsertest.cc command_line->AppendSwitch(switches::kDisableAcceleratedCompositing); command_line 181 chrome/renderer/spellchecker/spellcheck_provider.cc const CommandLine& command_line = *CommandLine::ForCurrentProcess(); command_line 182 chrome/renderer/spellchecker/spellcheck_provider.cc if (command_line.HasSwitch(switches::kEnableSpellingAutoCorrect)) { command_line 59 chrome/service/cloud_print/connector_settings.cc const CommandLine& command_line = *CommandLine::ForCurrentProcess(); command_line 61 chrome/service/cloud_print/connector_settings.cc GURL(command_line.GetSwitchValueASCII(switches::kCloudPrintServiceURL)); command_line 27 chrome/service/service_main.cc if (parameters.command_line.HasSwitch(switches::kWaitForDebugger)) { command_line 32 chrome/service/service_main.cc << parameters.command_line.GetCommandLineString(); command_line 44 chrome/service/service_main.cc parameters.command_line, command_line 131 chrome/service/service_process.cc const CommandLine& command_line, command_line 142 chrome/service/service_process.cc argv[0] = strdup(command_line.argv()[0].c_str()); command_line 182 chrome/service/service_process.cc if (command_line.HasSwitch(switches::kIgnoreUrlFetcherCertRequests)) command_line 186 chrome/service/service_process.cc std::string locale = command_line.GetSwitchValueASCII(switches::kLang); command_line 201 chrome/service/service_process.cc PrepareRestartOnCrashEnviroment(command_line); command_line 205 chrome/service/service_process.cc if (command_line.HasSwitch(switches::kEnableCloudPrintProxy) || command_line 43 chrome/service/service_process.h const base::CommandLine& command_line, command_line 21 chrome/service/service_process_unittest.cc CommandLine command_line(CommandLine::NO_PROGRAM); command_line 22 chrome/service/service_process_unittest.cc EXPECT_TRUE(process.Initialize(&main_message_loop, command_line, &state)); command_line 65 chrome/test/base/chrome_test_launcher.cc CommandLine* command_line, const base::FilePath& temp_data_dir) OVERRIDE { command_line 66 chrome/test/base/chrome_test_launcher.cc CommandLine new_command_line(command_line->GetProgram()); command_line 67 chrome/test/base/chrome_test_launcher.cc CommandLine::SwitchMap switches = command_line->GetSwitches(); command_line 82 chrome/test/base/chrome_test_launcher.cc *command_line = new_command_line; command_line 152 chrome/test/base/in_process_browser_test.cc CommandLine* command_line = CommandLine::ForCurrentProcess(); command_line 154 chrome/test/base/in_process_browser_test.cc SetUpCommandLine(command_line); command_line 156 chrome/test/base/in_process_browser_test.cc PrepareTestCommandLine(command_line); command_line 169 chrome/test/base/in_process_browser_test.cc base::FilePath log_dir = logging::GetSessionLogFile(*command_line).DirName(); command_line 206 chrome/test/base/in_process_browser_test.cc void InProcessBrowserTest::PrepareTestCommandLine(CommandLine* command_line) { command_line 208 chrome/test/base/in_process_browser_test.cc test_launcher_utils::PrepareBrowserCommandLineForTests(command_line); command_line 211 chrome/test/base/in_process_browser_test.cc command_line->AppendSwitchASCII(switches::kTestType, kBrowserTestType); command_line 214 chrome/test/base/in_process_browser_test.cc if (command_line->HasSwitch(switches::kAshBrowserTests)) { command_line 215 chrome/test/base/in_process_browser_test.cc command_line->AppendSwitchNative(switches::kViewerLaunchViaAppId, command_line 220 chrome/test/base/in_process_browser_test.cc command_line->AppendSwitch(switches::kSilentLaunch); command_line 236 chrome/test/base/in_process_browser_test.cc command_line->AppendSwitchPath(switches::kBrowserSubprocessPath, command_line 242 chrome/test/base/in_process_browser_test.cc command_line->AppendSwitch(switches::kDisableZeroBrowsersOpenForTests); command_line 244 chrome/test/base/in_process_browser_test.cc if (command_line->GetArgs().empty()) command_line 245 chrome/test/base/in_process_browser_test.cc command_line->AppendArg(content::kAboutBlankURL); command_line 249 chrome/test/base/in_process_browser_test.cc CommandLine* command_line = CommandLine::ForCurrentProcess(); command_line 251 chrome/test/base/in_process_browser_test.cc command_line->GetSwitchValuePath(switches::kUserDataDir); command_line 189 chrome/test/base/in_process_browser_test.h void PrepareTestCommandLine(base::CommandLine* command_line); command_line 23 chrome/test/base/test_launcher_utils.cc void PrepareBrowserCommandLineForTests(CommandLine* command_line) { command_line 25 chrome/test/base/test_launcher_utils.cc command_line->AppendSwitch(switches::kDisableWebResources); command_line 29 chrome/test/base/test_launcher_utils.cc command_line->AppendSwitch(switches::kDisablePreconnect); command_line 32 chrome/test/base/test_launcher_utils.cc command_line->AppendSwitch(switches::kNoFirstRun); command_line 36 chrome/test/base/test_launcher_utils.cc command_line->AppendSwitch(switches::kNoDefaultBrowserCheck); command_line 40 chrome/test/base/test_launcher_utils.cc if (!command_line->HasSwitch(switches::kEnableLogging)) command_line 41 chrome/test/base/test_launcher_utils.cc command_line->AppendSwitchASCII(switches::kEnableLogging, "stderr"); command_line 42 chrome/test/base/test_launcher_utils.cc if (!command_line->HasSwitch(switches::kLoggingLevel)) command_line 43 chrome/test/base/test_launcher_utils.cc command_line->AppendSwitchASCII(switches::kLoggingLevel, "0"); // info command_line 46 chrome/test/base/test_launcher_utils.cc command_line->AppendSwitch(switches::kSbDisableAutoUpdate); command_line 49 chrome/test/base/test_launcher_utils.cc command_line->AppendSwitch(switches::kDisableDefaultApps); command_line 54 chrome/test/base/test_launcher_utils.cc command_line->AppendSwitch( command_line 63 chrome/test/base/test_launcher_utils.cc if (!command_line->HasSwitch(switches::kPasswordStore)) command_line 64 chrome/test/base/test_launcher_utils.cc command_line->AppendSwitchASCII(switches::kPasswordStore, "basic"); command_line 69 chrome/test/base/test_launcher_utils.cc command_line->AppendSwitch(os_crypt::switches::kUseMockKeychain); command_line 72 chrome/test/base/test_launcher_utils.cc command_line->AppendSwitch(switches::kDisableComponentUpdate); command_line 22 chrome/test/base/test_launcher_utils.h void PrepareBrowserCommandLineForTests(base::CommandLine* command_line); command_line 15 chrome/test/data/webui/print_preview.cc void PrintPreviewWebUITest::SetUpCommandLine(CommandLine* command_line) { command_line 16 chrome/test/data/webui/print_preview.cc WebUIBrowserTest::SetUpCommandLine(command_line); command_line 18 chrome/test/data/webui/print_preview.cc command_line->AppendSwitch(switches::kEnablePrintPreview); command_line 17 chrome/test/data/webui/print_preview.h virtual void SetUpCommandLine(base::CommandLine* command_line) OVERRIDE; command_line 58 chrome/test/gpu/gpu_feature_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 59 chrome/test/gpu/gpu_feature_browsertest.cc command_line->AppendSwitch(switches::kDisablePopupBlocking); command_line 60 chrome/test/gpu/gpu_feature_browsertest.cc command_line->AppendSwitchASCII(switches::kWindowSize, "400,300"); command_line 233 chrome/test/gpu/gpu_feature_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 234 chrome/test/gpu/gpu_feature_browsertest.cc GpuFeatureTest::SetUpCommandLine(command_line); command_line 235 chrome/test/gpu/gpu_feature_browsertest.cc command_line->AppendSwitch(switches::kDisableAcceleratedCompositing); command_line 286 chrome/test/gpu/gpu_feature_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 287 chrome/test/gpu/gpu_feature_browsertest.cc GpuFeatureTest::SetUpCommandLine(command_line); command_line 290 chrome/test/gpu/gpu_feature_browsertest.cc command_line->AppendSwitch(switches::kDisableExperimentalWebGL); command_line 323 chrome/test/gpu/gpu_feature_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 324 chrome/test/gpu/gpu_feature_browsertest.cc GpuFeatureTest::SetUpCommandLine(command_line); command_line 325 chrome/test/gpu/gpu_feature_browsertest.cc command_line->AppendSwitch(switches::kDisableGLMultisampling); command_line 402 chrome/test/gpu/gpu_feature_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 403 chrome/test/gpu/gpu_feature_browsertest.cc GpuFeatureTest::SetUpCommandLine(command_line); command_line 404 chrome/test/gpu/gpu_feature_browsertest.cc command_line->AppendSwitch(switches::kDisableAccelerated2dCanvas); command_line 431 chrome/test/gpu/gpu_feature_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 432 chrome/test/gpu/gpu_feature_browsertest.cc GpuFeatureTest::SetUpCommandLine(command_line); command_line 433 chrome/test/gpu/gpu_feature_browsertest.cc command_line->AppendSwitch(switches::kEnableThreadedCompositing); command_line 47 chrome/test/mini_installer_test/run_all_unittests.cc const CommandLine& command_line = *CommandLine::ForCurrentProcess(); command_line 50 chrome/test/mini_installer_test/run_all_unittests.cc if (command_line.HasSwitch(switches::kInstallerHelp)) { command_line 53 chrome/test/mini_installer_test/run_all_unittests.cc command_line.GetProgram().value().c_str()); command_line 65 chrome/test/mini_installer_test/run_all_unittests.cc if (command_line.HasSwitch(switches::kInstallerTestBackup)) { command_line 66 chrome/test/mini_installer_test/run_all_unittests.cc BackUpProfile(command_line.HasSwitch( command_line 71 chrome/test/mini_installer_test/run_all_unittests.cc command_line.HasSwitch(switches::kInstallerTestForce)) { command_line 211 chrome/test/nacl/nacl_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 212 chrome/test/nacl/nacl_browsertest.cc NaClBrowserTestPnacl::SetUpCommandLine(command_line); command_line 214 chrome/test/nacl/nacl_browsertest.cc command_line->AppendSwitch(switches::kEnableNaClDebug); command_line 218 chrome/test/nacl/nacl_browsertest.cc command_line->AppendSwitch(switches::kNoSandbox); command_line 276 chrome/test/nacl/nacl_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 277 chrome/test/nacl/nacl_browsertest.cc NaClBrowserTestPnaclDebug::SetUpCommandLine(command_line); command_line 278 chrome/test/nacl/nacl_browsertest.cc command_line->AppendSwitchASCII(switches::kNaClDebugMask, command_line 426 chrome/test/nacl/nacl_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 427 chrome/test/nacl/nacl_browsertest.cc NaClBrowserTestNewlib::SetUpCommandLine(command_line); command_line 435 chrome/test/nacl/nacl_browsertest.cc command_line->AppendSwitchPath(switches::kLoadExtension, command_line 205 chrome/test/nacl/nacl_browsertest_util.cc void NaClBrowserTestBase::SetUpCommandLine(base::CommandLine* command_line) { command_line 206 chrome/test/nacl/nacl_browsertest_util.cc command_line->AppendSwitch(switches::kEnableNaCl); command_line 318 chrome/test/nacl/nacl_browsertest_util.cc base::CommandLine* command_line) { command_line 319 chrome/test/nacl/nacl_browsertest_util.cc NaClBrowserTestBase::SetUpCommandLine(command_line); command_line 320 chrome/test/nacl/nacl_browsertest_util.cc command_line->AppendSwitch(switches::kDisablePnacl); command_line 328 chrome/test/nacl/nacl_browsertest_util.cc base::CommandLine* command_line) { command_line 329 chrome/test/nacl/nacl_browsertest_util.cc NaClBrowserTestBase::SetUpCommandLine(command_line); command_line 330 chrome/test/nacl/nacl_browsertest_util.cc command_line->AppendSwitch(switches::kEnableNaClNonSfiMode); command_line 65 chrome/test/nacl/nacl_browsertest_util.h virtual void SetUpCommandLine(base::CommandLine* command_line) OVERRIDE; command_line 130 chrome/test/nacl/nacl_browsertest_util.h virtual void SetUpCommandLine(base::CommandLine* command_line) OVERRIDE; command_line 141 chrome/test/nacl/nacl_browsertest_util.h virtual void SetUpCommandLine(base::CommandLine* command_line) OVERRIDE; command_line 18 chrome/test/perf/browser_perf_test.cc void BrowserPerfTest::SetUpCommandLine(CommandLine* command_line) { command_line 20 chrome/test/perf/browser_perf_test.cc command_line->AppendSwitch(switches::kDisableBackgroundNetworking); command_line 21 chrome/test/perf/browser_perf_test.h virtual void SetUpCommandLine(base::CommandLine* command_line) OVERRIDE; command_line 48 chrome/test/ppapi/ppapi_test.cc void AddPrivateSwitches(base::CommandLine* command_line) { command_line 50 chrome/test/ppapi/ppapi_test.cc command_line->AppendSwitch(switches::kUnlimitedStorage); command_line 51 chrome/test/ppapi/ppapi_test.cc command_line->AppendSwitchASCII(switches::kAllowNaClFileHandleAPI, command_line 141 chrome/test/ppapi/ppapi_test.cc void PPAPITestBase::SetUpCommandLine(base::CommandLine* command_line) { command_line 143 chrome/test/ppapi/ppapi_test.cc command_line->AppendSwitch(switches::kEnableFileCookies); command_line 147 chrome/test/ppapi/ppapi_test.cc command_line->AppendSwitch(switches::kEnablePepperTesting); command_line 150 chrome/test/ppapi/ppapi_test.cc command_line->AppendSwitch(switches::kDisableSmoothScrolling); command_line 308 chrome/test/ppapi/ppapi_test.cc void PPAPITest::SetUpCommandLine(base::CommandLine* command_line) { command_line 309 chrome/test/ppapi/ppapi_test.cc PPAPITestBase::SetUpCommandLine(command_line); command_line 321 chrome/test/ppapi/ppapi_test.cc command_line->AppendSwitchNative(switches::kRegisterPepperPlugins, command_line 323 chrome/test/ppapi/ppapi_test.cc command_line->AppendSwitchASCII(switches::kAllowNaClSocketAPI, "127.0.0.1"); command_line 326 chrome/test/ppapi/ppapi_test.cc command_line->AppendSwitch(switches::kPpapiInProcess); command_line 334 chrome/test/ppapi/ppapi_test.cc void PPAPIPrivateTest::SetUpCommandLine(base::CommandLine* command_line) { command_line 335 chrome/test/ppapi/ppapi_test.cc PPAPITest::SetUpCommandLine(command_line); command_line 336 chrome/test/ppapi/ppapi_test.cc AddPrivateSwitches(command_line); command_line 343 chrome/test/ppapi/ppapi_test.cc void OutOfProcessPPAPITest::SetUpCommandLine(base::CommandLine* command_line) { command_line 344 chrome/test/ppapi/ppapi_test.cc PPAPITest::SetUpCommandLine(command_line); command_line 345 chrome/test/ppapi/ppapi_test.cc command_line->AppendSwitch(switches::kUseFakeDeviceForMediaStream); command_line 346 chrome/test/ppapi/ppapi_test.cc command_line->AppendSwitch(switches::kUseFakeUIForMediaStream); command_line 350 chrome/test/ppapi/ppapi_test.cc base::CommandLine* command_line) { command_line 351 chrome/test/ppapi/ppapi_test.cc OutOfProcessPPAPITest::SetUpCommandLine(command_line); command_line 352 chrome/test/ppapi/ppapi_test.cc AddPrivateSwitches(command_line); command_line 355 chrome/test/ppapi/ppapi_test.cc void PPAPINaClTest::SetUpCommandLine(base::CommandLine* command_line) { command_line 357 chrome/test/ppapi/ppapi_test.cc PPAPITestBase::SetUpCommandLine(command_line); command_line 360 chrome/test/ppapi/ppapi_test.cc command_line->AppendSwitch(switches::kEnableNaCl); command_line 361 chrome/test/ppapi/ppapi_test.cc command_line->AppendSwitchASCII(switches::kAllowNaClSocketAPI, "127.0.0.1"); command_line 362 chrome/test/ppapi/ppapi_test.cc command_line->AppendSwitch(switches::kUseFakeDeviceForMediaStream); command_line 363 chrome/test/ppapi/ppapi_test.cc command_line->AppendSwitch(switches::kUseFakeUIForMediaStream); command_line 425 chrome/test/ppapi/ppapi_test.cc base::CommandLine* command_line) { command_line 426 chrome/test/ppapi/ppapi_test.cc PPAPINaClNewlibTest::SetUpCommandLine(command_line); command_line 427 chrome/test/ppapi/ppapi_test.cc AddPrivateSwitches(command_line); command_line 438 chrome/test/ppapi/ppapi_test.cc base::CommandLine* command_line) { command_line 439 chrome/test/ppapi/ppapi_test.cc PPAPINaClGLibcTest::SetUpCommandLine(command_line); command_line 440 chrome/test/ppapi/ppapi_test.cc AddPrivateSwitches(command_line); command_line 451 chrome/test/ppapi/ppapi_test.cc base::CommandLine* command_line) { command_line 452 chrome/test/ppapi/ppapi_test.cc PPAPINaClTest::SetUpCommandLine(command_line); command_line 453 chrome/test/ppapi/ppapi_test.cc command_line->AppendSwitch(switches::kEnableNaClNonSfiMode); command_line 464 chrome/test/ppapi/ppapi_test.cc base::CommandLine* command_line) { command_line 465 chrome/test/ppapi/ppapi_test.cc PPAPINaClPNaClTest::SetUpCommandLine(command_line); command_line 466 chrome/test/ppapi/ppapi_test.cc AddPrivateSwitches(command_line); command_line 470 chrome/test/ppapi/ppapi_test.cc base::CommandLine* command_line) { command_line 471 chrome/test/ppapi/ppapi_test.cc PPAPITestBase::SetUpCommandLine(command_line); command_line 474 chrome/test/ppapi/ppapi_test.cc command_line->AppendSwitch(switches::kEnableNaCl); command_line 44 chrome/test/ppapi/ppapi_test.h virtual void SetUpCommandLine(base::CommandLine* command_line) OVERRIDE; command_line 102 chrome/test/ppapi/ppapi_test.h virtual void SetUpCommandLine(base::CommandLine* command_line) OVERRIDE; command_line 112 chrome/test/ppapi/ppapi_test.h virtual void SetUpCommandLine(base::CommandLine* command_line) OVERRIDE; command_line 121 chrome/test/ppapi/ppapi_test.h virtual void SetUpCommandLine(base::CommandLine* command_line) OVERRIDE; command_line 126 chrome/test/ppapi/ppapi_test.h virtual void SetUpCommandLine(base::CommandLine* command_line) OVERRIDE; command_line 132 chrome/test/ppapi/ppapi_test.h virtual void SetUpCommandLine(base::CommandLine* command_line) OVERRIDE; command_line 156 chrome/test/ppapi/ppapi_test.h virtual void SetUpCommandLine(base::CommandLine* command_line) OVERRIDE; command_line 168 chrome/test/ppapi/ppapi_test.h virtual void SetUpCommandLine(base::CommandLine* command_line) OVERRIDE; command_line 181 chrome/test/ppapi/ppapi_test.h virtual void SetUpCommandLine(base::CommandLine* command_line); command_line 189 chrome/test/ppapi/ppapi_test.h virtual void SetUpCommandLine(base::CommandLine* command_line) OVERRIDE; command_line 194 chrome/test/ppapi/ppapi_test.h virtual void SetUpCommandLine(base::CommandLine* command_line) OVERRIDE; command_line 544 chrome/test/remoting/remote_desktop_browsertest.cc CommandLine* command_line = CommandLine::ForCurrentProcess(); command_line 553 chrome/test/remoting/remote_desktop_browsertest.cc if (command_line->HasSwitch(kOverrideUserDataDir)) { command_line 555 chrome/test/remoting/remote_desktop_browsertest.cc command_line->GetSwitchValuePath(kOverrideUserDataDir); command_line 559 chrome/test/remoting/remote_desktop_browsertest.cc command_line->AppendSwitchPath(switches::kUserDataDir, command_line 563 chrome/test/remoting/remote_desktop_browsertest.cc username_ = command_line->GetSwitchValueASCII(kUsername); command_line 564 chrome/test/remoting/remote_desktop_browsertest.cc password_ = command_line->GetSwitchValueASCII(kkPassword); command_line 565 chrome/test/remoting/remote_desktop_browsertest.cc me2me_pin_ = command_line->GetSwitchValueASCII(kMe2MePin); command_line 566 chrome/test/remoting/remote_desktop_browsertest.cc remote_host_name_ = command_line->GetSwitchValueASCII(kRemoteHostName); command_line 567 chrome/test/remoting/remote_desktop_browsertest.cc extension_name_ = command_line->GetSwitchValueASCII(kExtensionName); command_line 568 chrome/test/remoting/remote_desktop_browsertest.cc http_server_ = command_line->GetSwitchValueASCII(kHttpServer); command_line 570 chrome/test/remoting/remote_desktop_browsertest.cc no_cleanup_ = command_line->HasSwitch(kNoCleanup); command_line 571 chrome/test/remoting/remote_desktop_browsertest.cc no_install_ = command_line->HasSwitch(kNoInstall); command_line 574 chrome/test/remoting/remote_desktop_browsertest.cc webapp_crx_ = command_line->GetSwitchValuePath(kWebAppCrx); command_line 575 chrome/test/remoting/remote_desktop_browsertest.cc webapp_unpacked_ = command_line->GetSwitchValuePath(kWebAppUnpacked); command_line 583 chrome/test/remoting/remote_desktop_browsertest.cc command_line->AppendSwitch(switches::kEnableWebBasedSignin); command_line 586 chrome/test/remoting/remote_desktop_browsertest.cc command_line->AppendSwitch( command_line 15 chrome/test/security_tests/sandbox_browsertest_win.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 16 chrome/test/security_tests/sandbox_browsertest_win.cc command_line->AppendSwitchASCII(switches::kTestSandbox, command_line 336 chrome/utility/chrome_content_utility_client.cc CommandLine* command_line = CommandLine::ForCurrentProcess(); command_line 337 chrome/utility/chrome_content_utility_client.cc std::string lang = command_line->GetSwitchValueASCII(switches::kLang); command_line 341 chrome/utility/chrome_content_utility_client.cc if (command_line->HasSwitch(switches::kUtilityProcessRunningElevated)) { command_line 81 chrome_elf/breakpad.cc wchar_t* command_line = ::GetCommandLine(); command_line 88 chrome_elf/breakpad.cc return (command_line && wcsstr(command_line, kNoErrorDialogs)); command_line 205 chrome_elf/chrome_elf_util.cc wchar_t* command_line = GetCommandLine(); command_line 206 chrome_elf/chrome_elf_util.cc bool has_process_type_flag = command_line && wcsstr(command_line, L"--type"); command_line 46 chromeos/dbus/fake_session_manager_client.cc const std::string& command_line) { command_line 32 chromeos/dbus/fake_session_manager_client.h virtual void RestartJob(int pid, const std::string& command_line) OVERRIDE; command_line 888 chromeos/dbus/fake_shill_manager_client.cc CommandLine* command_line = CommandLine::ForCurrentProcess(); command_line 889 chromeos/dbus/fake_shill_manager_client.cc if (command_line->HasSwitch(switches::kShillStub)) { command_line 891 chromeos/dbus/fake_shill_manager_client.cc command_line->GetSwitchValueASCII(switches::kShillStub); command_line 840 chromeos/dbus/power_manager_client.cc CommandLine* command_line = CommandLine::ForCurrentProcess(); command_line 841 chromeos/dbus/power_manager_client.cc if (!command_line || !command_line->HasSwitch(switches::kPowerStub)) command_line 844 chromeos/dbus/power_manager_client.cc command_line->GetSwitchValueASCII(switches::kPowerStub); command_line 61 chromeos/dbus/session_manager_client.cc virtual void RestartJob(int pid, const std::string& command_line) OVERRIDE { command_line 66 chromeos/dbus/session_manager_client.cc writer.AppendString(command_line); command_line 520 chromeos/dbus/session_manager_client.cc virtual void RestartJob(int pid, const std::string& command_line) OVERRIDE {} command_line 71 chromeos/dbus/session_manager_client.h virtual void RestartJob(int pid, const std::string& command_line) = 0; command_line 60 chromeos/network/network_sms_handler_unittest.cc CommandLine* command_line = CommandLine::ForCurrentProcess(); command_line 61 chromeos/network/network_sms_handler_unittest.cc command_line->AppendSwitch(chromeos::switches::kSmsTestMessages); command_line 262 chromeos/system/statistics_provider.cc CommandLine* command_line = CommandLine::ForCurrentProcess(); command_line 263 chromeos/system/statistics_provider.cc if (command_line->HasSwitch(switches::kAppOemManifestFile)) { command_line 265 chromeos/system/statistics_provider.cc command_line->GetSwitchValuePath(switches::kAppOemManifestFile)); command_line 112 chromeos/tools/onc_validator/onc_validator.cc const CommandLine& command_line = *CommandLine::ForCurrentProcess(); command_line 113 chromeos/tools/onc_validator/onc_validator.cc CommandLine::StringVector args = command_line.GetArgs(); command_line 125 chromeos/tools/onc_validator/onc_validator.cc command_line.HasSwitch(kSwitchErrorOnUnknownField), command_line 126 chromeos/tools/onc_validator/onc_validator.cc command_line.HasSwitch(kSwitchErrorOnWrongRecommended), command_line 127 chromeos/tools/onc_validator/onc_validator.cc command_line.HasSwitch(kSwitchErrorOnMissingField), command_line 128 chromeos/tools/onc_validator/onc_validator.cc command_line.HasSwitch(kSwitchManagedOnc)); command_line 130 chromeos/tools/onc_validator/onc_validator.cc if (command_line.HasSwitch(kSwitchUserPolicy)) command_line 132 chromeos/tools/onc_validator/onc_validator.cc else if (command_line.HasSwitch(kSwitchDevicePolicy)) command_line 134 chromeos/tools/onc_validator/onc_validator.cc else if (command_line.HasSwitch(kSwitchUserImport)) command_line 203 cloud_print/common/win/install_utils.cc CommandLine command_line(temp_path); command_line 204 cloud_print/common/win/install_utils.cc command_line.AppendSwitchPath(delete_switch, installer_source.DirName()); command_line 207 cloud_print/common/win/install_utils.cc if (!base::LaunchProcess(command_line, options, &process_handle)) { command_line 156 cloud_print/service/win/cloud_print_service.cc CommandLine command_line(CommandLine::NO_PROGRAM); command_line 157 cloud_print/service/win/cloud_print_service.cc command_line.ParseFromString(lpCmdLine); command_line 159 cloud_print/service/win/cloud_print_service.cc LOG(INFO) << command_line.GetCommandLineString(); command_line 162 cloud_print/service/win/cloud_print_service.cc *pnRetCode = ParseCommandLine(command_line, &is_service); command_line 200 cloud_print/service/win/cloud_print_service.cc HRESULT ParseCommandLine(const CommandLine& command_line, bool* is_service) { command_line 206 cloud_print/service/win/cloud_print_service.cc command_line.GetSwitchValuePath(switches::kUserDataDir); command_line 210 cloud_print/service/win/cloud_print_service.cc if (command_line.HasSwitch(kStopSwitch)) command_line 213 cloud_print/service/win/cloud_print_service.cc if (command_line.HasSwitch(kUninstallSwitch)) command_line 216 cloud_print/service/win/cloud_print_service.cc if (command_line.HasSwitch(kInstallSwitch)) { command_line 235 cloud_print/service/win/cloud_print_service.cc command_line.HasSwitch(switches::kEnableLogging)); command_line 236 cloud_print/service/win/cloud_print_service.cc if (SUCCEEDED(hr) && command_line.HasSwitch(kStartSwitch)) command_line 242 cloud_print/service/win/cloud_print_service.cc if (command_line.HasSwitch(kStartSwitch)) command_line 245 cloud_print/service/win/cloud_print_service.cc if (command_line.HasSwitch(kConsoleSwitch)) { command_line 246 cloud_print/service/win/cloud_print_service.cc check_requirements_ = command_line.HasSwitch(kRequirementsSwitch); command_line 253 cloud_print/service/win/cloud_print_service.cc if (command_line.HasSwitch(kServiceSwitch) || command_line 254 cloud_print/service/win/cloud_print_service.cc command_line.HasSwitch(kRequirementsSwitch)) { command_line 256 cloud_print/service/win/cloud_print_service.cc check_requirements_ = command_line.HasSwitch(kRequirementsSwitch); command_line 80 cloud_print/service/win/installer.cc const CommandLine& command_line(*CommandLine::ForCurrentProcess()); command_line 82 cloud_print/service/win/installer.cc if (command_line.HasSwitch(kInstallSwitch)) { command_line 107 cloud_print/service/win/installer.cc } else if (command_line.HasSwitch(kUninstallSwitch)) { command_line 119 cloud_print/service/win/installer.cc } else if (command_line.HasSwitch(kDeleteSwitch)) { command_line 120 cloud_print/service/win/installer.cc base::FilePath delete_path = command_line.GetSwitchValuePath(kDeleteSwitch); command_line 167 cloud_print/service/win/service_controller.cc CommandLine command_line(service_path); command_line 168 cloud_print/service/win/service_controller.cc command_line.AppendSwitch(run_switch); command_line 170 cloud_print/service/win/service_controller.cc command_line.AppendSwitchPath(switches::kUserDataDir, user_data_dir); command_line 172 cloud_print/service/win/service_controller.cc command_line.AppendSwitch(switches::kEnableLogging); command_line 173 cloud_print/service/win/service_controller.cc command_line.AppendSwitchASCII(switches::kV, "1"); command_line 176 cloud_print/service/win/service_controller.cc CopyChromeSwitchesFromCurrentProcess(&command_line); command_line 203 cloud_print/service/win/service_controller.cc SERVICE_ERROR_NORMAL, command_line.GetCommandLineString().c_str(), command_line 91 cloud_print/virtual_driver/win/install/setup.cc CommandLine command_line(net_path); command_line 92 cloud_print/virtual_driver/win/install/setup.cc command_line.AppendArg(command); command_line 93 cloud_print/virtual_driver/win/install/setup.cc command_line.AppendArg("spooler"); command_line 94 cloud_print/virtual_driver/win/install/setup.cc command_line.AppendArg("/y"); command_line 99 cloud_print/virtual_driver/win/install/setup.cc VLOG(0) << command_line.GetCommandLineString(); command_line 100 cloud_print/virtual_driver/win/install/setup.cc base::LaunchProcess(command_line, options, NULL); command_line 129 cloud_print/virtual_driver/win/install/setup.cc CommandLine command_line(regsvr32_path); command_line 130 cloud_print/virtual_driver/win/install/setup.cc command_line.AppendArg("/s"); command_line 132 cloud_print/virtual_driver/win/install/setup.cc command_line.AppendArg("/u"); command_line 136 cloud_print/virtual_driver/win/install/setup.cc command_line.AppendArgPath(GetSystemPath(GetPortMonitorDllName())); command_line 142 cloud_print/virtual_driver/win/install/setup.cc if (!base::LaunchProcess(command_line.GetCommandLineString(), options, command_line 506 cloud_print/virtual_driver/win/install/setup.cc const CommandLine& command_line = *CommandLine::ForCurrentProcess(); command_line 514 cloud_print/virtual_driver/win/install/setup.cc if (command_line.HasSwitch(kDelete)) { command_line 515 cloud_print/virtual_driver/win/install/setup.cc return DoDelete(command_line.GetSwitchValuePath(kDelete)); command_line 516 cloud_print/virtual_driver/win/install/setup.cc } else if (command_line.HasSwitch(kUninstallSwitch)) { command_line 518 cloud_print/virtual_driver/win/install/setup.cc } else if (command_line.HasSwitch(kInstallSwitch)) { command_line 520 cloud_print/virtual_driver/win/install/setup.cc } else if (command_line.HasSwitch(kUnregisterSwitch)) { command_line 522 cloud_print/virtual_driver/win/install/setup.cc } else if (command_line.HasSwitch(kRegisterSwitch)) { command_line 213 cloud_print/virtual_driver/win/port_monitor/port_monitor.cc CommandLine command_line(chrome_path); command_line 217 cloud_print/virtual_driver/win/port_monitor/port_monitor.cc command_line.AppendSwitchPath(switches::kUserDataDir, chrome_profile); command_line 219 cloud_print/virtual_driver/win/port_monitor/port_monitor.cc command_line.AppendSwitchPath(switches::kCloudPrintFile, xps_path); command_line 220 cloud_print/virtual_driver/win/port_monitor/port_monitor.cc command_line.AppendSwitchNative(switches::kCloudPrintFileType, kXpsMimeType); command_line 221 cloud_print/virtual_driver/win/port_monitor/port_monitor.cc command_line.AppendSwitchNative(switches::kCloudPrintJobTitle, job_title); command_line 224 cloud_print/virtual_driver/win/port_monitor/port_monitor.cc base::LaunchProcess(command_line, options, NULL); command_line 245 cloud_print/virtual_driver/win/port_monitor/port_monitor.cc CommandLine command_line(ie_path); command_line 246 cloud_print/virtual_driver/win/port_monitor/port_monitor.cc command_line.AppendArg(kChromeInstallUrl); command_line 250 cloud_print/virtual_driver/win/port_monitor/port_monitor.cc base::LaunchProcess(command_line, options, NULL); command_line 36 components/autofill/content/browser/wallet/wallet_service_url.cc const CommandLine* command_line = CommandLine::ForCurrentProcess(); command_line 38 components/autofill/content/browser/wallet/wallet_service_url.cc command_line->GetSwitchValueASCII(switches::kWalletServiceUseSandbox)); command_line 44 components/autofill/content/browser/wallet/wallet_service_url.cc if (command_line->HasSwitch(::switches::kReduceSecurityForTesting)) command_line 60 components/autofill/content/browser/wallet/wallet_service_url.cc const CommandLine& command_line = *CommandLine::ForCurrentProcess(); command_line 62 components/autofill/content/browser/wallet/wallet_service_url.cc command_line.GetSwitchValueASCII(switches::kWalletServiceUrl); command_line 80 components/autofill/content/browser/wallet/wallet_service_url.cc const CommandLine& command_line = *CommandLine::ForCurrentProcess(); command_line 82 components/autofill/content/browser/wallet/wallet_service_url.cc command_line.GetSwitchValueASCII(switches::kWalletSecureServiceUrl); command_line 91 components/autofill/content/browser/wallet/wallet_service_url.cc const CommandLine& command_line = *CommandLine::ForCurrentProcess(); command_line 93 components/autofill/content/browser/wallet/wallet_service_url.cc command_line.HasSwitch(switches::kWalletServiceUrl) ? command_line 91 components/autofill/content/browser/wallet/wallet_service_url_unittest.cc CommandLine* command_line = CommandLine::ForCurrentProcess(); command_line 92 components/autofill/content/browser/wallet/wallet_service_url_unittest.cc command_line->AppendSwitch(::switches::kReduceSecurityForTesting); command_line 95 components/autofill/content/browser/wallet/wallet_service_url_unittest.cc command_line->AppendSwitchASCII(switches::kWalletServiceUseSandbox, "0"); command_line 100 components/autofill/content/browser/wallet/wallet_service_url_unittest.cc CommandLine* command_line = CommandLine::ForCurrentProcess(); command_line 101 components/autofill/content/browser/wallet/wallet_service_url_unittest.cc command_line->AppendSwitchASCII(switches::kWalletServiceUseSandbox, "1"); command_line 106 components/autofill/content/browser/wallet/wallet_service_url_unittest.cc command_line->AppendSwitchASCII(switches::kWalletServiceUrl, command_line 117 components/autofill/content/browser/wallet/wallet_service_url_unittest.cc CommandLine* command_line = CommandLine::ForCurrentProcess(); command_line 118 components/autofill/content/browser/wallet/wallet_service_url_unittest.cc command_line->AppendSwitchASCII(switches::kWalletServiceUseSandbox, "1"); command_line 51 components/autofill/core/common/password_generation_util.cc CommandLine* command_line = CommandLine::ForCurrentProcess(); command_line 52 components/autofill/core/common/password_generation_util.cc if (command_line->HasSwitch(switches::kDisablePasswordGeneration)) command_line 55 components/autofill/core/common/password_generation_util.cc if (command_line->HasSwitch(switches::kEnablePasswordGeneration)) command_line 209 components/breakpad/app/breakpad_linux.cc void SetClientIdFromCommandLine(const CommandLine& command_line) { command_line 212 components/breakpad/app/breakpad_linux.cc command_line.GetSwitchValueASCII(switches::kEnableCrashReporter); command_line 1534 components/breakpad/app/breakpad_linux.cc const CommandLine* command_line = CommandLine::ForCurrentProcess(); command_line 1535 components/breakpad/app/breakpad_linux.cc if (command_line->HasSwitch(switches::kEnableCrashReporter)) { command_line 97 components/dom_distiller/standalone/content_extractor.cc const CommandLine& command_line) { command_line 99 components/dom_distiller/standalone/content_extractor.cc if (command_line.HasSwitch(kUrlSwitch)) { command_line 100 components/dom_distiller/standalone/content_extractor.cc std::string url_string = command_line.GetSwitchValueASCII(kUrlSwitch); command_line 152 components/dom_distiller/standalone/content_extractor.cc const CommandLine& command_line = *CommandLine::ForCurrentProcess(); command_line 153 components/dom_distiller/standalone/content_extractor.cc request_ = ContentExtractionRequest::CreateForCommandLine(command_line); command_line 52 components/nacl/loader/nacl_helper_win_64.cc const CommandLine& command_line = *CommandLine::ForCurrentProcess(); command_line 54 components/nacl/loader/nacl_helper_win_64.cc command_line.GetSwitchValueASCII(switches::kProcessType); command_line 60 components/nacl/loader/nacl_helper_win_64.cc content::SetupCRT(command_line); command_line 62 components/nacl/loader/nacl_helper_win_64.cc if (command_line.HasSwitch(switches::kEnableLogging)) command_line 70 components/nacl/loader/nacl_helper_win_64.cc content::MainFunctionParams main_params(command_line); command_line 19 components/nacl/loader/nacl_main.cc const CommandLine& parsed_command_line = parameters.command_line; command_line 212 components/policy/core/browser/browser_policy_connector.cc CommandLine* command_line = CommandLine::ForCurrentProcess(); command_line 213 components/policy/core/browser/browser_policy_connector.cc if (command_line->HasSwitch(switches::kDeviceManagementUrl)) command_line 214 components/policy/core/browser/browser_policy_connector.cc return command_line->GetSwitchValueASCII(switches::kDeviceManagementUrl); command_line 94 components/policy/core/common/cloud/cloud_policy_constants.cc CommandLine* command_line = CommandLine::ForCurrentProcess(); command_line 95 components/policy/core/common/cloud/cloud_policy_constants.cc if (command_line->HasSwitch(switches::kDisablePolicyKeyVerification)) { command_line 106 components/policy/core/common/cloud/cloud_policy_constants.cc CommandLine* command_line = CommandLine::ForCurrentProcess(); command_line 107 components/policy/core/common/cloud/cloud_policy_constants.cc if (command_line->HasSwitch(switches::kFakeCloudPolicyType)) command_line 30 components/precache/core/precache_fetcher.cc const CommandLine& command_line = *CommandLine::ForCurrentProcess(); command_line 31 components/precache/core/precache_fetcher.cc if (command_line.HasSwitch(switches::kPrecacheConfigSettingsURL)) { command_line 33 components/precache/core/precache_fetcher.cc command_line.GetSwitchValueASCII(switches::kPrecacheConfigSettingsURL)); command_line 46 components/precache/core/precache_fetcher.cc const CommandLine& command_line = *CommandLine::ForCurrentProcess(); command_line 47 components/precache/core/precache_fetcher.cc if (command_line.HasSwitch(switches::kPrecacheManifestURLPrefix)) { command_line 48 components/precache/core/precache_fetcher.cc return command_line.GetSwitchValueASCII( command_line 66 components/translate/core/browser/translate_script.cc const CommandLine& command_line = *CommandLine::ForCurrentProcess(); command_line 67 components/translate/core/browser/translate_script.cc if (command_line.HasSwitch(translate::switches::kTranslateScriptURL)) { command_line 68 components/translate/core/browser/translate_script.cc translate_script_url = GURL(command_line.GetSwitchValueASCII( command_line 107 components/translate/core/browser/translate_script_unittest.cc CommandLine* command_line = CommandLine::ForCurrentProcess(); command_line 108 components/translate/core/browser/translate_script_unittest.cc command_line->AppendSwitchASCII(translate::switches::kTranslateScriptURL, command_line 117 components/translate/core/common/translate_util.cc CommandLine* command_line = CommandLine::ForCurrentProcess(); command_line 118 components/translate/core/common/translate_util.cc if (command_line->HasSwitch(switches::kTranslateSecurityOrigin)) { command_line 120 components/translate/core/common/translate_util.cc command_line->GetSwitchValueASCII(switches::kTranslateSecurityOrigin); command_line 91 components/translate/core/common/translate_util_unittest.cc CommandLine* command_line = CommandLine::ForCurrentProcess(); command_line 92 components/translate/core/common/translate_util_unittest.cc command_line->AppendSwitchASCII(translate::switches::kTranslateSecurityOrigin, command_line 232 components/variations/variations_seed_processor.cc CommandLine* command_line = CommandLine::ForCurrentProcess(); command_line 236 components/variations/variations_seed_processor.cc command_line->HasSwitch(experiment.forcing_flag())) { command_line 78 content/app/android/library_loader_hooks.cc CommandLine* command_line = CommandLine::ForCurrentProcess(); command_line 80 content/app/android/library_loader_hooks.cc if (command_line->HasSwitch(switches::kTraceStartup)) { command_line 82 content/app/android/library_loader_hooks.cc command_line->GetSwitchValueASCII(switches::kTraceStartup)); command_line 245 content/app/content_main_runner.cc static base::ProcessId GetBrowserPid(const CommandLine& command_line) { command_line 248 content/app/content_main_runner.cc if (command_line.HasSwitch(switches::kProcessChannelID)) { command_line 251 content/app/content_main_runner.cc command_line.GetSwitchValueASCII(switches::kProcessChannelID); command_line 279 content/app/content_main_runner.cc static void InitializeStatsTable(const CommandLine& command_line) { command_line 285 content/app/content_main_runner.cc if (command_line.HasSwitch(switches::kEnableStatsTable)) { command_line 290 content/app/content_main_runner.cc static_cast<unsigned int>(GetBrowserPid(command_line))); command_line 381 content/app/content_main_runner.cc const CommandLine& command_line = *CommandLine::ForCurrentProcess(); command_line 383 content/app/content_main_runner.cc command_line.GetSwitchValueASCII(switches::kProcessType); command_line 389 content/app/content_main_runner.cc InitializeStatsTable(command_line); command_line 391 content/app/content_main_runner.cc MainFunctionParams main_params(command_line); command_line 416 content/app/content_main_runner.cc CommandLine& command_line = *CommandLine::ForCurrentProcess(); command_line 417 content/app/content_main_runner.cc if (command_line.HasSwitch(switches::kSingleProcess)) { command_line 421 content/app/content_main_runner.cc if (command_line.HasSwitch(switches::kInProcessGPU)) { command_line 664 content/app/content_main_runner.cc const CommandLine& command_line = *CommandLine::ForCurrentProcess(); command_line 666 content/app/content_main_runner.cc command_line.GetSwitchValueASCII(switches::kProcessType); command_line 679 content/app/content_main_runner.cc if (command_line.HasSwitch(switches::kEnableLogging)) command_line 685 content/app/content_main_runner.cc if (command_line.HasSwitch(switches::kTraceStartup)) { command_line 687 content/app/content_main_runner.cc command_line.GetSwitchValueASCII(switches::kTraceStartup)); command_line 716 content/app/content_main_runner.cc if (command_line.HasSwitch(switches::kEnableHighResolutionTime)) command_line 722 content/app/content_main_runner.cc SetupCRT(command_line); command_line 753 content/app/content_main_runner.cc InitializeStatsTable(command_line); command_line 784 content/app/content_main_runner.cc const CommandLine& command_line = *CommandLine::ForCurrentProcess(); command_line 786 content/app/content_main_runner.cc command_line.GetSwitchValueASCII(switches::kProcessType); command_line 788 content/app/content_main_runner.cc MainFunctionParams main_params(command_line); command_line 808 content/app/content_main_runner.cc const CommandLine& command_line = *CommandLine::ForCurrentProcess(); command_line 810 content/app/content_main_runner.cc command_line.GetSwitchValueASCII(switches::kProcessType); command_line 59 content/app/startup_helper_win.cc void SetupCRT(const CommandLine& command_line) { command_line 64 content/app/startup_helper_win.cc if (!command_line.HasSwitch(switches::kDisableBreakpad)) { command_line 126 content/browser/accessibility/dump_accessibility_tree_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 127 content/browser/accessibility/dump_accessibility_tree_browsertest.cc ContentBrowserTest::SetUpCommandLine(command_line); command_line 326 content/browser/browser_main_loop.cc parsed_command_line_(parameters.command_line), command_line 332 content/browser/browser_main_loop.cc parameters.command_line.HasSwitch(switches::kTraceStartup)) { command_line 1094 content/browser/browser_main_loop.cc void BrowserMainLoop::InitStartupTracing(const CommandLine& command_line) { command_line 1097 content/browser/browser_main_loop.cc base::FilePath trace_file = command_line.GetSwitchValuePath( command_line 1110 content/browser/browser_main_loop.cc std::string delay_str = command_line.GetSwitchValueASCII( command_line 129 content/browser/browser_main_loop.h void InitStartupTracing(const base::CommandLine& command_line); command_line 51 content/browser/browser_main_runner.cc if (parameters.command_line.HasSwitch(switches::kWaitForDebugger)) command_line 135 content/browser/browser_main_runner.cc const CommandLine& command_line = *CommandLine::ForCurrentProcess(); command_line 137 content/browser/browser_main_runner.cc if (command_line.HasSwitch(switches::kTraceShutdown)) command_line 248 content/browser/browser_plugin/browser_plugin_host_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 250 content/browser/browser_plugin/browser_plugin_host_browsertest.cc command_line->AppendSwitch(switches::kEnableBrowserPluginForAllViewTypes); command_line 76 content/browser/browser_shutdown_profile_dumper.cc const CommandLine& command_line = *CommandLine::ForCurrentProcess(); command_line 78 content/browser/browser_shutdown_profile_dumper.cc command_line.GetSwitchValuePath(switches::kTraceShutdownFile); command_line 245 content/browser/child_process_security_policy_impl.cc const CommandLine& command_line = *CommandLine::ForCurrentProcess(); command_line 246 content/browser/child_process_security_policy_impl.cc if (!command_line.HasSwitch(switches::kEnableStrictSiteIsolation)) command_line 39 content/browser/compositor/image_transport_factory.cc CommandLine* command_line = CommandLine::ForCurrentProcess(); command_line 40 content/browser/compositor/image_transport_factory.cc if (command_line->HasSwitch(switches::kEnablePixelOutputInTests)) command_line 211 content/browser/cross_site_transfer_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 213 content/browser/cross_site_transfer_browsertest.cc command_line->AppendSwitch(switches::kSitePerProcess); command_line 1679 content/browser/download/download_item_impl.cc const CommandLine& command_line = *CommandLine::ForCurrentProcess(); command_line 1680 content/browser/download/download_item_impl.cc if (!command_line.HasSwitch(switches::kEnableDownloadResumption)) command_line 1373 content/browser/frame_host/render_frame_host_manager_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 1374 content/browser/frame_host/render_frame_host_manager_browsertest.cc command_line->AppendSwitch(switches::kProcessPerTab); command_line 28 content/browser/gpu/compositor_util.cc const CommandLine& command_line = *CommandLine::ForCurrentProcess(); command_line 36 content/browser/gpu/compositor_util.cc command_line.HasSwitch(switches::kDisableAccelerated2dCanvas) || command_line 47 content/browser/gpu/compositor_util.cc command_line.HasSwitch(switches::kDisableAcceleratedCompositing), command_line 58 content/browser/gpu/compositor_util.cc command_line.HasSwitch(switches::kDisableAcceleratedLayers), command_line 67 content/browser/gpu/compositor_util.cc command_line.HasSwitch(cc::switches::kDisableThreadedAnimation) || command_line 68 content/browser/gpu/compositor_util.cc command_line.HasSwitch(switches::kDisableAcceleratedCompositing) || command_line 69 content/browser/gpu/compositor_util.cc command_line.HasSwitch(switches::kDisableAcceleratedLayers), command_line 76 content/browser/gpu/compositor_util.cc command_line.HasSwitch(switches::kDisableExperimentalWebGL), command_line 83 content/browser/gpu/compositor_util.cc command_line.HasSwitch(switches::kDisableFlash3d), command_line 91 content/browser/gpu/compositor_util.cc command_line.HasSwitch(switches::kDisableFlashStage3d), command_line 101 content/browser/gpu/compositor_util.cc command_line.HasSwitch(switches::kDisableFlashStage3d), command_line 110 content/browser/gpu/compositor_util.cc command_line.HasSwitch(switches::kDisableAcceleratedVideoDecode), command_line 120 content/browser/gpu/compositor_util.cc command_line.HasSwitch(switches::kDisableWebRtcHWEncoding), command_line 130 content/browser/gpu/compositor_util.cc command_line.HasSwitch(switches::kDisableAcceleratedVideo) || command_line 131 content/browser/gpu/compositor_util.cc command_line.HasSwitch(switches::kDisableAcceleratedCompositing), command_line 140 content/browser/gpu/compositor_util.cc command_line.HasSwitch(switches::kDisablePanelFitting), command_line 186 content/browser/gpu/compositor_util.cc const CommandLine& command_line = *CommandLine::ForCurrentProcess(); command_line 187 content/browser/gpu/compositor_util.cc if (command_line.HasSwitch(switches::kDisableAcceleratedCompositing)) command_line 201 content/browser/gpu/compositor_util.cc const CommandLine& command_line = *CommandLine::ForCurrentProcess(); command_line 204 content/browser/gpu/compositor_util.cc if (command_line.HasSwitch(switches::kDisableForceCompositingMode) || command_line 205 content/browser/gpu/compositor_util.cc command_line.HasSwitch(switches::kDisableThreadedCompositing)) command_line 207 content/browser/gpu/compositor_util.cc if (command_line.HasSwitch(switches::kEnableThreadedCompositing)) command_line 224 content/browser/gpu/compositor_util.cc const CommandLine& command_line = *CommandLine::ForCurrentProcess(); command_line 227 content/browser/gpu/compositor_util.cc if (command_line.HasSwitch(switches::kDisableForceCompositingMode)) command_line 229 content/browser/gpu/compositor_util.cc if (command_line.HasSwitch(switches::kForceCompositingMode)) command_line 246 content/browser/gpu/compositor_util.cc const CommandLine& command_line = *CommandLine::ForCurrentProcess(); command_line 255 content/browser/gpu/compositor_util.cc enabled |= command_line.HasSwitch(switches::kEnableDelegatedRenderer); command_line 256 content/browser/gpu/compositor_util.cc enabled &= !command_line.HasSwitch(switches::kDisableDelegatedRenderer); command_line 270 content/browser/gpu/compositor_util.cc const CommandLine& command_line = *CommandLine::ForCurrentProcess(); command_line 272 content/browser/gpu/compositor_util.cc if (command_line.HasSwitch(switches::kDisableImplSidePainting)) command_line 274 content/browser/gpu/compositor_util.cc else if (command_line.HasSwitch(switches::kEnableImplSidePainting)) command_line 285 content/browser/gpu/compositor_util.cc const CommandLine& command_line = *CommandLine::ForCurrentProcess(); command_line 290 content/browser/gpu/compositor_util.cc if (command_line.HasSwitch(switches::kDisableGpuRasterization)) command_line 292 content/browser/gpu/compositor_util.cc else if (command_line.HasSwitch(switches::kEnableGpuRasterization)) command_line 295 content/browser/gpu/compositor_util.cc return command_line.HasSwitch( command_line 300 content/browser/gpu/compositor_util.cc const CommandLine& command_line = *CommandLine::ForCurrentProcess(); command_line 305 content/browser/gpu/compositor_util.cc return command_line.HasSwitch(switches::kForceGpuRasterization); command_line 309 content/browser/gpu/compositor_util.cc const CommandLine& command_line = *CommandLine::ForCurrentProcess(); command_line 352 content/browser/gpu/compositor_util.cc (command_line.HasSwitch(switches::kDisableAcceleratedCompositing) || command_line 142 content/browser/gpu/gpu_data_manager_impl.cc base::CommandLine* command_line) const { command_line 144 content/browser/gpu/gpu_data_manager_impl.cc private_->AppendRendererCommandLine(command_line); command_line 148 content/browser/gpu/gpu_data_manager_impl.cc base::CommandLine* command_line) const { command_line 150 content/browser/gpu/gpu_data_manager_impl.cc private_->AppendGpuCommandLine(command_line); command_line 154 content/browser/gpu/gpu_data_manager_impl.cc base::CommandLine* command_line) const { command_line 156 content/browser/gpu/gpu_data_manager_impl.cc private_->AppendPluginCommandLine(command_line); command_line 101 content/browser/gpu/gpu_data_manager_impl.h void AppendRendererCommandLine(base::CommandLine* command_line) const; command_line 104 content/browser/gpu/gpu_data_manager_impl.h void AppendGpuCommandLine(base::CommandLine* command_line) const; command_line 108 content/browser/gpu/gpu_data_manager_impl.h void AppendPluginCommandLine(base::CommandLine* command_line) const; command_line 116 content/browser/gpu/gpu_data_manager_impl_private.cc const CommandLine& command_line = *CommandLine::ForCurrentProcess(); command_line 157 content/browser/gpu/gpu_data_manager_impl_private.cc command_line.HasSwitch(switches::kDisableAccelerated2dCanvas), command_line 158 content/browser/gpu/gpu_data_manager_impl_private.cc command_line.HasSwitch(switches::kDisableAcceleratedCompositing), command_line 159 content/browser/gpu/gpu_data_manager_impl_private.cc command_line.HasSwitch(switches::kDisableExperimentalWebGL), command_line 237 content/browser/gpu/gpu_data_manager_impl_private.cc CommandLine* command_line) { command_line 295 content/browser/gpu/gpu_data_manager_impl_private.cc !command_line->HasSwitch(switches::kDefaultTileWidth) && command_line 296 content/browser/gpu/gpu_data_manager_impl_private.cc !command_line->HasSwitch(switches::kDefaultTileHeight)) { command_line 299 content/browser/gpu/gpu_data_manager_impl_private.cc command_line->AppendSwitchASCII( command_line 301 content/browser/gpu/gpu_data_manager_impl_private.cc command_line->AppendSwitchASCII( command_line 395 content/browser/gpu/gpu_data_manager_impl_private.cc CommandLine* command_line = CommandLine::ForCurrentProcess(); command_line 396 content/browser/gpu/gpu_data_manager_impl_private.cc if (command_line->HasSwitch(switches::kDisableGpu)) command_line 549 content/browser/gpu/gpu_data_manager_impl_private.cc const CommandLine* command_line = CommandLine::ForCurrentProcess(); command_line 550 content/browser/gpu/gpu_data_manager_impl_private.cc if (command_line->HasSwitch(switches::kSkipGpuDataLoading)) command_line 554 content/browser/gpu/gpu_data_manager_impl_private.cc if (command_line->GetSwitchValueASCII( command_line 579 content/browser/gpu/gpu_data_manager_impl_private.cc if (!command_line->HasSwitch(switches::kIgnoreGpuBlacklist) && command_line 580 content/browser/gpu/gpu_data_manager_impl_private.cc !command_line->HasSwitch(switches::kUseGpuInTests)) { command_line 583 content/browser/gpu/gpu_data_manager_impl_private.cc if (!command_line->HasSwitch(switches::kDisableGpuDriverBugWorkarounds)) { command_line 633 content/browser/gpu/gpu_data_manager_impl_private.cc CommandLine* command_line) const { command_line 634 content/browser/gpu/gpu_data_manager_impl_private.cc DCHECK(command_line); command_line 637 content/browser/gpu/gpu_data_manager_impl_private.cc !command_line->HasSwitch(switches::kDisableAcceleratedCompositing)) command_line 638 content/browser/gpu/gpu_data_manager_impl_private.cc command_line->AppendSwitch(switches::kDisableAcceleratedCompositing); command_line 640 content/browser/gpu/gpu_data_manager_impl_private.cc !command_line->HasSwitch(switches::kDisableAcceleratedVideoDecode)) command_line 641 content/browser/gpu/gpu_data_manager_impl_private.cc command_line->AppendSwitch(switches::kDisableAcceleratedVideoDecode); command_line 644 content/browser/gpu/gpu_data_manager_impl_private.cc !command_line->HasSwitch(switches::kDisableWebRtcHWEncoding)) command_line 645 content/browser/gpu/gpu_data_manager_impl_private.cc command_line->AppendSwitch(switches::kDisableWebRtcHWEncoding); command_line 649 content/browser/gpu/gpu_data_manager_impl_private.cc !command_line->HasSwitch(switches::kEnableSoftwareCompositing)) command_line 650 content/browser/gpu/gpu_data_manager_impl_private.cc command_line->AppendSwitch(switches::kEnableSoftwareCompositing); command_line 654 content/browser/gpu/gpu_data_manager_impl_private.cc command_line->AppendSwitch(switches::kDisableGpuCompositing); command_line 659 content/browser/gpu/gpu_data_manager_impl_private.cc CommandLine* command_line) const { command_line 660 content/browser/gpu/gpu_data_manager_impl_private.cc DCHECK(command_line); command_line 668 content/browser/gpu/gpu_data_manager_impl_private.cc command_line->AppendSwitch(switches::kDisableD3D11); command_line 670 content/browser/gpu/gpu_data_manager_impl_private.cc command_line->AppendSwitchASCII(switches::kUseGL, "swiftshader"); command_line 679 content/browser/gpu/gpu_data_manager_impl_private.cc command_line->AppendSwitchASCII( command_line 682 content/browser/gpu/gpu_data_manager_impl_private.cc command_line->AppendSwitchASCII(switches::kUseGL, use_gl); command_line 685 content/browser/gpu/gpu_data_manager_impl_private.cc command_line->AppendSwitchASCII(switches::kSupportsDualGpus, "true"); command_line 687 content/browser/gpu/gpu_data_manager_impl_private.cc command_line->AppendSwitchASCII(switches::kSupportsDualGpus, "false"); command_line 690 content/browser/gpu/gpu_data_manager_impl_private.cc command_line->AppendSwitchPath(switches::kSwiftShaderPath, command_line 695 content/browser/gpu/gpu_data_manager_impl_private.cc command_line->AppendSwitchASCII(switches::kGpuDriverBugWorkarounds, command_line 700 content/browser/gpu/gpu_data_manager_impl_private.cc !command_line->HasSwitch(switches::kDisableAcceleratedVideoDecode)) { command_line 701 content/browser/gpu/gpu_data_manager_impl_private.cc command_line->AppendSwitch(switches::kDisableAcceleratedVideoDecode); command_line 705 content/browser/gpu/gpu_data_manager_impl_private.cc !command_line->HasSwitch(switches::kDisableWebRtcHWEncoding)) { command_line 706 content/browser/gpu/gpu_data_manager_impl_private.cc command_line->AppendSwitch(switches::kDisableWebRtcHWEncoding); command_line 714 content/browser/gpu/gpu_data_manager_impl_private.cc command_line->AppendSwitchASCII(switches::kGpuVendorID, command_line 716 content/browser/gpu/gpu_data_manager_impl_private.cc command_line->AppendSwitchASCII(switches::kGpuDeviceID, command_line 718 content/browser/gpu/gpu_data_manager_impl_private.cc command_line->AppendSwitchASCII(switches::kGpuDriverVendor, command_line 720 content/browser/gpu/gpu_data_manager_impl_private.cc command_line->AppendSwitchASCII(switches::kGpuDriverVersion, command_line 725 content/browser/gpu/gpu_data_manager_impl_private.cc CommandLine* command_line) const { command_line 726 content/browser/gpu/gpu_data_manager_impl_private.cc DCHECK(command_line); command_line 735 content/browser/gpu/gpu_data_manager_impl_private.cc if (!command_line->HasSwitch( command_line 737 content/browser/gpu/gpu_data_manager_impl_private.cc command_line->AppendSwitch( command_line 970 content/browser/gpu/gpu_data_manager_impl_private.cc CommandLine* command_line = CommandLine::ForCurrentProcess(); command_line 971 content/browser/gpu/gpu_data_manager_impl_private.cc if (command_line->HasSwitch(switches::kDisableAcceleratedCompositing)) { command_line 972 content/browser/gpu/gpu_data_manager_impl_private.cc command_line->AppendSwitch(switches::kDisableAccelerated2dCanvas); command_line 973 content/browser/gpu/gpu_data_manager_impl_private.cc command_line->AppendSwitch(switches::kDisableAcceleratedLayers); command_line 975 content/browser/gpu/gpu_data_manager_impl_private.cc if (command_line->HasSwitch(switches::kDisableGpu)) command_line 977 content/browser/gpu/gpu_data_manager_impl_private.cc if (command_line->HasSwitch(switches::kEnableSoftwareCompositing)) command_line 989 content/browser/gpu/gpu_data_manager_impl_private.cc if (command_line->HasSwitch(switches::kDisableDomainBlockingFor3DAPIs)) { command_line 1037 content/browser/gpu/gpu_data_manager_impl_private.cc CommandLine* command_line = CommandLine::ForCurrentProcess(); command_line 1043 content/browser/gpu/gpu_data_manager_impl_private.cc command_line->HasSwitch(switches::kBlacklistAcceleratedCompositing)) { command_line 1048 content/browser/gpu/gpu_data_manager_impl_private.cc command_line->HasSwitch(switches::kBlacklistWebGL)) { command_line 64 content/browser/gpu/gpu_data_manager_impl_private.h void AppendRendererCommandLine(base::CommandLine* command_line) const; command_line 66 content/browser/gpu/gpu_data_manager_impl_private.h void AppendGpuCommandLine(base::CommandLine* command_line) const; command_line 68 content/browser/gpu/gpu_data_manager_impl_private.h void AppendPluginCommandLine(base::CommandLine* command_line) const; command_line 599 content/browser/gpu/gpu_data_manager_impl_private_unittest.cc CommandLine command_line(0, NULL); command_line 600 content/browser/gpu/gpu_data_manager_impl_private_unittest.cc manager->AppendGpuCommandLine(&command_line); command_line 602 content/browser/gpu/gpu_data_manager_impl_private_unittest.cc EXPECT_TRUE(command_line.HasSwitch(switches::kGpuDriverBugWorkarounds)); command_line 603 content/browser/gpu/gpu_data_manager_impl_private_unittest.cc std::string args = command_line.GetSwitchValueASCII( command_line 613 content/browser/gpu/gpu_data_manager_impl_private_unittest.cc CommandLine command_line(0, NULL); command_line 614 content/browser/gpu/gpu_data_manager_impl_private_unittest.cc manager->AppendGpuCommandLine(&command_line); command_line 616 content/browser/gpu/gpu_data_manager_impl_private_unittest.cc EXPECT_TRUE(command_line.HasSwitch(switches::kGpuDriverBugWorkarounds)); command_line 617 content/browser/gpu/gpu_data_manager_impl_private_unittest.cc std::string args = command_line.GetSwitchValueASCII( command_line 592 content/browser/gpu/gpu_process_host.cc CommandLine* command_line = CommandLine::ForCurrentProcess(); command_line 593 content/browser/gpu/gpu_process_host.cc command_line->AppendSwitch(switches::kDisableGpuWatchdog); command_line 597 content/browser/gpu/gpu_process_host.cc gpu_data_manager->AppendGpuCommandLine(command_line); command_line 223 content/browser/indexed_db/indexed_db_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 224 content/browser/indexed_db/indexed_db_browsertest.cc command_line->AppendSwitchASCII(switches::kJavaScriptFlags, "--expose-gc"); command_line 598 content/browser/indexed_db/indexed_db_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 599 content/browser/indexed_db/indexed_db_browsertest.cc command_line->AppendSwitch(switches::kSingleProcess); command_line 124 content/browser/media/encrypted_media_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 125 content/browser/media/encrypted_media_browsertest.cc command_line->AppendSwitch( command_line 50 content/browser/media/media_source_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 51 content/browser/media/media_source_browsertest.cc command_line->AppendSwitch( command_line 38 content/browser/media/webrtc_aecdump_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 39 content/browser/media/webrtc_aecdump_browsertest.cc WebRtcContentBrowserTest::SetUpCommandLine(command_line); command_line 42 content/browser/media/webrtc_aecdump_browsertest.cc command_line->AppendSwitchPath(switches::kEnableWebRtcAecRecordings, command_line 47 content/browser/media/webrtc_aecdump_browsertest.cc command_line->AppendSwitch(switches::kEnableAudioTrackProcessing); command_line 31 content/browser/media/webrtc_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 32 content/browser/media/webrtc_browsertest.cc WebRtcContentBrowserTest::SetUpCommandLine(command_line); command_line 36 content/browser/media/webrtc_browsertest.cc command_line->AppendSwitch(switches::kEnableAudioTrackProcessing); command_line 84 content/browser/media/webrtc_getusermedia_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 85 content/browser/media/webrtc_getusermedia_browsertest.cc WebRtcContentBrowserTest::SetUpCommandLine(command_line); command_line 89 content/browser/media/webrtc_getusermedia_browsertest.cc command_line->AppendSwitch(switches::kEnableAudioTrackProcessing); command_line 51 content/browser/plugin_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 53 content/browser/plugin_browsertest.cc command_line->AppendSwitchASCII(switches::kJavaScriptFlags, "--expose_gc"); command_line 68 content/browser/plugin_browsertest.cc command_line->AppendSwitchASCII(switches::kTestSandbox, command_line 77 content/browser/plugin_browsertest.cc command_line->AppendSwitchPath(switches::kExtraPluginDir, plugin_dir); command_line 31 content/browser/plugin_data_remover_impl_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 35 content/browser/plugin_data_remover_impl_browsertest.cc command_line->AppendSwitchPath(switches::kExtraPluginDir, command_line 43 content/browser/plugin_data_remover_impl_browsertest.cc command_line->AppendSwitch("always-authorize-plugins"); command_line 181 content/browser/plugin_service_impl.cc const CommandLine* command_line = CommandLine::ForCurrentProcess(); command_line 183 content/browser/plugin_service_impl.cc command_line->GetSwitchValuePath(switches::kLoadPlugin); command_line 186 content/browser/plugin_service_impl.cc path = command_line->GetSwitchValuePath(switches::kExtraPluginDir); command_line 190 content/browser/plugin_service_impl.cc if (command_line->HasSwitch(switches::kDisablePluginsDiscovery)) command_line 143 content/browser/plugin_service_impl_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 147 content/browser/plugin_service_impl_browsertest.cc command_line->AppendSwitchPath(switches::kExtraPluginDir, command_line 155 content/browser/plugin_service_impl_browsertest.cc command_line->AppendSwitch("always-authorize-plugins"); command_line 390 content/browser/renderer_host/compositor_impl_android.cc CommandLine* command_line = CommandLine::ForCurrentProcess(); command_line 392 content/browser/renderer_host/compositor_impl_android.cc command_line->HasSwitch(cc::switches::kEnableGpuBenchmarking)); command_line 123 content/browser/renderer_host/input/input_router_impl_unittest.cc CommandLine* command_line = CommandLine::ForCurrentProcess(); command_line 124 content/browser/renderer_host/input/input_router_impl_unittest.cc command_line->AppendSwitch(switches::kValidateInputEventStream); command_line 1003 content/browser/renderer_host/render_message_filter.cc const CommandLine& command_line = *CommandLine::ForCurrentProcess(); command_line 1004 content/browser/renderer_host/render_message_filter.cc result = command_line.HasSwitch(switches::kEnablePreparsedJsCaching); command_line 907 content/browser/renderer_host/render_process_host_impl.cc CommandLine* command_line = CommandLine::ForCurrentProcess(); command_line 908 content/browser/renderer_host/render_process_host_impl.cc if (command_line->HasSwitch(switches::kDisableKillAfterBadIPC)) command_line 955 content/browser/renderer_host/render_process_host_impl.cc static void AppendGpuCommandLineFlags(CommandLine* command_line) { command_line 957 content/browser/renderer_host/render_process_host_impl.cc command_line->AppendSwitch(switches::kEnableThreadedCompositing); command_line 960 content/browser/renderer_host/render_process_host_impl.cc command_line->AppendSwitch(switches::kForceCompositingMode); command_line 963 content/browser/renderer_host/render_process_host_impl.cc command_line->AppendSwitch(switches::kEnableDelegatedRenderer); command_line 966 content/browser/renderer_host/render_process_host_impl.cc command_line->AppendSwitch(switches::kEnableImplSidePainting); command_line 969 content/browser/renderer_host/render_process_host_impl.cc command_line->AppendSwitch(switches::kEnableGpuRasterization); command_line 972 content/browser/renderer_host/render_process_host_impl.cc command_line->AppendSwitch(switches::kForceGpuRasterization); command_line 977 content/browser/renderer_host/render_process_host_impl.cc gpu_data_manager->AppendRendererCommandLine(command_line); command_line 981 content/browser/renderer_host/render_process_host_impl.cc CommandLine* command_line) const { command_line 983 content/browser/renderer_host/render_process_host_impl.cc command_line->AppendSwitchASCII(switches::kProcessType, command_line 988 content/browser/renderer_host/render_process_host_impl.cc PropagateBrowserCommandLineToRenderer(browser_command_line, command_line); command_line 993 content/browser/renderer_host/render_process_host_impl.cc command_line->AppendSwitchASCII(switches::kLang, locale); command_line 1001 content/browser/renderer_host/render_process_host_impl.cc command_line->AppendSwitchASCII(switches::kForceFieldTrials, command_line 1006 content/browser/renderer_host/render_process_host_impl.cc command_line, GetID()); command_line 1009 content/browser/renderer_host/render_process_host_impl.cc command_line->AppendSwitch(switches::kEnablePinch); command_line 1011 content/browser/renderer_host/render_process_host_impl.cc AppendGpuCommandLineFlags(command_line); command_line 1731 content/browser/renderer_host/render_process_host_impl.cc CommandLine* command_line = CommandLine::ForCurrentProcess(); command_line 1733 content/browser/renderer_host/render_process_host_impl.cc if (!command_line->HasSwitch(switches::kLang)) { command_line 1738 content/browser/renderer_host/render_process_host_impl.cc command_line->AppendSwitchASCII(switches::kLang, locale); command_line 1743 content/browser/renderer_host/render_process_host_impl.cc AppendGpuCommandLineFlags(command_line); command_line 1768 content/browser/renderer_host/render_process_host_impl.cc const CommandLine& command_line = *CommandLine::ForCurrentProcess(); command_line 1769 content/browser/renderer_host/render_process_host_impl.cc if (command_line.HasSwitch(switches::kEnableStrictSiteIsolation) || command_line 1770 content/browser/renderer_host/render_process_host_impl.cc command_line.HasSwitch(switches::kSitePerProcess)) command_line 1824 content/browser/renderer_host/render_process_host_impl.cc const CommandLine& command_line = *CommandLine::ForCurrentProcess(); command_line 1825 content/browser/renderer_host/render_process_host_impl.cc if (command_line.HasSwitch(switches::kProcessPerSite)) command_line 289 content/browser/renderer_host/render_process_host_impl.h void AppendRendererCommandLine(base::CommandLine* command_line) const; command_line 79 content/browser/renderer_host/render_sandbox_host_linux.cc CommandLine& command_line = *CommandLine::ForCurrentProcess(); command_line 80 content/browser/renderer_host/render_sandbox_host_linux.cc command_line.AppendSwitchASCII(switches::kProcessType, command_line 347 content/browser/renderer_host/render_view_host_impl.cc const CommandLine& command_line = *CommandLine::ForCurrentProcess(); command_line 350 content/browser/renderer_host/render_view_host_impl.cc !command_line.HasSwitch(switches::kDisableJavaScript); command_line 352 content/browser/renderer_host/render_view_host_impl.cc !command_line.HasSwitch(switches::kDisableWebSecurity); command_line 354 content/browser/renderer_host/render_view_host_impl.cc !command_line.HasSwitch(switches::kDisablePlugins); command_line 356 content/browser/renderer_host/render_view_host_impl.cc !command_line.HasSwitch(switches::kDisableJava); command_line 359 content/browser/renderer_host/render_view_host_impl.cc !command_line.HasSwitch(switches::kDisableRemoteFonts); command_line 361 content/browser/renderer_host/render_view_host_impl.cc !command_line.HasSwitch(switches::kDisableXSLT); command_line 363 content/browser/renderer_host/render_view_host_impl.cc !command_line.HasSwitch(switches::kDisableXSSAuditor); command_line 365 content/browser/renderer_host/render_view_host_impl.cc !command_line.HasSwitch(switches::kDisableApplicationCache); command_line 368 content/browser/renderer_host/render_view_host_impl.cc !command_line.HasSwitch(switches::kDisableLocalStorage); command_line 370 content/browser/renderer_host/render_view_host_impl.cc !command_line.HasSwitch(switches::kDisableDatabases); command_line 374 content/browser/renderer_host/render_view_host_impl.cc !command_line.HasSwitch(switches::kDisableWebAudio); command_line 379 content/browser/renderer_host/render_view_host_impl.cc !command_line.HasSwitch(switches::kDisable3DAPIs) && command_line 380 content/browser/renderer_host/render_view_host_impl.cc !command_line.HasSwitch(switches::kDisableExperimentalWebGL); command_line 383 content/browser/renderer_host/render_view_host_impl.cc !command_line.HasSwitch(switches::kDisablePepper3d); command_line 387 content/browser/renderer_host/render_view_host_impl.cc !command_line.HasSwitch(switches::kDisableFlash3d); command_line 390 content/browser/renderer_host/render_view_host_impl.cc !command_line.HasSwitch(switches::kDisableFlashStage3d); command_line 393 content/browser/renderer_host/render_view_host_impl.cc !command_line.HasSwitch(switches::kDisableFlashStage3d); command_line 396 content/browser/renderer_host/render_view_host_impl.cc !command_line.HasSwitch(switches::kDisableGLMultisampling); command_line 398 content/browser/renderer_host/render_view_host_impl.cc command_line.HasSwitch(switches::kEnablePrivilegedWebGLExtensions); command_line 400 content/browser/renderer_host/render_view_host_impl.cc !command_line.HasSwitch(switches::kDisableSiteSpecificQuirks); command_line 402 content/browser/renderer_host/render_view_host_impl.cc command_line.HasSwitch(switches::kAllowFileAccessFromFiles); command_line 405 content/browser/renderer_host/render_view_host_impl.cc if (command_line.HasSwitch(switches::kEnableLayerSquashing)) command_line 407 content/browser/renderer_host/render_view_host_impl.cc if (command_line.HasSwitch(switches::kDisableLayerSquashing)) command_line 411 content/browser/renderer_host/render_view_host_impl.cc command_line.HasSwitch(switches::kShowPaintRects); command_line 414 content/browser/renderer_host/render_view_host_impl.cc !command_line.HasSwitch(switches::kDisableAcceleratedCompositing); command_line 418 content/browser/renderer_host/render_view_host_impl.cc !command_line.HasSwitch(switches::kDisableAccelerated2dCanvas); command_line 420 content/browser/renderer_host/render_view_host_impl.cc command_line.HasSwitch(switches::kDisable2dCanvasAntialiasing); command_line 422 content/browser/renderer_host/render_view_host_impl.cc atoi(command_line.GetSwitchValueASCII( command_line 425 content/browser/renderer_host/render_view_host_impl.cc command_line.HasSwitch(switches::kEnableDeferredFilters); command_line 428 content/browser/renderer_host/render_view_host_impl.cc !command_line.HasSwitch(switches::kDisableAcceleratedLayers); command_line 431 content/browser/renderer_host/render_view_host_impl.cc !command_line.HasSwitch(switches::kDisableAcceleratedVideo); command_line 433 content/browser/renderer_host/render_view_host_impl.cc command_line.HasSwitch(switches::kEnableExperimentalWebPlatformFeatures); command_line 435 content/browser/renderer_host/render_view_host_impl.cc command_line.HasSwitch(switches::kEnableRegionBasedColumns); command_line 437 content/browser/renderer_host/render_view_host_impl.cc !command_line.HasSwitch(switches::kDisableThreadedHTMLParser); command_line 439 content/browser/renderer_host/render_view_host_impl.cc command_line.HasSwitch(switches::kEnableExperimentalWebSocket); command_line 440 content/browser/renderer_host/render_view_host_impl.cc if (command_line.HasSwitch(cc::switches::kEnablePinchVirtualViewport)) { command_line 447 content/browser/renderer_host/render_view_host_impl.cc prefs.user_gesture_required_for_media_playback = !command_line.HasSwitch( command_line 461 content/browser/renderer_host/render_view_host_impl.cc !command_line.HasSwitch(switches::kDisableTouchAdjustment); command_line 463 content/browser/renderer_host/render_view_host_impl.cc !command_line.HasSwitch( command_line 465 content/browser/renderer_host/render_view_host_impl.cc !command_line.HasSwitch(switches::kEnableBleedingEdgeRenderingFastPaths); command_line 474 content/browser/renderer_host/render_view_host_impl.cc if (command_line.HasSwitch(switches::kEnableSmoothScrolling)) command_line 476 content/browser/renderer_host/render_view_host_impl.cc if (command_line.HasSwitch(switches::kDisableSmoothScrolling)) command_line 480 content/browser/renderer_host/render_view_host_impl.cc command_line.HasSwitch(switches::kEnableVisualWordMovement); command_line 493 content/browser/renderer_host/render_view_host_impl.cc prefs.fixed_position_creates_stacking_context = !command_line.HasSwitch( command_line 496 content/browser/renderer_host/render_view_host_impl.cc prefs.gesture_tap_highlight_enabled = !command_line.HasSwitch( command_line 502 content/browser/renderer_host/render_view_host_impl.cc command_line.HasSwitch(switches::kEnableViewportMeta); command_line 505 content/browser/renderer_host/render_view_host_impl.cc command_line.HasSwitch(switches::kEnableViewport) || command_line 509 content/browser/renderer_host/render_view_host_impl.cc command_line.HasSwitch(switches::kMainFrameResizesAreOrientationChanges); command_line 512 content/browser/renderer_host/render_view_host_impl.cc command_line.HasSwitch(switches::kEnableDeferredImageDecoding) || command_line 515 content/browser/renderer_host/render_view_host_impl.cc prefs.spatial_navigation_enabled = command_line.HasSwitch( command_line 522 content/browser/renderer_host/render_view_host_impl.cc bool guest_compositing_enabled = !command_line.HasSwitch( command_line 2466 content/browser/renderer_host/render_widget_host_impl.cc const CommandLine& command_line = *CommandLine::ForCurrentProcess(); command_line 2467 content/browser/renderer_host/render_widget_host_impl.cc if (!command_line.HasSwitch(cc::switches::kEnableGpuBenchmarking)) { command_line 597 content/browser/renderer_host/render_widget_host_unittest.cc CommandLine* command_line = CommandLine::ForCurrentProcess(); command_line 598 content/browser/renderer_host/render_widget_host_unittest.cc command_line->AppendSwitch(switches::kValidateInputEventStream); command_line 231 content/browser/renderer_host/render_widget_host_view_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 238 content/browser/renderer_host/render_widget_host_view_browsertest.cc RenderWidgetHostViewBrowserTest::SetUpCommandLine(command_line); command_line 285 content/browser/renderer_host/render_widget_host_view_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 292 content/browser/renderer_host/render_widget_host_view_browsertest.cc command_line->AppendSwitch(switches::kDisableAcceleratedCompositing); command_line 293 content/browser/renderer_host/render_widget_host_view_browsertest.cc RenderWidgetHostViewBrowserTest::SetUpCommandLine(command_line); command_line 87 content/browser/security_exploit_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 93 content/browser/security_exploit_browsertest.cc command_line->AppendSwitchASCII( command_line 99 content/browser/service_worker/service_worker_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 100 content/browser/service_worker/service_worker_browsertest.cc command_line->AppendSwitch(switches::kEnableServiceWorker); command_line 323 content/browser/site_instance_impl.cc const CommandLine& command_line = *CommandLine::ForCurrentProcess(); command_line 324 content/browser/site_instance_impl.cc if (command_line.HasSwitch(switches::kEnableStrictSiteIsolation) || command_line 325 content/browser/site_instance_impl.cc command_line.HasSwitch(switches::kSitePerProcess)) { command_line 194 content/browser/site_per_process_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 195 content/browser/site_per_process_browsertest.cc command_line->AppendSwitch(switches::kSitePerProcess); command_line 198 content/browser/site_per_process_browsertest.cc command_line->AppendSwitch(switches::kForceCompositingMode); command_line 31 content/browser/speech/input_tag_speech_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 32 content/browser/speech/input_tag_speech_browsertest.cc EXPECT_TRUE(!command_line->HasSwitch(switches::kDisableSpeechInput)); command_line 120 content/browser/web_contents/touch_editable_impl_aura_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 121 content/browser/web_contents/touch_editable_impl_aura_browsertest.cc command_line->AppendSwitch(switches::kEnableTouchEditing); command_line 36 content/browser/zygote_host/zygote_host_impl_linux.h pid_t ForkRequest(const std::vector<std::string>& command_line, command_line 54 content/child/runtime_features.cc const CommandLine& command_line) { command_line 55 content/child/runtime_features.cc if (command_line.HasSwitch(switches::kEnableExperimentalWebPlatformFeatures)) command_line 60 content/child/runtime_features.cc if (command_line.HasSwitch(switches::kDisableDatabases)) command_line 63 content/child/runtime_features.cc if (command_line.HasSwitch(switches::kDisableApplicationCache)) command_line 66 content/child/runtime_features.cc if (command_line.HasSwitch(switches::kDisableDesktopNotifications)) command_line 69 content/child/runtime_features.cc if (command_line.HasSwitch(switches::kDisableNavigatorContentUtils)) command_line 72 content/child/runtime_features.cc if (command_line.HasSwitch(switches::kDisableLocalStorage)) command_line 75 content/child/runtime_features.cc if (command_line.HasSwitch(switches::kDisableSessionStorage)) command_line 78 content/child/runtime_features.cc if (command_line.HasSwitch(switches::kDisableWebKitMediaSource)) command_line 81 content/child/runtime_features.cc if (command_line.HasSwitch(switches::kDisableUnprefixedMediaSource)) command_line 84 content/child/runtime_features.cc if (command_line.HasSwitch(switches::kDisableSharedWorkers)) command_line 88 content/child/runtime_features.cc if (command_line.HasSwitch(switches::kDisableWebRTC)) { command_line 93 content/child/runtime_features.cc if (!command_line.HasSwitch(switches::kEnableSpeechRecognition)) command_line 97 content/child/runtime_features.cc if (command_line.HasSwitch(switches::kEnableServiceWorker)) command_line 104 content/child/runtime_features.cc !command_line.HasSwitch(switches::kDisableWebAudio) && command_line 107 content/child/runtime_features.cc if (command_line.HasSwitch(switches::kDisableWebAudio)) command_line 111 content/child/runtime_features.cc if (command_line.HasSwitch(switches::kEnableEncryptedMedia)) command_line 114 content/child/runtime_features.cc if (command_line.HasSwitch(switches::kDisablePrefixedEncryptedMedia)) command_line 117 content/child/runtime_features.cc if (command_line.HasSwitch(switches::kEnableWebAnimationsSVG)) command_line 120 content/child/runtime_features.cc if (command_line.HasSwitch(switches::kEnableWebMIDI)) command_line 123 content/child/runtime_features.cc if (command_line.HasSwitch(switches::kDisableSpeechInput)) command_line 126 content/child/runtime_features.cc if (command_line.HasSwitch(switches::kDisableFileSystem)) command_line 129 content/child/runtime_features.cc if (command_line.HasSwitch(switches::kEnableExperimentalCanvasFeatures)) command_line 132 content/child/runtime_features.cc if (command_line.HasSwitch(switches::kEnableSpeechSynthesis)) command_line 135 content/child/runtime_features.cc if (command_line.HasSwitch(switches::kEnableWebGLDraftExtensions)) command_line 138 content/child/runtime_features.cc if (command_line.HasSwitch(switches::kEnableHTMLImports)) command_line 141 content/child/runtime_features.cc if (command_line.HasSwitch(switches::kEnableOverlayFullscreenVideo)) command_line 147 content/child/runtime_features.cc if (command_line.HasSwitch(switches::kEnableFastTextAutosizing) command_line 148 content/child/runtime_features.cc && !command_line.HasSwitch(switches::kDisableFastTextAutosizing)) command_line 151 content/child/runtime_features.cc if (command_line.HasSwitch(switches::kDisableRepaintAfterLayout)) command_line 154 content/child/runtime_features.cc if (command_line.HasSwitch(switches::kEnableRepaintAfterLayout)) command_line 157 content/child/runtime_features.cc if (command_line.HasSwitch(switches::kEnableTargetedStyleRecalc)) command_line 160 content/child/runtime_features.cc if (command_line.HasSwitch(switches::kEnableBleedingEdgeRenderingFastPaths)) command_line 15 content/child/runtime_features.h const base::CommandLine& command_line); command_line 22 content/child/site_isolation_policy_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 33 content/child/site_isolation_policy_browsertest.cc command_line->AppendSwitchASCII( command_line 40 content/child/site_isolation_policy_browsertest.cc command_line->AppendSwitch(switches::kDisableWebSecurity); command_line 44 content/child/site_isolation_policy_browsertest.cc command_line->AppendSwitch(switches::kBlockCrossSiteDocuments); command_line 211 content/common/cc_messages.cc const CommandLine& command_line = *CommandLine::ForCurrentProcess(); command_line 212 content/common/cc_messages.cc if (filter && !command_line.HasSwitch(switches::kDisableFiltersOverIPC)) { command_line 227 content/common/cc_messages.cc const CommandLine& command_line = *CommandLine::ForCurrentProcess(); command_line 229 content/common/cc_messages.cc !command_line.HasSwitch(switches::kDisableFiltersOverIPC)) { command_line 17 content/common/content_switches_internal.cc const CommandLine& command_line = *CommandLine::ForCurrentProcess(); command_line 20 content/common/content_switches_internal.cc if (command_line.HasSwitch(switches::kDisablePinch)) command_line 28 content/common/content_switches_internal.cc return command_line.HasSwitch(switches::kEnableViewport) || command_line 29 content/common/content_switches_internal.cc command_line.HasSwitch(switches::kEnablePinch); command_line 411 content/common/gpu/gpu_channel.cc const CommandLine* command_line = CommandLine::ForCurrentProcess(); command_line 412 content/common/gpu/gpu_channel.cc log_messages_ = command_line->HasSwitch(switches::kLogPluginMessages); command_line 70 content/common/gpu/gpu_memory_manager.cc CommandLine* command_line = CommandLine::ForCurrentProcess(); command_line 94 content/common/gpu/gpu_memory_manager.cc if (command_line->HasSwitch(switches::kForceGpuMemAvailableMb)) { command_line 96 content/common/gpu/gpu_memory_manager.cc command_line->GetSwitchValueASCII(switches::kForceGpuMemAvailableMb), command_line 96 content/common/gpu/image_transport_surface_android.cc const CommandLine* command_line = CommandLine::ForCurrentProcess(); command_line 97 content/common/gpu/image_transport_surface_android.cc if (command_line->HasSwitch(switches::kUIPrioritizeInGpuProcess)) command_line 76 content/common/gpu/texture_image_transport_surface.cc const CommandLine* command_line = CommandLine::ForCurrentProcess(); command_line 77 content/common/gpu/texture_image_transport_surface.cc if (command_line->HasSwitch(switches::kUIPrioritizeInGpuProcess)) command_line 18 content/common/input/input_event_stream_validator.cc CommandLine* command_line = CommandLine::ForCurrentProcess(); command_line 19 content/common/input/input_event_stream_validator.cc enabled_ = command_line->HasSwitch(switches::kValidateInputEventStream); command_line 34 content/common/sandbox_init_mac.cc const CommandLine& command_line = *CommandLine::ForCurrentProcess(); command_line 35 content/common/sandbox_init_mac.cc if (command_line.HasSwitch(switches::kNoSandbox)) command_line 39 content/common/sandbox_init_mac.cc command_line.GetSwitchValueASCII(switches::kProcessType); command_line 49 content/common/sandbox_init_mac.cc command_line.GetSwitchValuePath(switches::kUtilityProcessAllowedDir); command_line 54 content/common/sandbox_init_mac.cc if (command_line.HasSwitch(switches::kDisableGpuSandbox)) command_line 17 content/common/sandbox_init_win.cc const CommandLine& command_line = *CommandLine::ForCurrentProcess(); command_line 27 content/common/sandbox_init_win.cc if (!command_line.HasSwitch(switches::kNoSandbox)) { command_line 28 content/common/sandbox_init_win.cc bool use_winsta = !command_line.HasSwitch( command_line 39 content/common/sandbox_init_win.cc if (command_line.HasSwitch(switches::kNoSandbox)) command_line 76 content/common/sandbox_linux/bpf_gpu_policy_linux.cc const CommandLine& command_line = *CommandLine::ForCurrentProcess(); command_line 77 content/common/sandbox_linux/bpf_gpu_policy_linux.cc return !command_line.HasSwitch(switches::kDisableAcceleratedVideoDecode); command_line 49 content/common/sandbox_linux/sandbox_linux.cc const CommandLine& command_line = *CommandLine::ForCurrentProcess(); command_line 51 content/common/sandbox_linux/sandbox_linux.cc command_line.GetSwitchValueASCII(switches::kProcessType); command_line 256 content/common/sandbox_linux/sandbox_linux.cc CommandLine* command_line = CommandLine::ForCurrentProcess(); command_line 258 content/common/sandbox_linux/sandbox_linux.cc command_line->GetSwitchValueASCII(switches::kProcessType); command_line 288 content/common/sandbox_linux/sandbox_linux.cc command_line->HasSwitch(switches::kGpuSandboxFailuresFatal)) { command_line 290 content/common/sandbox_linux/sandbox_linux.cc command_line->GetSwitchValueASCII(switches::kGpuSandboxFailuresFatal); command_line 331 content/common/sandbox_linux/sandbox_linux.cc CommandLine* command_line = CommandLine::ForCurrentProcess(); command_line 332 content/common/sandbox_linux/sandbox_linux.cc if (command_line->HasSwitch(switches::kNoSandbox)) { command_line 169 content/common/sandbox_linux/sandbox_seccomp_bpf_linux.cc const CommandLine& command_line = *CommandLine::ForCurrentProcess(); command_line 171 content/common/sandbox_linux/sandbox_seccomp_bpf_linux.cc if (command_line.HasSwitch(switches::kGpuSandboxAllowSysVShm)) { command_line 185 content/common/sandbox_linux/sandbox_seccomp_bpf_linux.cc bool StartBPFSandbox(const CommandLine& command_line, command_line 210 content/common/sandbox_linux/sandbox_seccomp_bpf_linux.cc bool StartBPFSandbox(const CommandLine& command_line, command_line 227 content/common/sandbox_linux/sandbox_seccomp_bpf_linux.cc const CommandLine& command_line = *CommandLine::ForCurrentProcess(); command_line 228 content/common/sandbox_linux/sandbox_seccomp_bpf_linux.cc if (!command_line.HasSwitch(switches::kNoSandbox) && command_line 229 content/common/sandbox_linux/sandbox_seccomp_bpf_linux.cc !command_line.HasSwitch(switches::kDisableSeccompFilterSandbox)) { command_line 239 content/common/sandbox_linux/sandbox_seccomp_bpf_linux.cc const CommandLine& command_line = *CommandLine::ForCurrentProcess(); command_line 241 content/common/sandbox_linux/sandbox_seccomp_bpf_linux.cc return !command_line.HasSwitch(switches::kDisableGpuSandbox); command_line 267 content/common/sandbox_linux/sandbox_seccomp_bpf_linux.cc const CommandLine& command_line = *CommandLine::ForCurrentProcess(); command_line 274 content/common/sandbox_linux/sandbox_seccomp_bpf_linux.cc bool started_sandbox = StartBPFSandbox(command_line, process_type); command_line 376 content/common/sandbox_win.cc bool ProcessDebugFlags(CommandLine* command_line, bool is_in_sandbox) { command_line 379 content/common/sandbox_win.cc std::string type = command_line->GetSwitchValueASCII(switches::kProcessType); command_line 385 content/common/sandbox_win.cc command_line->AppendSwitch(switches::kDebugOnStart); command_line 388 content/common/sandbox_win.cc command_line->AppendSwitchASCII(switches::kDebugChildren, value); command_line 394 content/common/sandbox_win.cc command_line->AppendSwitch(switches::kWaitForDebugger); command_line 396 content/common/sandbox_win.cc command_line->AppendSwitchASCII(switches::kWaitForDebuggerChildren, value); command_line 579 content/common/sandbox_win.cc const CommandLine& command_line = *CommandLine::ForCurrentProcess(); command_line 580 content/common/sandbox_win.cc return command_line.HasSwitch(switches::kEnableDirectWrite) && command_line 73 content/common/set_process_title.cc const CommandLine* command_line = CommandLine::ForCurrentProcess(); command_line 74 content/common/set_process_title.cc for (size_t i = 1; i < command_line->argv().size(); ++i) { command_line 77 content/common/set_process_title.cc title += command_line->argv()[i]; command_line 168 content/gpu/gpu_child_thread.cc CommandLine* command_line = CommandLine::ForCurrentProcess(); command_line 169 content/gpu/gpu_child_thread.cc DCHECK(command_line->HasSwitch(switches::kDisableGpuSandbox) || command_line 60 content/gpu/gpu_main.cc bool WarmUpSandbox(const CommandLine& command_line); command_line 90 content/gpu/gpu_main.cc const CommandLine& command_line = parameters.command_line; command_line 91 content/gpu/gpu_main.cc if (command_line.HasSwitch(switches::kGpuStartupDialog)) { command_line 110 content/gpu/gpu_main.cc if (command_line.HasSwitch(switches::kSupportsDualGpus)) { command_line 111 content/gpu/gpu_main.cc std::string types = command_line.GetSwitchValueASCII( command_line 137 content/gpu/gpu_main.cc if (command_line.HasSwitch(switches::kUseGL) && command_line 138 content/gpu/gpu_main.cc command_line.GetSwitchValueASCII(switches::kUseGL) == command_line 155 content/gpu/gpu_main.cc !command_line.HasSwitch(switches::kDisableGpuWatchdog) && command_line 184 content/gpu/gpu_main.cc DCHECK(command_line.HasSwitch(switches::kGpuVendorID) && command_line 185 content/gpu/gpu_main.cc command_line.HasSwitch(switches::kGpuDeviceID) && command_line 186 content/gpu/gpu_main.cc command_line.HasSwitch(switches::kGpuDriverVersion)); command_line 188 content/gpu/gpu_main.cc command_line.GetSwitchValueASCII(switches::kGpuVendorID), command_line 192 content/gpu/gpu_main.cc command_line.GetSwitchValueASCII(switches::kGpuDeviceID), command_line 196 content/gpu/gpu_main.cc command_line.GetSwitchValueASCII(switches::kGpuDriverVendor); command_line 198 content/gpu/gpu_main.cc command_line.GetSwitchValueASCII(switches::kGpuDriverVersion); command_line 205 content/gpu/gpu_main.cc if (WarmUpSandbox(command_line)) { command_line 213 content/gpu/gpu_main.cc if (!command_line.HasSwitch( command_line 227 content/gpu/gpu_main.cc if (!command_line.HasSwitch(switches::kNoSandbox)) { command_line 233 content/gpu/gpu_main.cc if (command_line.HasSwitch(switches::kInProcessGPU)) { command_line 274 content/gpu/gpu_main.cc if (!command_line.HasSwitch(switches::kDisableGpuDriverBugWorkarounds)) { command_line 276 content/gpu/gpu_main.cc gpu_info, const_cast<CommandLine*>(&command_line)); command_line 394 content/gpu/gpu_main.cc bool WarmUpSandbox(const CommandLine& command_line) { command_line 247 content/plugin/plugin_channel.cc const CommandLine* command_line = CommandLine::ForCurrentProcess(); command_line 248 content/plugin/plugin_channel.cc log_messages_ = command_line->HasSwitch(switches::kLogPluginMessages); command_line 319 content/plugin/plugin_channel.cc CommandLine* command_line = CommandLine::ForCurrentProcess(); command_line 320 content/plugin/plugin_channel.cc base::FilePath path = command_line->GetSwitchValuePath(switches::kPluginPath); command_line 61 content/plugin/plugin_main.cc const CommandLine& parsed_command_line = parameters.command_line; command_line 178 content/plugin/webplugin_delegate_stub.cc const CommandLine& command_line = *CommandLine::ForCurrentProcess(); command_line 180 content/plugin/webplugin_delegate_stub.cc command_line.GetSwitchValuePath(switches::kPluginPath); command_line 18 content/ppapi_plugin/ppapi_broker_main.cc const CommandLine& command_line = parameters.command_line; command_line 19 content/ppapi_plugin/ppapi_broker_main.cc if (command_line.HasSwitch(switches::kPpapiStartupDialog)) { command_line 31 content/ppapi_plugin/ppapi_broker_main.cc new PpapiThread(parameters.command_line, true)); // Broker. command_line 63 content/ppapi_plugin/ppapi_plugin_main.cc const CommandLine& command_line = parameters.command_line; command_line 72 content/ppapi_plugin/ppapi_plugin_main.cc if (command_line.HasSwitch(switches::kPpapiStartupDialog)) { command_line 82 content/ppapi_plugin/ppapi_plugin_main.cc if (command_line.HasSwitch(switches::kLang)) { command_line 83 content/ppapi_plugin/ppapi_plugin_main.cc std::string locale = command_line.GetSwitchValueASCII(switches::kLang); command_line 130 content/ppapi_plugin/ppapi_plugin_main.cc new PpapiThread(parameters.command_line, false)); // Not a broker. command_line 105 content/ppapi_plugin/ppapi_thread.cc PpapiThread::PpapiThread(const CommandLine& command_line, bool is_broker) command_line 114 content/ppapi_plugin/ppapi_thread.cc command_line.GetSwitchValueASCII(switches::kPpapiFlashArgs)); command_line 202 content/ppapi_plugin/ppapi_thread.cc CommandLine* command_line = CommandLine::ForCurrentProcess(); command_line 203 content/ppapi_plugin/ppapi_thread.cc return command_line->GetSwitchValueASCII(switches::kLang); command_line 47 content/ppapi_plugin/ppapi_thread.h PpapiThread(const base::CommandLine& command_line, bool is_broker); command_line 33 content/public/app/startup_helper_win.h void SetupCRT(const base::CommandLine& command_line); command_line 207 content/public/browser/browser_message_filter.cc CommandLine* command_line = CommandLine::ForCurrentProcess(); command_line 209 content/public/browser/browser_message_filter.cc if (!command_line->HasSwitch(switches::kDisableKillAfterBadIPC)) { command_line 291 content/public/browser/content_browser_client.h virtual void AppendExtraCommandLineSwitches(base::CommandLine* command_line, command_line 618 content/public/browser/content_browser_client.h const base::CommandLine& command_line, command_line 31 content/public/common/main_function_params.h : command_line(cl), command_line 40 content/public/common/main_function_params.h const base::CommandLine& command_line; command_line 149 content/public/test/browser_test_base.cc CommandLine* command_line = CommandLine::ForCurrentProcess(); command_line 152 content/public/test/browser_test_base.cc command_line->AppendSwitch(switches::kAllowFileAccessFromFiles); command_line 154 content/public/test/browser_test_base.cc command_line->AppendSwitch(switches::kDomAutomationController); command_line 158 content/public/test/browser_test_base.cc command_line->AppendSwitch(switches::kLogGpuControlListDecisions); command_line 161 content/public/test/browser_test_base.cc command_line->AppendSwitch(switches::kDisableGpu); command_line 162 content/public/test/browser_test_base.cc command_line->AppendSwitch(switches::kEnableSoftwareCompositing); command_line 164 content/public/test/browser_test_base.cc command_line->AppendSwitch(switches::kUIDisableThreadedCompositing); command_line 171 content/public/test/browser_test_base.cc if (command_line->HasSwitch(switches::kEnablePixelOutputInTests)) command_line 174 content/public/test/browser_test_base.cc if (command_line->HasSwitch(switches::kDisableGLDrawingForTests)) { command_line 183 content/public/test/browser_test_base.cc command_line->AppendSwitch(switches::kDisableGLDrawingForTests); command_line 190 content/public/test/browser_test_base.cc if (command_line->HasSwitch(switches::kUseGpuInTests)) command_line 194 content/public/test/browser_test_base.cc if (command_line->HasSwitch("enable-gpu")) command_line 214 content/public/test/browser_test_base.cc if (command_line->HasSwitch(switches::kUseGL)) { command_line 220 content/public/test/browser_test_base.cc command_line->AppendSwitchASCII( command_line 238 content/public/test/browser_test_base.cc MainFunctionParams params(*command_line); command_line 55 content/public/test/browser_test_base.h virtual void SetUpCommandLine(base::CommandLine* command_line) {} command_line 64 content/public/test/content_browser_test.cc CommandLine* command_line = CommandLine::ForCurrentProcess(); command_line 65 content/public/test/content_browser_test.cc command_line->AppendSwitch(switches::kContentBrowserTest); command_line 67 content/public/test/content_browser_test.cc SetUpCommandLine(command_line); command_line 72 content/public/test/content_browser_test.cc if (command_line->HasSwitch(switches::kSingleProcess)) { command_line 89 content/public/test/content_browser_test.cc command_line->AppendSwitchPath(switches::kBrowserSubprocessPath, command_line 439 content/public/test/test_launcher.cc const CommandLine* command_line = CommandLine::ForCurrentProcess(); command_line 441 content/public/test/test_launcher.cc if (command_line->HasSwitch(kHelpFlag)) { command_line 461 content/public/test/test_launcher.cc if (command_line->HasSwitch(kSingleProcessTestsFlag) || command_line 462 content/public/test/test_launcher.cc (command_line->HasSwitch(switches::kSingleProcess) && command_line 463 content/public/test/test_launcher.cc command_line->HasSwitch(base::kGTestFilterFlag)) || command_line 464 content/public/test/test_launcher.cc command_line->HasSwitch(base::kGTestListTestsFlag) || command_line 465 content/public/test/test_launcher.cc command_line->HasSwitch(base::kGTestHelpFlag)) { command_line 471 content/public/test/test_launcher.cc if (command_line->HasSwitch(switches::kProcessType) || command_line 472 content/public/test/test_launcher.cc command_line->HasSwitch(kLaunchAsBrowser)) { command_line 36 content/public/test/test_launcher.h base::CommandLine* command_line, command_line 27 content/renderer/accessibility/renderer_accessibility.cc const CommandLine& command_line = *CommandLine::ForCurrentProcess(); command_line 28 content/renderer/accessibility/renderer_accessibility.cc if (command_line.HasSwitch(switches::kEnableAccessibilityLogging)) command_line 142 content/renderer/browser_render_view_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 145 content/renderer/browser_render_view_browsertest.cc command_line->AppendSwitch(switches::kSingleProcess); command_line 27 content/renderer/devtools/devtools_client.cc const CommandLine& command_line = *CommandLine::ForCurrentProcess(); command_line 33 content/renderer/devtools/devtools_client.cc command_line.GetSwitchValueASCII(switches::kLang)))); command_line 172 content/renderer/dom_serializer_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 173 content/renderer/dom_serializer_browsertest.cc command_line->AppendSwitch(switches::kSingleProcess); command_line 176 content/renderer/dom_serializer_browsertest.cc command_line->AppendSwitch(switches::kDisableAcceleratedCompositing); command_line 56 content/renderer/gpu/render_widget_compositor.cc const CommandLine& command_line, command_line 61 content/renderer/gpu/render_widget_compositor.cc std::string string_value = command_line.GetSwitchValueASCII(switch_string); command_line 2834 content/renderer/render_frame_impl.cc const CommandLine& command_line = *CommandLine::ForCurrentProcess(); command_line 2836 content/renderer/render_frame_impl.cc command_line.HasSwitch(switches::kEnableStrictSiteIsolation) || command_line 2837 content/renderer/render_frame_impl.cc command_line.HasSwitch(switches::kSitePerProcess); command_line 79 content/renderer/render_process_impl.cc const CommandLine& command_line = *CommandLine::ForCurrentProcess(); command_line 80 content/renderer/render_process_impl.cc if (command_line.HasSwitch(switches::kJavaScriptFlags)) { command_line 82 content/renderer/render_process_impl.cc command_line.GetSwitchValueASCII(switches::kJavaScriptFlags)); command_line 409 content/renderer/render_thread_impl.cc const CommandLine& command_line = *CommandLine::ForCurrentProcess(); command_line 410 content/renderer/render_thread_impl.cc if (command_line.HasSwitch(cc::switches::kEnableGpuBenchmarking)) command_line 414 content/renderer/render_thread_impl.cc command_line.HasSwitch(switches::kEnableImplSidePainting); command_line 419 content/renderer/render_thread_impl.cc command_line.HasSwitch(switches::kEnableMapImage) && command_line 420 content/renderer/render_thread_impl.cc !command_line.HasSwitch(switches::kDisableMapImage); command_line 422 content/renderer/render_thread_impl.cc if (command_line.HasSwitch(switches::kDisableLCDText)) { command_line 424 content/renderer/render_thread_impl.cc } else if (command_line.HasSwitch(switches::kEnableLCDText)) { command_line 435 content/renderer/render_thread_impl.cc command_line.HasSwitch(switches::kEnableGpuRasterization); command_line 437 content/renderer/render_thread_impl.cc command_line.HasSwitch(switches::kForceGpuRasterization); command_line 440 content/renderer/render_thread_impl.cc if (command_line.HasSwitch(switches::kDisableLowResTiling) && command_line 441 content/renderer/render_thread_impl.cc !command_line.HasSwitch(switches::kEnableLowResTiling)) { command_line 462 content/renderer/render_thread_impl.cc if (command_line.HasSwitch(switches::kUseDiscardableMemory)) { command_line 463 content/renderer/render_thread_impl.cc std::string requested_type_name = command_line.GetSwitchValueASCII( command_line 486 content/renderer/render_thread_impl.cc if (command_line.HasSwitch(switches::kNumRasterThreads)) { command_line 489 content/renderer/render_thread_impl.cc command_line.GetSwitchValueASCII(switches::kNumRasterThreads); command_line 729 content/renderer/render_thread_impl.cc const CommandLine& command_line = *CommandLine::ForCurrentProcess(); command_line 731 content/renderer/render_thread_impl.cc bool enable = command_line.HasSwitch(switches::kEnableThreadedCompositing); command_line 784 content/renderer/render_thread_impl.cc command_line.GetSwitchValueASCII(switches::kBlinkPlatformLogChannels)); command_line 786 content/renderer/render_thread_impl.cc SetRuntimeFeaturesDefaultsAndUpdateFromArgs(command_line); command_line 810 content/renderer/render_thread_impl.cc command_line.HasSwitch(switches::kEnableDeferredImageDecoding) || command_line 419 content/renderer/render_view_impl.cc const CommandLine& command_line = *CommandLine::ForCurrentProcess(); command_line 421 content/renderer/render_view_impl.cc if (command_line.HasSwitch(switches::kDisableCompositingForFixedPosition)) command_line 424 content/renderer/render_view_impl.cc if (command_line.HasSwitch(switches::kEnableCompositingForFixedPosition)) command_line 432 content/renderer/render_view_impl.cc const CommandLine& command_line = *CommandLine::ForCurrentProcess(); command_line 434 content/renderer/render_view_impl.cc if (command_line.HasSwitch(switches::kDisableAcceleratedOverflowScroll)) command_line 437 content/renderer/render_view_impl.cc if (command_line.HasSwitch(switches::kEnableAcceleratedOverflowScroll)) command_line 462 content/renderer/render_view_impl.cc const CommandLine& command_line = *CommandLine::ForCurrentProcess(); command_line 464 content/renderer/render_view_impl.cc if (command_line.HasSwitch( command_line 468 content/renderer/render_view_impl.cc if (command_line.HasSwitch( command_line 476 content/renderer/render_view_impl.cc const CommandLine& command_line = *CommandLine::ForCurrentProcess(); command_line 478 content/renderer/render_view_impl.cc if (command_line.HasSwitch(switches::kDisableCompositingForTransition)) command_line 481 content/renderer/render_view_impl.cc if (command_line.HasSwitch(switches::kEnableCompositingForTransition)) command_line 491 content/renderer/render_view_impl.cc const CommandLine& command_line = *CommandLine::ForCurrentProcess(); command_line 493 content/renderer/render_view_impl.cc if (command_line.HasSwitch(switches::kDisableAcceleratedFixedRootBackground)) command_line 496 content/renderer/render_view_impl.cc if (command_line.HasSwitch(switches::kEnableAcceleratedFixedRootBackground)) command_line 721 content/renderer/render_view_impl.cc const CommandLine& command_line = *CommandLine::ForCurrentProcess(); command_line 723 content/renderer/render_view_impl.cc if (command_line.HasSwitch(switches::kStatsCollectionController)) command_line 730 content/renderer/render_view_impl.cc command_line.HasSwitch(switches::kNetworkCountryIso) command_line 731 content/renderer/render_view_impl.cc ? command_line.GetSwitchValueASCII(switches::kNetworkCountryIso) command_line 826 content/renderer/render_view_impl.cc if (command_line.HasSwitch(switches::kDomAutomationController)) command_line 828 content/renderer/render_view_impl.cc if (command_line.HasSwitch(switches::kStatsCollectionController)) command_line 831 content/renderer/render_view_impl.cc ProcessViewLayoutFlags(command_line); command_line 1532 content/renderer/render_view_impl.cc const CommandLine& command_line = *CommandLine::ForCurrentProcess(); command_line 1533 content/renderer/render_view_impl.cc if (!command_line.HasSwitch(switches::kDisableAcceleratedCompositing)) command_line 2433 content/renderer/render_view_impl.cc void RenderViewImpl::ProcessViewLayoutFlags(const CommandLine& command_line) { command_line 2435 content/renderer/render_view_impl.cc command_line.HasSwitch(switches::kEnableViewport) || command_line 2436 content/renderer/render_view_impl.cc command_line.HasSwitch(switches::kEnableViewportMeta); command_line 2447 content/renderer/render_view_impl.cc command_line.HasSwitch(switches::kEnablePinch) ? 4.f : 1.f ; command_line 2497 content/renderer/render_view_impl.cc const CommandLine& command_line = *CommandLine::ForCurrentProcess(); command_line 2499 content/renderer/render_view_impl.cc if (command_line.HasSwitch(switches::kEnableSkiaBenchmarking)) command_line 2502 content/renderer/render_view_impl.cc if (command_line.HasSwitch(switches::kEnableMemoryBenchmarking)) command_line 998 content/renderer/render_view_impl.h void ProcessViewLayoutFlags(const base::CommandLine& command_line); command_line 891 content/renderer/render_widget.cc const CommandLine& command_line = *CommandLine::ForCurrentProcess(); command_line 893 content/renderer/render_widget.cc if (command_line.HasSwitch(switches::kDisableGpuCompositing)) command_line 907 content/renderer/render_widget.cc if (command_line.HasSwitch(switches::kEnableDelegatedRenderer)) { command_line 916 content/renderer/render_widget.cc if (!command_line.HasSwitch(switches::kEnableSoftwareCompositing)) command_line 930 content/renderer/render_widget.cc if (command_line.HasSwitch(cc::switches::kCompositeToMailbox)) { command_line 60 content/renderer/renderer_main.cc static void HandleRendererErrorTestParameters(const CommandLine& command_line) { command_line 61 content/renderer/renderer_main.cc if (command_line.HasSwitch(switches::kWaitForDebugger)) command_line 64 content/renderer/renderer_main.cc if (command_line.HasSwitch(switches::kRendererStartupDialog)) command_line 68 content/renderer/renderer_main.cc if (command_line.HasSwitch(switches::kRendererAssertTest)) { command_line 123 content/renderer/renderer_main.cc const CommandLine& parsed_command_line = parameters.command_line; command_line 25 content/renderer/renderer_main_platform_delegate_android.cc const CommandLine& command_line = parameters_.command_line; command_line 26 content/renderer/renderer_main_platform_delegate_android.cc if (command_line.HasSwitch(switches::kEnableVtune)) command_line 33 content/renderer/renderer_main_platform_delegate_linux.cc const CommandLine& command_line = parameters_.command_line; command_line 34 content/renderer/renderer_main_platform_delegate_linux.cc if (command_line.HasSwitch(switches::kEnableVtune)) command_line 95 content/renderer/renderer_main_platform_delegate_win.cc const CommandLine& command_line = parameters_.command_line; command_line 98 content/renderer/renderer_main_platform_delegate_win.cc if (command_line.HasSwitch(switches::kEnableVtune)) command_line 104 content/renderer/renderer_main_platform_delegate_win.cc bool no_sandbox = command_line.HasSwitch(switches::kNoSandbox); command_line 132 content/renderer/renderer_main_platform_delegate_win.cc const CommandLine& command_line = parameters_.command_line; command_line 134 content/renderer/renderer_main_platform_delegate_win.cc DVLOG(1) << "Started renderer with " << command_line.GetCommandLineString(); command_line 141 content/renderer/renderer_main_platform_delegate_win.cc command_line.GetSwitchValueNative(switches::kTestSandbox); command_line 332 content/renderer/renderer_webkitplatformsupport_impl.cc const CommandLine& command_line = *CommandLine::ForCurrentProcess(); command_line 333 content/renderer/renderer_webkitplatformsupport_impl.cc result = command_line.HasSwitch(switches::kEnablePreparsedJsCaching); command_line 999 content/renderer/renderer_webkitplatformsupport_impl.cc CommandLine* command_line = CommandLine::ForCurrentProcess(); command_line 1000 content/renderer/renderer_webkitplatformsupport_impl.cc if (command_line->HasSwitch(switches::kWebGLCommandBufferSizeKb)) { command_line 1001 content/renderer/renderer_webkitplatformsupport_impl.cc std::string size_string = command_line->GetSwitchValueASCII( command_line 134 content/renderer/resource_fetcher_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 135 content/renderer/resource_fetcher_browsertest.cc command_line->AppendSwitch(switches::kSingleProcess); command_line 138 content/renderer/resource_fetcher_browsertest.cc command_line->AppendSwitch(switches::kDisableAcceleratedCompositing); command_line 21 content/renderer/savable_resources_browsertest.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 22 content/renderer/savable_resources_browsertest.cc command_line->AppendSwitch(switches::kSingleProcess); command_line 25 content/renderer/savable_resources_browsertest.cc command_line->AppendSwitch(switches::kDisableAcceleratedCompositing); command_line 75 content/shell/android/browsertests_apk/content_browser_tests_android.cc CommandLine* command_line = CommandLine::ForCurrentProcess(); command_line 76 content/shell/android/browsertests_apk/content_browser_tests_android.cc command_line->AppendArguments(CommandLine(argc, &argv[0]), false); command_line 79 content/shell/android/browsertests_apk/content_browser_tests_android.cc command_line->AppendSwitch(content::kSingleProcessTestsFlag); command_line 80 content/shell/android/browsertests_apk/content_browser_tests_android.cc command_line->AppendSwitch(switches::kUseFakeDeviceForMediaStream); command_line 81 content/shell/android/browsertests_apk/content_browser_tests_android.cc command_line->AppendSwitch(switches::kUseFakeUIForMediaStream); command_line 84 content/shell/android/browsertests_apk/content_browser_tests_android.cc command_line->AppendSwitchASCII(switches::kRemoteDebuggingSocketName, command_line 124 content/shell/app/shell_main_delegate.cc CommandLine& command_line = *CommandLine::ForCurrentProcess(); command_line 125 content/shell/app/shell_main_delegate.cc if (command_line.HasSwitch(switches::kCheckLayoutTestSysDeps)) { command_line 133 content/shell/app/shell_main_delegate.cc if (command_line.HasSwitch(switches::kDumpRenderTree)) { command_line 136 content/shell/app/shell_main_delegate.cc command_line.AppendSwitch(switches::kProcessPerTab); command_line 137 content/shell/app/shell_main_delegate.cc command_line.AppendSwitch(switches::kEnableLogging); command_line 138 content/shell/app/shell_main_delegate.cc command_line.AppendSwitch(switches::kAllowFileAccessFromFiles); command_line 139 content/shell/app/shell_main_delegate.cc command_line.AppendSwitchASCII(switches::kUseGL, command_line 141 content/shell/app/shell_main_delegate.cc command_line.AppendSwitch(switches::kSkipGpuDataLoading); command_line 142 content/shell/app/shell_main_delegate.cc command_line.AppendSwitchASCII(switches::kTouchEvents, command_line 144 content/shell/app/shell_main_delegate.cc command_line.AppendSwitch(switches::kEnableGestureTapHighlight); command_line 145 content/shell/app/shell_main_delegate.cc command_line.AppendSwitchASCII(switches::kForceDeviceScaleFactor, "1.0"); command_line 147 content/shell/app/shell_main_delegate.cc command_line.AppendSwitch( command_line 151 content/shell/app/shell_main_delegate.cc if (!command_line.HasSwitch(switches::kStableReleaseMode)) { command_line 152 content/shell/app/shell_main_delegate.cc command_line.AppendSwitch( command_line 156 content/shell/app/shell_main_delegate.cc if (!command_line.HasSwitch(switches::kEnableThreadedCompositing)) { command_line 157 content/shell/app/shell_main_delegate.cc command_line.AppendSwitch(switches::kDisableThreadedCompositing); command_line 158 content/shell/app/shell_main_delegate.cc command_line.AppendSwitch(cc::switches::kDisableThreadedAnimation); command_line 161 content/shell/app/shell_main_delegate.cc command_line.AppendSwitch(switches::kEnableInbandTextTracks); command_line 162 content/shell/app/shell_main_delegate.cc command_line.AppendSwitch(switches::kMuteAudio); command_line 166 content/shell/app/shell_main_delegate.cc command_line.AppendSwitch(switches::kDisableDelegatedRenderer); command_line 169 content/shell/app/shell_main_delegate.cc command_line.AppendSwitch(switches::kEnableFileCookies); command_line 67 content/shell/browser/shell.cc const CommandLine& command_line = *CommandLine::ForCurrentProcess(); command_line 68 content/shell/browser/shell.cc if (command_line.HasSwitch(switches::kDumpRenderTree)) command_line 24 content/shell/browser/shell_android.cc CommandLine* command_line = CommandLine::ForCurrentProcess(); command_line 25 content/shell/browser/shell_android.cc DCHECK(command_line->HasSwitch(switches::kForceCompositingMode)); command_line 26 content/shell/browser/shell_android.cc DCHECK(command_line->HasSwitch(switches::kEnableThreadedCompositing)); command_line 58 content/shell/browser/shell_browser_main_parts.cc CommandLine* command_line = CommandLine::ForCurrentProcess(); command_line 59 content/shell/browser/shell_browser_main_parts.cc if (command_line->HasSwitch(switches::kContentBrowserTest)) command_line 61 content/shell/browser/shell_browser_main_parts.cc const CommandLine::StringVector& args = command_line->GetArgs(); command_line 73 content/shell/browser/shell_content_browser_client.cc int GetCrashSignalFD(const CommandLine& command_line) { command_line 78 content/shell/browser/shell_content_browser_client.cc command_line.GetSwitchValueASCII(switches::kProcessType); command_line 204 content/shell/browser/shell_content_browser_client.cc CommandLine* command_line, int child_process_id) { command_line 206 content/shell/browser/shell_content_browser_client.cc command_line->AppendSwitch(switches::kDumpRenderTree); command_line 209 content/shell/browser/shell_content_browser_client.cc command_line->AppendSwitch(switches::kExposeInternalsForTesting); command_line 211 content/shell/browser/shell_content_browser_client.cc command_line->AppendSwitch(switches::kStableReleaseMode); command_line 214 content/shell/browser/shell_content_browser_client.cc command_line->AppendSwitch(switches::kEnableCrashReporter); command_line 217 content/shell/browser/shell_content_browser_client.cc command_line->AppendSwitchPath( command_line 224 content/shell/browser/shell_content_browser_client.cc command_line->AppendSwitch(switches::kEnableLeakDetection); command_line 285 content/shell/browser/shell_content_browser_client.cc const CommandLine& command_line, command_line 318 content/shell/browser/shell_content_browser_client.cc int crash_signal_fd = GetCrashSignalFD(command_line); command_line 48 content/shell/browser/shell_content_browser_client.h virtual void AppendExtraCommandLineSwitches(base::CommandLine* command_line, command_line 70 content/shell/browser/shell_content_browser_client.h const base::CommandLine& command_line, command_line 47 content/shell/browser/shell_devtools_delegate.cc const CommandLine& command_line = *CommandLine::ForCurrentProcess(); command_line 50 content/shell/browser/shell_devtools_delegate.cc if (command_line.HasSwitch(switches::kRemoteDebuggingSocketName)) { command_line 51 content/shell/browser/shell_devtools_delegate.cc socket_name = command_line.GetSwitchValueASCII( command_line 60 content/shell/browser/shell_devtools_delegate.cc if (command_line.HasSwitch(switches::kRemoteDebuggingPort)) { command_line 63 content/shell/browser/shell_devtools_delegate.cc command_line.GetSwitchValueASCII(switches::kRemoteDebuggingPort); command_line 37 content/shell/browser/shell_net_log.cc const CommandLine* command_line = CommandLine::ForCurrentProcess(); command_line 39 content/shell/browser/shell_net_log.cc if (command_line->HasSwitch(switches::kLogNetLog)) { command_line 41 content/shell/browser/shell_net_log.cc command_line->GetSwitchValuePath(switches::kLogNetLog); command_line 97 content/shell/browser/shell_url_request_context_getter.cc const CommandLine& command_line = *CommandLine::ForCurrentProcess(); command_line 102 content/shell/browser/shell_url_request_context_getter.cc if (command_line.HasSwitch(switches::kDumpRenderTree)) command_line 121 content/shell/browser/shell_url_request_context_getter.cc if (command_line.HasSwitch(switches::kDumpRenderTree)) { command_line 175 content/shell/browser/shell_url_request_context_getter.cc if (command_line.HasSwitch(switches::kTestingFixedHttpPort)) { command_line 177 content/shell/browser/shell_url_request_context_getter.cc base::StringToInt(command_line.GetSwitchValueASCII( command_line 181 content/shell/browser/shell_url_request_context_getter.cc if (command_line.HasSwitch(switches::kTestingFixedHttpsPort)) { command_line 183 content/shell/browser/shell_url_request_context_getter.cc base::StringToInt(command_line.GetSwitchValueASCII( command_line 187 content/shell/browser/shell_url_request_context_getter.cc if (command_line.HasSwitch(switches::kHostResolverRules)) { command_line 191 content/shell/browser/shell_url_request_context_getter.cc command_line.GetSwitchValueASCII(switches::kHostResolverRules)); command_line 330 content/shell/browser/webkit_test_controller.cc CommandLine& command_line = *CommandLine::ForCurrentProcess(); command_line 331 content/shell/browser/webkit_test_controller.cc if (!command_line.HasSwitch(switches::kEnableSoftwareCompositing)) command_line 26 content/shell/common/shell_content_client.cc CommandLine* command_line = CommandLine::ForCurrentProcess(); command_line 27 content/shell/common/shell_content_client.cc if (command_line->HasSwitch(switches::kUseMobileUserAgent)) command_line 57 content/shell/common/webkit_test_helpers.cc const CommandLine& command_line = *CommandLine::ForCurrentProcess(); command_line 101 content/shell/common/webkit_test_helpers.cc command_line.HasSwitch(switches::kEnableAccelerated2DCanvas); command_line 103 content/shell/common/webkit_test_helpers.cc command_line.HasSwitch(switches::kForceCompositingMode); command_line 24 content/test/content_browser_test_test.cc virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line 28 content/test/content_browser_test_test.cc command_line->AppendSwitch(switches::kSingleProcess); command_line 111 content/test/content_test_launcher.cc CommandLine* command_line, const base::FilePath& temp_data_dir) OVERRIDE { command_line 112 content/test/content_test_launcher.cc command_line->AppendSwitchPath(switches::kContentShellDataPath, command_line 114 content/test/content_test_launcher.cc command_line->AppendSwitch(switches::kUseFakeDeviceForMediaStream); command_line 115 content/test/content_test_launcher.cc command_line->AppendSwitch(switches::kUseFakeUIForMediaStream); command_line 45 content/test/webkit_support.cc const CommandLine& command_line = *CommandLine::ForCurrentProcess(); command_line 47 content/test/webkit_support.cc command_line.GetSwitchValueASCII(switches::kBlinkPlatformLogChannels)); command_line 17 content/test/webrtc_content_browsertest_base.cc void WebRtcContentBrowserTest::SetUpCommandLine(CommandLine* command_line) { command_line 16 content/test/webrtc_content_browsertest_base.h virtual void SetUpCommandLine(base::CommandLine* command_line) OVERRIDE; command_line 54 content/utility/utility_main.cc is_sandboxed = !parameters.command_line.HasSwitch(switches::kNoSandbox); command_line 76 content/utility/utility_main.cc bool no_sandbox = parameters.command_line.HasSwitch(switches::kNoSandbox); command_line 62 content/worker/worker_main.cc const CommandLine& parsed_command_line = parameters.command_line; command_line 42 content/worker/worker_thread.cc const CommandLine& command_line = *CommandLine::ForCurrentProcess(); command_line 43 content/worker/worker_thread.cc if (command_line.HasSwitch(switches::kJavaScriptFlags)) { command_line 45 content/worker/worker_thread.cc command_line.GetSwitchValueASCII(switches::kJavaScriptFlags)); command_line 48 content/worker/worker_thread.cc SetRuntimeFeaturesDefaultsAndUpdateFromArgs(command_line); command_line 418 content/zygote/zygote_main_linux.cc const CommandLine& command_line = *CommandLine::ForCurrentProcess(); command_line 419 content/zygote/zygote_main_linux.cc if (!command_line.HasSwitch(switches::kAllowSandboxDebugging)) { command_line 430 courgette/courgette_tool.cc const CommandLine& command_line = *CommandLine::ForCurrentProcess(); command_line 438 courgette/courgette_tool.cc bool cmd_sup = command_line.HasSwitch("supported"); command_line 439 courgette/courgette_tool.cc bool cmd_dis = command_line.HasSwitch("dis"); command_line 440 courgette/courgette_tool.cc bool cmd_asm = command_line.HasSwitch("asm"); command_line 441 courgette/courgette_tool.cc bool cmd_disadj = command_line.HasSwitch("disadj"); command_line 442 courgette/courgette_tool.cc bool cmd_make_patch = command_line.HasSwitch("gen"); command_line 443 courgette/courgette_tool.cc bool cmd_apply_patch = command_line.HasSwitch("apply"); command_line 444 courgette/courgette_tool.cc bool cmd_make_bsdiff_patch = command_line.HasSwitch("genbsdiff"); command_line 445 courgette/courgette_tool.cc bool cmd_apply_bsdiff_patch = command_line.HasSwitch("applybsdiff"); command_line 446 courgette/courgette_tool.cc bool cmd_spread_1_adjusted = command_line.HasSwitch("gen1a"); command_line 447 courgette/courgette_tool.cc bool cmd_spread_1_unadjusted = command_line.HasSwitch("gen1u"); command_line 450 courgette/courgette_tool.cc const CommandLine::StringVector& args = command_line.GetArgs(); command_line 458 courgette/courgette_tool.cc std::string repeat_switch = command_line.GetSwitchValueASCII("repeat"); command_line 51 extensions/browser/extensions_browser_client.h virtual bool AreExtensionsDisabled(const base::CommandLine& command_line, command_line 33 extensions/browser/test_extensions_browser_client.cc const base::CommandLine& command_line, command_line 27 extensions/browser/test_extensions_browser_client.h virtual bool AreExtensionsDisabled(const base::CommandLine& command_line, command_line 96 extensions/common/feature_switch.cc FeatureSwitch::FeatureSwitch(const CommandLine* command_line, command_line 99 extensions/common/feature_switch.cc Init(command_line, switch_name, default_value); command_line 102 extensions/common/feature_switch.cc void FeatureSwitch::Init(const CommandLine* command_line, command_line 105 extensions/common/feature_switch.cc command_line_ = command_line; command_line 55 extensions/common/feature_switch.h FeatureSwitch(const base::CommandLine* command_line, command_line 66 extensions/common/feature_switch.h void Init(const base::CommandLine* command_line, command_line 289 extensions/common/features/simple_feature.cc CommandLine* command_line = CommandLine::ForCurrentProcess(); command_line 290 extensions/common/features/simple_feature.cc if (!command_line->HasSwitch(switches::kWhitelistedExtensionID)) command_line 464 extensions/common/permissions/permissions_data.cc const CommandLine* command_line = CommandLine::ForCurrentProcess(); command_line 478 extensions/common/permissions/permissions_data.cc if (!command_line->HasSwitch(switches::kExtensionsOnChromeURLs)) { command_line 50 google_apis/gaia/gaia_urls.cc CommandLine* command_line = CommandLine::ForCurrentProcess(); command_line 51 google_apis/gaia/gaia_urls.cc if (command_line->HasSwitch(switch_value)) { command_line 52 google_apis/gaia/gaia_urls.cc *output_value = command_line->GetSwitchValueASCII(switch_value); command_line 196 google_apis/gcm/tools/mcs_probe.cc const CommandLine& command_line, command_line 254 google_apis/gcm/tools/mcs_probe.cc const CommandLine& command_line, command_line 256 google_apis/gcm/tools/mcs_probe.cc : command_line_(command_line), command_line 263 google_apis/gcm/tools/mcs_probe.cc if (command_line.HasSwitch(kRMQFileName)) { command_line 264 google_apis/gcm/tools/mcs_probe.cc gcm_store_path_ = command_line.GetSwitchValuePath(kRMQFileName); command_line 266 google_apis/gcm/tools/mcs_probe.cc if (command_line.HasSwitch(kAndroidIdSwitch)) { command_line 267 google_apis/gcm/tools/mcs_probe.cc base::StringToUint64(command_line.GetSwitchValueASCII(kAndroidIdSwitch), command_line 270 google_apis/gcm/tools/mcs_probe.cc if (command_line.HasSwitch(kSecretSwitch)) { command_line 271 google_apis/gcm/tools/mcs_probe.cc base::StringToUint64(command_line.GetSwitchValueASCII(kSecretSwitch), command_line 275 google_apis/gcm/tools/mcs_probe.cc if (command_line.HasSwitch(kServerHostSwitch)) { command_line 276 google_apis/gcm/tools/mcs_probe.cc server_host_ = command_line.GetSwitchValueASCII(kServerHostSwitch); command_line 279 google_apis/gcm/tools/mcs_probe.cc if (command_line.HasSwitch(kServerPortSwitch)) { command_line 280 google_apis/gcm/tools/mcs_probe.cc base::StringToInt(command_line.GetSwitchValueASCII(kServerPortSwitch), command_line 474 google_apis/gcm/tools/mcs_probe.cc const CommandLine& command_line = *CommandLine::ForCurrentProcess(); command_line 476 google_apis/gcm/tools/mcs_probe.cc MCSProbe mcs_probe(command_line, context_getter); command_line 80 google_apis/google_api_keys.cc CommandLine* command_line = CommandLine::ForCurrentProcess(); command_line 87 google_apis/google_api_keys.cc command_line); command_line 95 google_apis/google_api_keys.cc command_line); command_line 102 google_apis/google_api_keys.cc command_line); command_line 116 google_apis/google_api_keys.cc command_line); command_line 123 google_apis/google_api_keys.cc command_line); command_line 131 google_apis/google_api_keys.cc command_line); command_line 138 google_apis/google_api_keys.cc command_line); command_line 146 google_apis/google_api_keys.cc command_line); command_line 153 google_apis/google_api_keys.cc command_line); command_line 161 google_apis/google_api_keys.cc command_line); command_line 168 google_apis/google_api_keys.cc command_line); command_line 193 google_apis/google_api_keys.cc CommandLine* command_line) { command_line 202 google_apis/google_api_keys.cc if (command_line_switch && command_line->HasSwitch(command_line_switch)) { command_line 203 google_apis/google_api_keys.cc key_value = command_line->GetSwitchValueASCII(command_line_switch); command_line 152 gpu/command_buffer/service/feature_info.cc FeatureInfo::FeatureInfo(const CommandLine& command_line) { command_line 153 gpu/command_buffer/service/feature_info.cc InitializeBasicState(command_line); command_line 156 gpu/command_buffer/service/feature_info.cc void FeatureInfo::InitializeBasicState(const CommandLine& command_line) { command_line 157 gpu/command_buffer/service/feature_info.cc if (command_line.HasSwitch(switches::kGpuDriverBugWorkarounds)) { command_line 158 gpu/command_buffer/service/feature_info.cc std::string types = command_line.GetSwitchValueASCII( command_line 163 gpu/command_buffer/service/feature_info.cc !command_line.HasSwitch(switches::kDisableShaderNameHashing); command_line 166 gpu/command_buffer/service/feature_info.cc (command_line.GetSwitchValueASCII(switches::kUseGL) == "swiftshader"); command_line 88 gpu/command_buffer/service/feature_info.h FeatureInfo(const base::CommandLine& command_line); command_line 124 gpu/command_buffer/service/feature_info.h void InitializeBasicState(const base::CommandLine& command_line); command_line 56 gpu/command_buffer/service/feature_info_unittest.cc void SetupWithCommandLine(const CommandLine& command_line) { command_line 57 gpu/command_buffer/service/feature_info_unittest.cc info_ = new FeatureInfo(command_line); command_line 61 gpu/command_buffer/service/feature_info_unittest.cc const char* extensions, const CommandLine& command_line) { command_line 64 gpu/command_buffer/service/feature_info_unittest.cc info_ = new FeatureInfo(command_line); command_line 901 gpu/command_buffer/service/feature_info_unittest.cc CommandLine command_line(0, NULL); command_line 902 gpu/command_buffer/service/feature_info_unittest.cc command_line.AppendSwitchASCII( command_line 906 gpu/command_buffer/service/feature_info_unittest.cc command_line); command_line 972 gpu/command_buffer/service/feature_info_unittest.cc CommandLine command_line(0, NULL); command_line 973 gpu/command_buffer/service/feature_info_unittest.cc command_line.AppendSwitchASCII( command_line 977 gpu/command_buffer/service/feature_info_unittest.cc SetupWithCommandLine(command_line); command_line 982 gpu/command_buffer/service/feature_info_unittest.cc CommandLine command_line(0, NULL); command_line 983 gpu/command_buffer/service/feature_info_unittest.cc command_line.AppendSwitchASCII( command_line 989 gpu/command_buffer/service/feature_info_unittest.cc SetupWithCommandLine(command_line); command_line 122 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc CommandLine command_line(0, NULL); command_line 123 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc command_line.AppendSwitchASCII( command_line 129 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc InitDecoderWithCommandLine(init, &command_line); command_line 351 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc CommandLine command_line(0, NULL); command_line 352 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc command_line.AppendSwitchASCII( command_line 362 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc InitDecoderWithCommandLine(init, &command_line); command_line 1948 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc CommandLine command_line(0, NULL); command_line 1949 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc command_line.AppendSwitchASCII( command_line 1955 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc InitDecoderWithCommandLine(init, &command_line); command_line 5918 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc CommandLine command_line(0, NULL); command_line 5919 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc command_line.AppendSwitchASCII( command_line 5925 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc InitDecoderWithCommandLine(init, &command_line); command_line 8791 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc CommandLine command_line(0, NULL); command_line 8792 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc command_line.AppendSwitchASCII( command_line 8800 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc InitDecoderWithCommandLine(init, &command_line); command_line 97 gpu/command_buffer/service/gles2_cmd_decoder_unittest_base.cc const base::CommandLine* command_line) { command_line 110 gpu/command_buffer/service/gles2_cmd_decoder_unittest_base.cc if (command_line) command_line 111 gpu/command_buffer/service/gles2_cmd_decoder_unittest_base.cc feature_info = new FeatureInfo(*command_line); command_line 171 gpu/command_buffer/service/gles2_cmd_decoder_unittest_base.h const base::CommandLine* command_line); command_line 25 gpu/command_buffer/service/memory_program_cache.cc const CommandLine* command_line = CommandLine::ForCurrentProcess(); command_line 26 gpu/command_buffer/service/memory_program_cache.cc if (command_line->HasSwitch(switches::kGpuProgramCacheSizeKb) && command_line 27 gpu/command_buffer/service/memory_program_cache.cc base::StringToSizeT(command_line->GetSwitchValueNative( command_line 58 gpu/config/gpu_driver_bug_list.cc std::set<int>* workarounds, const CommandLine& command_line) { command_line 61 gpu/config/gpu_driver_bug_list.cc if (!command_line.HasSwitch(kFeatureList[i].name)) command_line 27 gpu/config/gpu_driver_bug_list.h std::set<int>* workarounds, const CommandLine& command_line); command_line 130 gpu/config/gpu_driver_bug_list_unittest.cc base::CommandLine command_line(0, NULL); command_line 131 gpu/config/gpu_driver_bug_list_unittest.cc command_line.AppendSwitch( command_line 138 gpu/config/gpu_driver_bug_list_unittest.cc &workarounds, command_line); command_line 144 gpu/config/gpu_driver_bug_list_unittest.cc base::CommandLine command_line(0, NULL); command_line 145 gpu/config/gpu_driver_bug_list_unittest.cc command_line.AppendSwitch( command_line 153 gpu/config/gpu_driver_bug_list_unittest.cc &workarounds, command_line); command_line 56 gpu/config/gpu_util.cc void ApplyGpuDriverBugWorkarounds(CommandLine* command_line) { command_line 60 gpu/config/gpu_util.cc ApplyGpuDriverBugWorkarounds(gpu_info, command_line); command_line 64 gpu/config/gpu_util.cc const GPUInfo& gpu_info, CommandLine* command_line) { command_line 71 gpu/config/gpu_util.cc &workarounds, *command_line); command_line 73 gpu/config/gpu_util.cc command_line->AppendSwitchASCII(switches::kGpuDriverBugWorkarounds, command_line 29 gpu/config/gpu_util.h GPU_EXPORT void ApplyGpuDriverBugWorkarounds(base::CommandLine* command_line); command_line 34 gpu/config/gpu_util.h const GPUInfo& gpu_inco, base::CommandLine* command_line); command_line 53 jingle/glue/logging_unittest.cc CommandLine* command_line = CommandLine::ForCurrentProcess(); command_line 57 jingle/glue/logging_unittest.cc command_line->AppendSwitchASCII("vmodule", value); command_line 53 media/audio/alsa/audio_manager_alsa.cc CommandLine command_line(CommandLine::NO_PROGRAM); command_line 56 media/audio/alsa/audio_manager_alsa.cc command_line.SetProgram(base::FilePath("gnome-volume-control")); command_line 60 media/audio/alsa/audio_manager_alsa.cc command_line.SetProgram(base::FilePath("kmix")); command_line 63 media/audio/alsa/audio_manager_alsa.cc command_line.SetProgram(base::FilePath("gnome-control-center")); command_line 64 media/audio/alsa/audio_manager_alsa.cc command_line.AppendArg("sound"); command_line 65 media/audio/alsa/audio_manager_alsa.cc command_line.AppendArg("input"); command_line 72 media/audio/alsa/audio_manager_alsa.cc base::LaunchProcess(command_line, base::LaunchOptions(), NULL); command_line 260 media/audio/win/audio_manager_win.cc CommandLine command_line(path); command_line 261 media/audio/win/audio_manager_win.cc command_line.AppendArg(argument); command_line 262 media/audio/win/audio_manager_win.cc base::LaunchProcess(command_line, base::LaunchOptions(), NULL); command_line 246 media/tools/player_x11/player_x11.cc CommandLine* command_line = CommandLine::ForCurrentProcess(); command_line 247 media/tools/player_x11/player_x11.cc std::string filename = command_line->GetSwitchValueASCII("file"); command_line 285 media/tools/player_x11/player_x11.cc if (command_line->HasSwitch("use-gl")) { command_line 294 media/tools/player_x11/player_x11.cc CreateDataSource(filename), command_line->HasSwitch("streaming"))); command_line 302 media/tools/player_x11/player_x11.cc paint_cb, command_line->HasSwitch("audio"), &message_loop); command_line 36 mojo/common/test/multiprocess_test_helper.cc CommandLine command_line(base::GetMultiProcessTestChildBaseCommandLine()); command_line 39 mojo/common/test/multiprocess_test_helper.cc &command_line, &handle_passing_info); command_line 52 mojo/common/test/multiprocess_test_helper.cc base::SpawnMultiProcessTestChild(test_child_main, command_line, options); command_line 63 mojo/embedder/platform_channel_pair.h const base::CommandLine& command_line); command_line 70 mojo/embedder/platform_channel_pair.h base::CommandLine* command_line, command_line 63 mojo/embedder/platform_channel_pair_posix.cc const CommandLine& command_line) { command_line 65 mojo/embedder/platform_channel_pair_posix.cc command_line.GetSwitchValueASCII(kMojoPlatformChannelHandleSwitch); command_line 78 mojo/embedder/platform_channel_pair_posix.cc CommandLine* command_line, command_line 80 mojo/embedder/platform_channel_pair_posix.cc DCHECK(command_line); command_line 100 mojo/embedder/platform_channel_pair_posix.cc LOG_IF(WARNING, command_line->HasSwitch(kMojoPlatformChannelHandleSwitch)) command_line 103 mojo/embedder/platform_channel_pair_posix.cc << command_line->GetSwitchValueASCII(kMojoPlatformChannelHandleSwitch); command_line 106 mojo/embedder/platform_channel_pair_posix.cc command_line->AppendSwitchASCII(kMojoPlatformChannelHandleSwitch, command_line 76 mojo/embedder/platform_channel_pair_win.cc const CommandLine& command_line) { command_line 78 mojo/embedder/platform_channel_pair_win.cc command_line.GetSwitchValueASCII(kMojoPlatformChannelHandleSwitch); command_line 92 mojo/embedder/platform_channel_pair_win.cc CommandLine* command_line, command_line 94 mojo/embedder/platform_channel_pair_win.cc DCHECK(command_line); command_line 105 mojo/embedder/platform_channel_pair_win.cc LOG_IF(WARNING, command_line->HasSwitch(kMojoPlatformChannelHandleSwitch)) command_line 108 mojo/embedder/platform_channel_pair_win.cc << command_line->GetSwitchValueASCII(kMojoPlatformChannelHandleSwitch); command_line 111 mojo/embedder/platform_channel_pair_win.cc command_line->AppendSwitchASCII( command_line 22 mojo/shell/child_process.cc scoped_ptr<ChildProcess> ChildProcess::Create(const CommandLine& command_line) { command_line 23 mojo/shell/child_process.cc if (!command_line.HasSwitch(switches::kChildProcessType)) command_line 27 mojo/shell/child_process.cc CHECK(base::StringToInt(command_line.GetSwitchValueASCII( command_line 46 mojo/shell/child_process.cc command_line); command_line 34 mojo/shell/child_process.h static scoped_ptr<ChildProcess> Create(const base::CommandLine& command_line); command_line 22 mojo/shell/run.cc const CommandLine& command_line = *CommandLine::ForCurrentProcess(); command_line 23 mojo/shell/run.cc CommandLine::StringVector args = command_line.GetArgs(); command_line 33 mojo/shell/run.cc if (url.scheme() == "mojo" && !command_line.HasSwitch(switches::kOrigin)) { command_line 25 net/test/spawned_test_server/local_test_server.cc base::CommandLine* command_line) { command_line 29 net/test/spawned_test_server/local_test_server.cc command_line->AppendArg(argument_name); command_line 35 net/test/spawned_test_server/local_test_server.cc command_line->AppendArg(argument_name + "=" + base::IntToString(value)); command_line 43 net/test/spawned_test_server/local_test_server.cc command_line->AppendArg(argument_name + "=" + value); command_line 202 net/test/spawned_test_server/local_test_server.cc base::CommandLine* command_line) const { command_line 220 net/test/spawned_test_server/local_test_server.cc if (!AppendArgumentFromJSONValue(key, *(*list_it), command_line)) command_line 223 net/test/spawned_test_server/local_test_server.cc } else if (!AppendArgumentFromJSONValue(key, value, command_line)) { command_line 233 net/test/spawned_test_server/local_test_server.cc command_line->AppendArg("--https"); command_line 237 net/test/spawned_test_server/local_test_server.cc command_line->AppendArg("--websocket"); command_line 240 net/test/spawned_test_server/local_test_server.cc command_line->AppendArg("--ftp"); command_line 243 net/test/spawned_test_server/local_test_server.cc command_line->AppendArg("--tcp-echo"); command_line 246 net/test/spawned_test_server/local_test_server.cc command_line->AppendArg("--udp-echo"); command_line 249 net/test/spawned_test_server/local_test_server.cc command_line->AppendArg("--basic-auth-proxy"); command_line 79 net/test/spawned_test_server/local_test_server.h virtual bool AddCommandLineArguments(base::CommandLine* command_line) const command_line 271 net/tools/disk_cache_memory_test/disk_cache_memory_test.cc const CommandLine& command_line = *CommandLine::ForCurrentProcess(); command_line 272 net/tools/disk_cache_memory_test/disk_cache_memory_test.cc if (command_line.HasSwitch("help")) { command_line 276 net/tools/disk_cache_memory_test/disk_cache_memory_test.cc if ((command_line.GetSwitches().size() != 1 && command_line 277 net/tools/disk_cache_memory_test/disk_cache_memory_test.cc command_line.GetSwitches().size() != 2) || command_line 278 net/tools/disk_cache_memory_test/disk_cache_memory_test.cc !command_line.HasSwitch("spec-1") || command_line 279 net/tools/disk_cache_memory_test/disk_cache_memory_test.cc (command_line.GetSwitches().size() == 2 && command_line 280 net/tools/disk_cache_memory_test/disk_cache_memory_test.cc !command_line.HasSwitch("spec-2"))) { command_line 285 net/tools/disk_cache_memory_test/disk_cache_memory_test.cc const std::string spec_str_1 = command_line.GetSwitchValueASCII("spec-1"); command_line 288 net/tools/disk_cache_memory_test/disk_cache_memory_test.cc if (command_line.HasSwitch("spec-2")) { command_line 289 net/tools/disk_cache_memory_test/disk_cache_memory_test.cc const std::string spec_str_2 = command_line.GetSwitchValueASCII("spec-2"); command_line 80 net/tools/dump_cache/dump_cache.cc int LaunchSlave(CommandLine command_line, command_line 83 net/tools/dump_cache/dump_cache.cc bool do_upgrade = command_line.HasSwitch(kUpgrade); command_line 84 net/tools/dump_cache/dump_cache.cc bool do_convert_to_text = command_line.HasSwitch(kDumpToFiles); command_line 89 net/tools/dump_cache/dump_cache.cc command_line.SetProgram(program); command_line 93 net/tools/dump_cache/dump_cache.cc command_line.AppendSwitch(kSlave); command_line 95 net/tools/dump_cache/dump_cache.cc command_line.AppendSwitchNative(kPipe, pipe_number); command_line 96 net/tools/dump_cache/dump_cache.cc if (!base::LaunchProcess(command_line, base::LaunchOptions(), NULL)) { command_line 98 net/tools/dump_cache/dump_cache.cc command_line.GetProgram().value().c_str()); command_line 115 net/tools/dump_cache/dump_cache.cc const CommandLine& command_line = *CommandLine::ForCurrentProcess(); command_line 116 net/tools/dump_cache/dump_cache.cc base::FilePath input_path = command_line.GetSwitchValuePath(kInputPath); command_line 120 net/tools/dump_cache/dump_cache.cc bool dump_to_files = command_line.HasSwitch(kDumpToFiles); command_line 121 net/tools/dump_cache/dump_cache.cc bool upgrade = command_line.HasSwitch(kUpgrade); command_line 123 net/tools/dump_cache/dump_cache.cc base::FilePath output_path = command_line.GetSwitchValuePath(kOutputPath); command_line 133 net/tools/dump_cache/dump_cache.cc if (command_line.HasSwitch(kSlave)) { command_line 141 net/tools/dump_cache/dump_cache.cc base::string16 pipe_number = command_line.GetSwitchValueNative(kPipe); command_line 142 net/tools/dump_cache/dump_cache.cc if (command_line.HasSwitch(kSlave) && slave_required) command_line 153 net/tools/dump_cache/dump_cache.cc int ret = LaunchSlave(command_line, pipe_number, version); command_line 180 net/tools/dump_cache/dump_cache.cc if (command_line.HasSwitch(kDumpContents)) command_line 183 net/tools/dump_cache/dump_cache.cc if (command_line.HasSwitch(kDumpHeaders)) command_line 29 net/tools/testserver/run_testserver.cc CommandLine* command_line = CommandLine::ForCurrentProcess(); command_line 41 net/tools/testserver/run_testserver.cc if (command_line->GetSwitches().empty() || command_line 42 net/tools/testserver/run_testserver.cc command_line->HasSwitch("help")) { command_line 48 net/tools/testserver/run_testserver.cc if (command_line->HasSwitch("http")) { command_line 50 net/tools/testserver/run_testserver.cc } else if (command_line->HasSwitch("https")) { command_line 52 net/tools/testserver/run_testserver.cc } else if (command_line->HasSwitch("ws")) { command_line 54 net/tools/testserver/run_testserver.cc } else if (command_line->HasSwitch("wss")) { command_line 56 net/tools/testserver/run_testserver.cc } else if (command_line->HasSwitch("ftp")) { command_line 61 net/tools/testserver/run_testserver.cc if (command_line->HasSwitch("ssl-cert")) command_line 68 net/tools/testserver/run_testserver.cc if (command_line->HasSwitch("ssl-cert")) { command_line 74 net/tools/testserver/run_testserver.cc std::string cert_option = command_line->GetSwitchValueASCII("ssl-cert"); command_line 91 net/tools/testserver/run_testserver.cc base::FilePath doc_root = command_line->GetSwitchValuePath("doc-root"); command_line 60 ppapi/proxy/ppp_messaging_proxy_perftest.cc CommandLine* command_line = CommandLine::ForCurrentProcess(); command_line 61 ppapi/proxy/ppp_messaging_proxy_perftest.cc if (command_line) { command_line 62 ppapi/proxy/ppp_messaging_proxy_perftest.cc if (command_line->HasSwitch("seed")) { command_line 63 ppapi/proxy/ppp_messaging_proxy_perftest.cc base::StringToInt(command_line->GetSwitchValueASCII("seed"), command_line 66 ppapi/proxy/ppp_messaging_proxy_perftest.cc if (command_line->HasSwitch("string_count")) { command_line 67 ppapi/proxy/ppp_messaging_proxy_perftest.cc base::StringToInt(command_line->GetSwitchValueASCII("string_count"), command_line 70 ppapi/proxy/ppp_messaging_proxy_perftest.cc if (command_line->HasSwitch("max_string_size")) { command_line 71 ppapi/proxy/ppp_messaging_proxy_perftest.cc base::StringToInt(command_line->GetSwitchValueASCII("max_string_size"), command_line 262 remoting/host/daemon_process.cc const CommandLine* command_line = CommandLine::ForCurrentProcess(); command_line 267 remoting/host/daemon_process.cc if (command_line->HasSwitch(kHostConfigSwitchName)) { command_line 268 remoting/host/daemon_process.cc config_path = command_line->GetSwitchValuePath(kHostConfigSwitchName); command_line 26 remoting/host/desktop_process_main.cc const CommandLine* command_line = CommandLine::ForCurrentProcess(); command_line 28 remoting/host/desktop_process_main.cc command_line->GetSwitchValueASCII(kDaemonPipeSwitchName); command_line 95 remoting/host/host_main.cc CommandLine command_line(CommandLine::NO_PROGRAM); command_line 99 remoting/host/host_main.cc command_line.AppendSwitchNative(i->first, i->second); command_line 103 remoting/host/host_main.cc command_line.AppendArgNative(*i); command_line 109 remoting/host/host_main.cc CommandLine::StringType parameters = command_line.GetCommandLineString(); command_line 187 remoting/host/host_main.cc const CommandLine* command_line = CommandLine::ForCurrentProcess(); command_line 188 remoting/host/host_main.cc if (command_line->HasSwitch(kHelpSwitchName) || command_line 189 remoting/host/host_main.cc command_line->HasSwitch(kQuestionSwitchName)) { command_line 190 remoting/host/host_main.cc Usage(command_line->GetProgram()); command_line 194 remoting/host/host_main.cc if (command_line->HasSwitch(kVersionSwitchName)) { command_line 200 remoting/host/host_main.cc if (command_line->HasSwitch(kElevateSwitchName)) { command_line 207 remoting/host/host_main.cc if (command_line->HasSwitch(kProcessTypeSwitchName)) { command_line 208 remoting/host/host_main.cc process_type = command_line->GetSwitchValueASCII(kProcessTypeSwitchName); command_line 215 remoting/host/host_main.cc Usage(command_line->GetProgram()); command_line 227 remoting/host/host_main.cc Usage(command_line->GetProgram()); command_line 36 remoting/host/service_urls.cc CommandLine* command_line = CommandLine::ForCurrentProcess(); command_line 37 remoting/host/service_urls.cc CHECK(command_line); command_line 38 remoting/host/service_urls.cc if (command_line->HasSwitch(kDirectoryBaseUrlSwitch)) { command_line 39 remoting/host/service_urls.cc directory_base_url_ = command_line->GetSwitchValueASCII( command_line 42 remoting/host/service_urls.cc if (command_line->HasSwitch(kXmppServerAddressSwitch)) { command_line 43 remoting/host/service_urls.cc xmpp_server_address_ = command_line->GetSwitchValueASCII( command_line 46 remoting/host/service_urls.cc if (command_line->HasSwitch(kXmppServerDisableTlsSwitch)) { command_line 49 remoting/host/service_urls.cc if (command_line->HasSwitch(kDirectoryBotJidSwitch)) { command_line 50 remoting/host/service_urls.cc directory_bot_jid_ = command_line->GetSwitchValueASCII( command_line 88 remoting/host/setup/daemon_controller_delegate_linux.cc CommandLine command_line(script_path); command_line 90 remoting/host/setup/daemon_controller_delegate_linux.cc command_line.AppendArg(args[i]); command_line 101 remoting/host/setup/daemon_controller_delegate_linux.cc if (!base::LaunchProcess(command_line, options, &process_handle)) { command_line 103 remoting/host/setup/daemon_controller_delegate_linux.cc << command_line.GetCommandLineString(); command_line 110 remoting/host/setup/daemon_controller_delegate_linux.cc << command_line.GetCommandLineString(); command_line 135 remoting/host/setup/daemon_controller_delegate_linux.cc CommandLine command_line(script_path); command_line 136 remoting/host/setup/daemon_controller_delegate_linux.cc command_line.AppendArg("--get-status"); command_line 141 remoting/host/setup/daemon_controller_delegate_linux.cc base::GetAppOutputWithExitCode(command_line, &status, &exit_code); command_line 150 remoting/host/setup/daemon_controller_delegate_linux.cc LOG(ERROR) << "Failed to run \"" << command_line.GetCommandLineString() command_line 165 remoting/host/setup/daemon_controller_delegate_linux.cc << command_line.GetCommandLineString() command_line 280 remoting/host/setup/daemon_controller_delegate_linux.cc CommandLine command_line(script_path); command_line 281 remoting/host/setup/daemon_controller_delegate_linux.cc command_line.AppendArg("--host-version"); command_line 286 remoting/host/setup/daemon_controller_delegate_linux.cc base::GetAppOutputWithExitCode(command_line, &version, &exit_code); command_line 288 remoting/host/setup/daemon_controller_delegate_linux.cc LOG(ERROR) << "Failed to run \"" << command_line.GetCommandLineString() command_line 296 remoting/host/setup/daemon_installer_win.cc base::string16 command_line = base::WideToUTF16( command_line 303 remoting/host/setup/daemon_installer_win.cc if (!base::LaunchProcess(command_line, options, &process_)) { command_line 603 remoting/host/setup/me2me_native_messaging_host.cc CommandLine command_line(CommandLine::NO_PROGRAM); command_line 604 remoting/host/setup/me2me_native_messaging_host.cc command_line.AppendSwitch(kElevatingSwitchName); command_line 605 remoting/host/setup/me2me_native_messaging_host.cc command_line.AppendSwitchASCII(kInputSwitchName, input_pipe_name); command_line 606 remoting/host/setup/me2me_native_messaging_host.cc command_line.AppendSwitchASCII(kOutputSwitchName, output_pipe_name); command_line 611 remoting/host/setup/me2me_native_messaging_host.cc command_line.AppendSwitchNative(i->first, i->second); command_line 615 remoting/host/setup/me2me_native_messaging_host.cc command_line.AppendArgNative(*i); command_line 620 remoting/host/setup/me2me_native_messaging_host.cc CommandLine::StringType parameters = command_line.GetCommandLineString(); command_line 92 remoting/host/setup/me2me_native_messaging_host_main.cc const CommandLine* command_line = CommandLine::ForCurrentProcess(); command_line 94 remoting/host/setup/me2me_native_messaging_host_main.cc if (command_line->HasSwitch(kParentWindowSwitchName)) { command_line 96 remoting/host/setup/me2me_native_messaging_host_main.cc command_line->GetSwitchValueASCII(kParentWindowSwitchName); command_line 112 remoting/host/setup/me2me_native_messaging_host_main.cc if (command_line->HasSwitch(kElevatingSwitchName)) { command_line 118 remoting/host/setup/me2me_native_messaging_host_main.cc DCHECK(command_line->HasSwitch(kInputSwitchName)); command_line 119 remoting/host/setup/me2me_native_messaging_host_main.cc DCHECK(command_line->HasSwitch(kOutputSwitchName)); command_line 123 remoting/host/setup/me2me_native_messaging_host_main.cc command_line->GetSwitchValueNative(kInputSwitchName); command_line 126 remoting/host/setup/me2me_native_messaging_host_main.cc command_line->GetSwitchValueNative(kOutputSwitchName); command_line 90 remoting/host/setup/start_host.cc const CommandLine* command_line = CommandLine::ForCurrentProcess(); command_line 92 remoting/host/setup/start_host.cc std::string host_name = command_line->GetSwitchValueASCII("name"); command_line 93 remoting/host/setup/start_host.cc std::string host_pin = command_line->GetSwitchValueASCII("pin"); command_line 94 remoting/host/setup/start_host.cc std::string auth_code = command_line->GetSwitchValueASCII("code"); command_line 95 remoting/host/setup/start_host.cc std::string redirect_url = command_line->GetSwitchValueASCII("redirect-url"); command_line 24 remoting/host/usage_stats_consent_mac.cc CommandLine* command_line = CommandLine::ForCurrentProcess(); command_line 25 remoting/host/usage_stats_consent_mac.cc if (command_line->HasSwitch(kHostConfigSwitchName)) { command_line 27 remoting/host/usage_stats_consent_mac.cc command_line->GetSwitchValuePath(kHostConfigSwitchName); command_line 68 remoting/host/win/host_service.cc bool HostService::InitWithCommandLine(const CommandLine* command_line) { command_line 69 remoting/host/win/host_service.cc CommandLine::StringVector args = command_line->GetArgs(); command_line 77 remoting/host/win/host_service.cc command_line->HasSwitch(kConsoleSwitchName)) { command_line 34 remoting/host/win/host_service.h bool InitWithCommandLine(const base::CommandLine* command_line); command_line 292 remoting/host/win/launch_process_with_token.cc const CommandLine::StringType& command_line, command_line 306 remoting/host/win/launch_process_with_token.cc LPWSTR command_line; command_line 324 remoting/host/win/launch_process_with_token.cc (application_name.size() + command_line.size() + desktop.size() + 3); command_line 347 remoting/host/win/launch_process_with_token.cc request->command_line = reinterpret_cast<LPWSTR>(buffer_offset); command_line 348 remoting/host/win/launch_process_with_token.cc std::copy(command_line.begin(), command_line 349 remoting/host/win/launch_process_with_token.cc command_line.end(), command_line 351 remoting/host/win/launch_process_with_token.cc buffer_offset += (command_line.size() + 1) * sizeof(wchar_t); command_line 375 remoting/host/win/launch_process_with_token.cc const CommandLine::StringType& command_line, command_line 386 remoting/host/win/launch_process_with_token.cc if (!SendCreateProcessRequest(pipe, application_name, command_line, command_line 454 remoting/host/win/launch_process_with_token.cc const CommandLine::StringType& command_line, command_line 474 remoting/host/win/launch_process_with_token.cc const_cast<LPWSTR>(command_line.c_str()), command_line 503 remoting/host/win/launch_process_with_token.cc command_line, command_line 35 remoting/host/win/launch_process_with_token.h const base::CommandLine::StringType& command_line, command_line 295 remoting/host/win/unprivileged_process_delegate.cc CommandLine command_line(target_command_->argv()); command_line 296 remoting/host/win/unprivileged_process_delegate.cc command_line.AppendSwitchASCII(kDaemonPipeSwitchName, pipe_handle); command_line 310 remoting/host/win/unprivileged_process_delegate.cc if (!LaunchProcessWithToken(command_line.GetProgram(), command_line 311 remoting/host/win/unprivileged_process_delegate.cc command_line.GetCommandLineString(), command_line 351 remoting/host/win/wts_session_process_delegate.cc CommandLine command_line(target_command_->argv()); command_line 368 remoting/host/win/wts_session_process_delegate.cc command_line.SetProgram(helper_binary); command_line 369 remoting/host/win/wts_session_process_delegate.cc command_line.AppendSwitchPath(kElevateSwitchName, command_line 389 remoting/host/win/wts_session_process_delegate.cc command_line.AppendSwitchNative(kDaemonPipeSwitchName, command_line 395 remoting/host/win/wts_session_process_delegate.cc if (!LaunchProcessWithToken(command_line.GetProgram(), command_line 396 remoting/host/win/wts_session_process_delegate.cc command_line.GetCommandLineString(), command_line 43 remoting/tools/breakpad_tester_win.cc const CommandLine* command_line = CommandLine::ForCurrentProcess(); command_line 44 remoting/tools/breakpad_tester_win.cc if (command_line->HasSwitch(kHelpSwitchName) || command_line 45 remoting/tools/breakpad_tester_win.cc command_line->HasSwitch(kQuestionSwitchName)) { command_line 50 remoting/tools/breakpad_tester_win.cc CommandLine::StringVector args = command_line->GetArgs(); command_line 41 sandbox/win/sandbox_poc/main_ui_window.cc wchar_t* command_line, command_line 45 sandbox/win/sandbox_poc/main_ui_window.cc DCHECK(command_line); command_line 49 sandbox/win/sandbox_poc/main_ui_window.cc spawn_target_ = command_line; command_line 57 sandbox/win/sandbox_poc/main_ui_window.h wchar_t* command_line, command_line 17 sandbox/win/sandbox_poc/sandbox.cc bool ParseCommandLine(wchar_t * command_line, command_line 33 sandbox/win/sandbox_poc/sandbox.cc arg_list = CommandLineToArgvW(command_line, &arg_count); command_line 50 sandbox/win/sandbox_poc/sandbox.cc int APIENTRY _tWinMain(HINSTANCE instance, HINSTANCE, wchar_t* command_line, command_line 52 sandbox/win/sandbox_poc/sandbox.cc UNREFERENCED_PARAMETER(command_line); command_line 277 sandbox/win/src/broker_services.cc const wchar_t* command_line, command_line 399 sandbox/win/src/broker_services.cc DWORD win_result = target->Create(exe_path, command_line, inherit_handles, command_line 50 sandbox/win/src/broker_services.h const wchar_t* command_line, command_line 191 sandbox/win/src/interceptors_64.cc LPCWSTR application_name, LPWSTR command_line, command_line 198 sandbox/win/src/interceptors_64.cc return TargetCreateProcessW(orig_fn, application_name, command_line, command_line 206 sandbox/win/src/interceptors_64.cc LPCSTR application_name, LPSTR command_line, command_line 213 sandbox/win/src/interceptors_64.cc return TargetCreateProcessA(orig_fn, application_name, command_line, command_line 120 sandbox/win/src/interceptors_64.h LPCWSTR application_name, LPWSTR command_line, command_line 128 sandbox/win/src/interceptors_64.h LPCSTR application_name, LPSTR command_line, command_line 263 sandbox/win/src/process_thread_interception.cc LPCWSTR application_name, LPWSTR command_line, command_line 270 sandbox/win/src/process_thread_interception.cc if (orig_CreateProcessW(application_name, command_line, process_attributes, command_line 306 sandbox/win/src/process_thread_interception.cc command_line, cur_dir, proc_info, &answer); command_line 322 sandbox/win/src/process_thread_interception.cc LPCSTR application_name, LPSTR command_line, command_line 329 sandbox/win/src/process_thread_interception.cc if (orig_CreateProcessA(application_name, command_line, process_attributes, command_line 354 sandbox/win/src/process_thread_interception.cc if (command_line) { command_line 355 sandbox/win/src/process_thread_interception.cc cmd_unicode = AnsiToUnicode(command_line); command_line 74 sandbox/win/src/process_thread_interception.h LPWSTR command_line, LPSECURITY_ATTRIBUTES process_attributes, command_line 81 sandbox/win/src/process_thread_interception.h LPSTR command_line, LPSECURITY_ATTRIBUTES process_attributes, command_line 221 sandbox/win/src/process_thread_policy.cc const base::string16 &command_line, command_line 231 sandbox/win/src/process_thread_policy.cc cmd_line(_wcsdup(command_line.c_str())); command_line 76 sandbox/win/src/process_thread_policy.h const base::string16 &command_line, command_line 143 sandbox/win/src/restricted_token_utils.cc DWORD StartRestrictedProcessInJob(wchar_t *command_line, command_line 197 sandbox/win/src/restricted_token_utils.cc command_line, command_line 60 sandbox/win/src/restricted_token_utils.h DWORD StartRestrictedProcessInJob(wchar_t *command_line, command_line 77 sandbox/win/src/sandbox.h const wchar_t* command_line, command_line 112 sandbox/win/src/target_process.cc const wchar_t* command_line, command_line 119 sandbox/win/src/target_process.cc scoped_ptr<wchar_t, base::FreeDeleter> cmd_line(_wcsdup(command_line)); command_line 49 sandbox/win/src/target_process.h const wchar_t* command_line, command_line 89 sandbox/win/tools/launcher/launcher.cc ATL::CString command_line; command_line 121 sandbox/win/tools/launcher/launcher.cc if (command_line.GetLength()) { command_line 122 sandbox/win/tools/launcher/launcher.cc command_line += L' '; command_line 124 sandbox/win/tools/launcher/launcher.cc command_line += argv[i]; command_line 128 sandbox/win/tools/launcher/launcher.cc if (!command_line.GetLength()) { command_line 134 sandbox/win/tools/launcher/launcher.cc wprintf(L"\nLaunching command line: \"%ls\"\n", command_line.GetBuffer()); command_line 138 sandbox/win/tools/launcher/launcher.cc command_line.GetBuffer(), command_line 63 sandbox/win/wow_helper/wow_helper.cc int wWinMain(HINSTANCE, HINSTANCE, wchar_t* command_line, int) { command_line 65 sandbox/win/wow_helper/wow_helper.cc if (!command_line) command_line 69 sandbox/win/wow_helper/wow_helper.cc DWORD process_id = wcstoul(command_line, &next, 0); command_line 147 skia/ext/image_operations_bench.cc bool ParseArgs(const base::CommandLine* command_line); command_line 179 skia/ext/image_operations_bench.cc bool Benchmark::ParseArgs(const base::CommandLine* command_line) { command_line 180 skia/ext/image_operations_bench.cc const base::CommandLine::SwitchMap& switches = command_line->GetSwitches(); command_line 280 skia/ext/image_operations_bench.cc CommandLineAutoReset command_line(argc, argv); command_line 282 skia/ext/image_operations_bench.cc if (!bench.ParseArgs(command_line.Get())) { command_line 22 sync/test/fake_server/run_sync_fake_server.cc CommandLine* command_line = CommandLine::ForCurrentProcess(); command_line 30 sync/test/fake_server/run_sync_fake_server.cc if (command_line->HasSwitch(kPortNumberSwitch)) { command_line 32 sync/test/fake_server/run_sync_fake_server.cc command_line->GetSwitchValueASCII(kPortNumberSwitch); command_line 35 sync/test/local_sync_test_server.cc base::CommandLine* command_line) const { command_line 36 sync/test/local_sync_test_server.cc if (!LocalTestServer::AddCommandLineArguments(command_line)) command_line 40 sync/test/local_sync_test_server.cc command_line->AppendArg("--xmpp-port=" + xmpp_port_str); command_line 30 sync/test/local_sync_test_server.h base::CommandLine* command_line) const OVERRIDE; command_line 193 sync/tools/sync_client.cc const CommandLine& command_line, command_line 200 sync/tools/sync_client.cc if (command_line.HasSwitch(kXmppHostPortSwitch)) { command_line 203 sync/tools/sync_client.cc command_line.GetSwitchValueASCII(kXmppHostPortSwitch)); command_line 209 sync/tools/sync_client.cc command_line.HasSwitch(kXmppTrySslTcpFirstSwitch); command_line 214 sync/tools/sync_client.cc command_line.HasSwitch(kXmppAllowInsecureConnectionSwitch); command_line 243 sync/tools/sync_client.cc const CommandLine& command_line = *CommandLine::ForCurrentProcess(); command_line 245 sync/tools/sync_client.cc credentials.email = command_line.GetSwitchValueASCII(kEmailSwitch); command_line 246 sync/tools/sync_client.cc credentials.sync_token = command_line.GetSwitchValueASCII(kTokenSwitch); command_line 271 sync/tools/sync_client.cc ParseNotifierOptions(command_line, context_getter); command_line 113 sync/tools/sync_listen_notifications.cc const CommandLine& command_line, command_line 119 sync/tools/sync_listen_notifications.cc if (command_line.HasSwitch(kHostPortSwitch)) { command_line 122 sync/tools/sync_listen_notifications.cc command_line.GetSwitchValueASCII(kHostPortSwitch)); command_line 128 sync/tools/sync_listen_notifications.cc command_line.HasSwitch(kTrySslTcpFirstSwitch); command_line 133 sync/tools/sync_listen_notifications.cc command_line.HasSwitch(kAllowInsecureConnectionSwitch); command_line 158 sync/tools/sync_listen_notifications.cc const CommandLine& command_line = *CommandLine::ForCurrentProcess(); command_line 159 sync/tools/sync_listen_notifications.cc std::string email = command_line.GetSwitchValueASCII(kEmailSwitch); command_line 160 sync/tools/sync_listen_notifications.cc std::string token = command_line.GetSwitchValueASCII(kTokenSwitch); command_line 182 sync/tools/sync_listen_notifications.cc command_line, command_line 59 sync/tools/testserver/run_sync_testserver.cc CommandLine* command_line = CommandLine::ForCurrentProcess(); command_line 61 sync/tools/testserver/run_sync_testserver.cc if (command_line->HasSwitch(switch_name)) { command_line 62 sync/tools/testserver/run_sync_testserver.cc std::string port_str = command_line->GetSwitchValueASCII(switch_name); command_line 77 sync/tools/testserver/run_sync_testserver.cc CommandLine* command_line = CommandLine::ForCurrentProcess(); command_line 89 sync/tools/testserver/run_sync_testserver.cc if (command_line->HasSwitch("help")) { command_line 94 sync/tools/testserver/run_sync_testserver.cc if (command_line->HasSwitch("sync-test")) { command_line 98 sync/tools/testserver/run_sync_testserver.cc if (command_line->HasSwitch("xmpp-test")) { command_line 143 testing/android/native_test_launcher.cc const CommandLine& command_line = *CommandLine::ForCurrentProcess(); command_line 157 testing/android/native_test_launcher.cc if (command_line.HasSwitch(kSeparateStderrFifo)) { command_line 163 testing/android/native_test_launcher.cc if (command_line.HasSwitch(kCreateStdinFifo)) { command_line 177 testing/android/native_test_launcher.cc if (command_line.HasSwitch(switches::kWaitForDebugger)) { command_line 14 testing/android/native_test_util.cc void ParseArgsFromString(const std::string& command_line, command_line 16 testing/android/native_test_util.cc base::StringTokenizer tokenizer(command_line, base::kWhitespaceASCII); command_line 32 testing/android/native_test_util.cc base::FilePath command_line(path); command_line 34 testing/android/native_test_util.cc if (base::ReadFileToString(command_line, &command_line_string)) { command_line 44 third_party/libjingle/overrides/init_webrtc.h const base::CommandLine& command_line, command_line 47 third_party/libjingle/overrides/initialize_module.cc bool InitializeModule(const CommandLine& command_line, command_line 72 third_party/libjingle/overrides/initialize_module.cc CommandLine::ForCurrentProcess()->AppendArguments(command_line, true); command_line 36 tools/android/common/daemon.cc bool HasHelpSwitch(const CommandLine& command_line) { command_line 37 tools/android/common/daemon.cc return command_line.HasSwitch("h") || command_line.HasSwitch("help"); command_line 40 tools/android/common/daemon.cc bool HasNoSpawnDaemonSwitch(const CommandLine& command_line) { command_line 41 tools/android/common/daemon.cc return command_line.HasSwitch(kNoSpawnDaemon); command_line 14 tools/android/common/daemon.h bool HasHelpSwitch(const base::CommandLine& command_line); command_line 16 tools/android/common/daemon.h bool HasNoSpawnDaemonSwitch(const base::CommandLine& command_line); command_line 380 tools/android/forwarder/forwarder.cc CommandLine command_line(argc, argv); command_line 381 tools/android/forwarder/forwarder.cc CommandLine::StringVector server_args = command_line.GetArgs(); command_line 382 tools/android/forwarder/forwarder.cc if (tools::HasHelpSwitch(command_line) || server_args.empty()) { command_line 411 tools/android/forwarder/forwarder.cc if (!tools::HasNoSpawnDaemonSwitch(command_line)) command_line 41 tools/set_default_handler/set_default_handler_main.cc CommandLine* command_line = CommandLine::ForCurrentProcess(); command_line 42 tools/set_default_handler/set_default_handler_main.cc base::string16 protocol(command_line->GetSwitchValueNative(kSwitchProtocol)); command_line 46 tools/set_default_handler/set_default_handler_main.cc base::string16 program(command_line->GetSwitchValueNative(kSwitchProgram)); command_line 1227 tools/traceline/traceline/main.cc std::string command_line; command_line 56 tools/win/split_link/split_link.cc std::wstring* command_line) { command_line 60 tools/win/split_link/split_link.cc command_line->append(argument); command_line 62 tools/win/split_link/split_link.cc command_line->push_back(L'"'); command_line 72 tools/win/split_link/split_link.cc command_line->append(num_backslashes * 2, L'\\'); command_line 76 tools/win/split_link/split_link.cc command_line->append(num_backslashes * 2 + 1, L'\\'); command_line 77 tools/win/split_link/split_link.cc command_line->push_back(*it); command_line 80 tools/win/split_link/split_link.cc command_line->append(num_backslashes, L'\\'); command_line 81 tools/win/split_link/split_link.cc command_line->push_back(*it); command_line 84 tools/win/split_link/split_link.cc command_line->push_back(L'"'); command_line 183 ui/aura/bench/bench_main.cc CommandLine* command_line = CommandLine::ForCurrentProcess(); command_line 184 ui/aura/bench/bench_main.cc do_draw_ = !command_line->HasSwitch("disable-draw"); command_line 186 ui/aura/bench/bench_main.cc std::string webgl_size = command_line->GetSwitchValueASCII("webgl-size"); command_line 335 ui/aura/bench/bench_main.cc CommandLine* command_line = CommandLine::ForCurrentProcess(); command_line 336 ui/aura/bench/bench_main.cc bool force = command_line->HasSwitch("force-render-surface"); command_line 347 ui/aura/bench/bench_main.cc int frames = atoi(command_line->GetSwitchValueASCII("frames").c_str()); command_line 350 ui/aura/bench/bench_main.cc if (command_line->HasSwitch("bench-software-scroll")) { command_line 272 ui/base/resource/resource_bundle.cc CommandLine* command_line = CommandLine::ForCurrentProcess(); command_line 273 ui/base/resource/resource_bundle.cc if (command_line->HasSwitch(switches::kLocalePak)) { command_line 275 ui/base/resource/resource_bundle.cc command_line->GetSwitchValuePath(switches::kLocalePak); command_line 15 ui/base/touch/touch_enabled.cc const CommandLine& command_line = *CommandLine::ForCurrentProcess(); command_line 17 ui/base/touch/touch_enabled.cc command_line.HasSwitch(switches::kTouchEvents) ? command_line 18 ui/base/touch/touch_enabled.cc command_line.GetSwitchValueASCII(switches::kTouchEvents) : command_line 127 ui/compositor/compositor.cc CommandLine* command_line = CommandLine::ForCurrentProcess(); command_line 137 ui/compositor/compositor.cc !command_line->HasSwitch(switches::kDisableGpuVsync); command_line 139 ui/compositor/compositor.cc !command_line->HasSwitch(cc::switches::kUIDisablePartialSwap); command_line 146 ui/compositor/compositor.cc command_line->HasSwitch(cc::switches::kUIShowCompositedLayerBorders); command_line 148 ui/compositor/compositor.cc command_line->HasSwitch(cc::switches::kUIShowFPSCounter); command_line 150 ui/compositor/compositor.cc command_line->HasSwitch(cc::switches::kUIShowLayerAnimationBounds); command_line 152 ui/compositor/compositor.cc command_line->HasSwitch(switches::kUIShowPaintRects); command_line 154 ui/compositor/compositor.cc command_line->HasSwitch(cc::switches::kUIShowPropertyChangedRects); command_line 156 ui/compositor/compositor.cc command_line->HasSwitch(cc::switches::kUIShowSurfaceDamageRects); command_line 158 ui/compositor/compositor.cc command_line->HasSwitch(cc::switches::kUIShowScreenSpaceRects); command_line 160 ui/compositor/compositor.cc command_line->HasSwitch(cc::switches::kUIShowReplicaScreenSpaceRects); command_line 162 ui/compositor/compositor.cc command_line->HasSwitch(cc::switches::kUIShowOccludingRects); command_line 164 ui/compositor/compositor.cc command_line->HasSwitch(cc::switches::kUIShowNonOccludingRects); command_line 167 ui/compositor/compositor.cc command_line->HasSwitch(cc::switches::kEnableGpuBenchmarking)); command_line 31 ui/compositor/compositor_switches.cc const CommandLine& command_line = *CommandLine::ForCurrentProcess(); command_line 33 ui/compositor/compositor_switches.cc return command_line.HasSwitch(switches::kUIEnableImplSidePainting); command_line 37 ui/compositor/compositor_switches.cc const CommandLine& command_line = *CommandLine::ForCurrentProcess(); command_line 39 ui/compositor/compositor_switches.cc return command_line.HasSwitch(switches::kUIEnableMapImage); command_line 29 ui/compositor/test/context_factories_for_test.cc CommandLine* command_line = CommandLine::ForCurrentProcess(); command_line 30 ui/compositor/test/context_factories_for_test.cc if (command_line->HasSwitch(switches::kEnablePixelOutputInTests)) command_line 59 ui/gfx/gtk_util.cc static void CommonInitFromCommandLine(const CommandLine& command_line, command_line 61 ui/gfx/gtk_util.cc const std::vector<std::string>& args = command_line.argv(); command_line 78 ui/gfx/gtk_util.cc void GtkInitFromCommandLine(const CommandLine& command_line) { command_line 79 ui/gfx/gtk_util.cc CommonInitFromCommandLine(command_line, gtk_init); command_line 82 ui/gfx/gtk_util.cc void GdkInitFromCommandLine(const CommandLine& command_line) { command_line 83 ui/gfx/gtk_util.cc CommonInitFromCommandLine(command_line, gdk_init); command_line 30 ui/gfx/gtk_util.h GFX_EXPORT void GtkInitFromCommandLine(const base::CommandLine& command_line); command_line 31 ui/gfx/gtk_util.h GFX_EXPORT void GdkInitFromCommandLine(const base::CommandLine& command_line); command_line 171 ui/gl/gl_implementation_win.cc const CommandLine* command_line = CommandLine::ForCurrentProcess(); command_line 173 ui/gl/gl_implementation_win.cc command_line->GetSwitchValueASCII(switches::kUseGL) == "swiftshader"; command_line 175 ui/gl/gl_implementation_win.cc if (!command_line->HasSwitch(switches::kSwiftShaderPath)) command_line 178 ui/gl/gl_implementation_win.cc command_line->GetSwitchValuePath(switches::kSwiftShaderPath); command_line 68 ui/gl/gl_implementation_x11.cc const CommandLine* command_line = CommandLine::ForCurrentProcess(); command_line 70 ui/gl/gl_implementation_x11.cc if (command_line->HasSwitch(switches::kTestGLLib)) command_line 71 ui/gl/gl_implementation_x11.cc library = LoadLibrary(command_line->GetSwitchValueASCII( command_line 68 ui/gl/gpu_switching_manager.cc const CommandLine& command_line = *CommandLine::ForCurrentProcess(); command_line 70 ui/gl/gpu_switching_manager.cc if (command_line.HasSwitch(switches::kSupportsDualGpus)) { command_line 72 ui/gl/gpu_switching_manager.cc std::string flag_string = command_line.GetSwitchValueASCII( command_line 86 ui/gl/gpu_switching_manager.cc if (flag && command_line.HasSwitch(switches::kUseGL) && command_line 87 ui/gl/gpu_switching_manager.cc command_line.GetSwitchValueASCII(switches::kUseGL) != command_line 21 ui/native_theme/native_theme_switches.cc const CommandLine& command_line = *CommandLine::ForCurrentProcess(); command_line 23 ui/native_theme/native_theme_switches.cc if (command_line.HasSwitch(switches::kDisableOverlayScrollbar)) command_line 25 ui/native_theme/native_theme_switches.cc else if (command_line.HasSwitch(switches::kEnableOverlayScrollbar)) command_line 105 ui/shell_dialogs/gtk/select_file_dialog_impl_kde.cc bool file_operation, bool multiple_selection, CommandLine* command_line); command_line 254 ui/shell_dialogs/gtk/select_file_dialog_impl_kde.cc CommandLine command_line(cmd_vector); command_line 257 ui/shell_dialogs/gtk/select_file_dialog_impl_kde.cc params.multiple_selection, &command_line); command_line 261 ui/shell_dialogs/gtk/select_file_dialog_impl_kde.cc base::GetAppOutputWithExitCode(command_line, &output, &exit_code); command_line 277 ui/shell_dialogs/gtk/select_file_dialog_impl_kde.cc CommandLine* command_line) { command_line 278 ui/shell_dialogs/gtk/select_file_dialog_impl_kde.cc CHECK(command_line); command_line 283 ui/shell_dialogs/gtk/select_file_dialog_impl_kde.cc command_line->AppendSwitchNative( command_line 288 ui/shell_dialogs/gtk/select_file_dialog_impl_kde.cc command_line->AppendSwitchNative("--title", title); command_line 291 ui/shell_dialogs/gtk/select_file_dialog_impl_kde.cc command_line->AppendSwitch("--multiple"); command_line 292 ui/shell_dialogs/gtk/select_file_dialog_impl_kde.cc command_line->AppendSwitch("--separate-output"); command_line 294 ui/shell_dialogs/gtk/select_file_dialog_impl_kde.cc command_line->AppendSwitch(type); command_line 297 ui/shell_dialogs/gtk/select_file_dialog_impl_kde.cc command_line->AppendArgPath(base::FilePath(".")); command_line 299 ui/shell_dialogs/gtk/select_file_dialog_impl_kde.cc command_line->AppendArgPath(path); command_line 303 ui/shell_dialogs/gtk/select_file_dialog_impl_kde.cc command_line->AppendArg(GetMimeTypeFilterString()); command_line 304 ui/shell_dialogs/gtk/select_file_dialog_impl_kde.cc VLOG(1) << "KDialog command line: " << command_line->GetCommandLineString(); command_line 472 ui/shell_dialogs/gtk/select_file_dialog_impl_kde.cc CommandLine command_line(cmd_vector); command_line 474 ui/shell_dialogs/gtk/select_file_dialog_impl_kde.cc return base::GetAppOutput(command_line, &dummy); command_line 42 ui/views/examples/content_client/examples_main_delegate.cc const CommandLine& command_line = *CommandLine::ForCurrentProcess(); command_line 44 ui/views/examples/content_client/examples_main_delegate.cc command_line.GetSwitchValueASCII(switches::kProcessType); command_line 394 win8/delegate_execute/command_execute_impl.cc base::string16 command_line(chrome.GetCommandLineString()); command_line 396 win8/delegate_execute/command_execute_impl.cc AtlTrace("Formatted command line is %ls\n", command_line.c_str()); command_line 400 win8/delegate_execute/command_execute_impl.cc const_cast<LPWSTR>(command_line.c_str()), command_line 13 win8/delegate_execute/delegate_execute_util.cc CommandLine command_line(CommandLine::NO_PROGRAM); command_line 18 win8/delegate_execute/delegate_execute_util.cc command_line.ParseFromString(command_string); command_line 19 win8/delegate_execute/delegate_execute_util.cc command_line.SetProgram(base::FilePath()); command_line 22 win8/delegate_execute/delegate_execute_util.cc return command_line; command_line 111 win8/metro_driver/chrome_url_launch_handler.cc CommandLine command_line = CommandLine::FromString(dummy_command_line); command_line 112 win8/metro_driver/chrome_url_launch_handler.cc CommandLine::StringVector args = command_line.GetArgs(); command_line 36 win8/test/test_registrar.cc CommandLine& command_line = *CommandLine::ForCurrentProcess(); command_line 38 win8/test/test_registrar.cc if (!command_line.HasSwitch(win8::test::kTestAppUserModelId)) command_line 39 win8/test/test_registrar.cc command_line.AppendSwitchNative(win8::test::kTestAppUserModelId, command_line 42 win8/test/test_registrar.cc if (!command_line.HasSwitch(win8::test::kTestExeName)) command_line 43 win8/test/test_registrar.cc command_line.AppendSwitchNative(win8::test::kTestExeName, command_line 46 win8/test/test_registrar.cc if (!command_line.HasSwitch(win8::test::kTestExePath)) { command_line 51 win8/test/test_registrar.cc command_line.AppendSwitchNative(win8::test::kTestExePath, command_line 55 win8/test/test_registrar.cc if (!command_line.HasSwitch(win8::test::kTestProgId)) command_line 56 win8/test/test_registrar.cc command_line.AppendSwitchNative(win8::test::kTestProgId, command_line 83 win8/test/test_registrar.cc CommandLine& command_line = *CommandLine::ForCurrentProcess(); command_line 86 win8/test/test_registrar.cc command_line.GetSwitchValueNative( command_line 89 win8/test/test_registrar.cc command_line.GetSwitchValueNative( command_line 92 win8/test/test_registrar.cc command_line.GetSwitchValueNative( command_line 96 win8/test/test_registrar.cc command_line.GetSwitchValueNative(win8::test::kTestExePath));