| /external/chromium_org/chrome/browser/safe_browsing/ |
| safe_browsing_test.cc | 20 #include "base/command_line.h" 281 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { 285 command_line->AppendSwitch(switches::kDisableIPv6); 289 command_line->AppendSwitch(switches::kSbDisableDownloadProtection); 293 command_line->AppendSwitch( 298 command_line->AppendSwitch(switches::kSbDisableExtensionBlacklist); 302 command_line->AppendSwitch(switches::kSbDisableSideEffectFreeWhitelist);
|
| /external/chromium_org/chrome/installer/setup/ |
| setup_util.cc | 11 #include "base/command_line.h" 41 // Launches |setup_exe| with |command_line|, save --install-archive and its 47 const CommandLine& command_line, 53 CommandLine::SwitchMap switches(command_line.GetSwitches()); 64 CommandLine::StringVector args(command_line.GetArgs()); 287 const CommandLine& command_line, 292 base::FilePath prefs_source_path(command_line.GetSwitchValueNative( 304 if (!LaunchAndWaitForExistingInstall(setup_exe, command_line, &exit_code)) {
|
| /external/chromium_org/remoting/host/win/ |
| wts_session_process_delegate.cc | 11 #include "base/command_line.h" 351 base::CommandLine command_line(target_command_->argv()); 368 command_line.SetProgram(helper_binary); 369 command_line.AppendSwitchPath(kElevateSwitchName, 389 command_line.AppendSwitchNative(kDaemonPipeSwitchName, 395 if (!LaunchProcessWithToken(command_line.GetProgram(), 396 command_line.GetCommandLineString(),
|
| /external/chromium_org/chrome/browser/ |
| chrome_content_browser_client.cc | 12 #include "base/command_line.h" 527 int GetCrashSignalFD(const CommandLine& command_line) { 529 if (command_line.HasSwitch(extensions::switches::kExtensionProcess)) { 537 command_line.GetSwitchValueASCII(switches::kProcessType); [all...] |
| crash_recovery_browsertest.cc | 5 #include "base/command_line.h" 79 virtual void SetUpCommandLine(base::CommandLine* command_line) OVERRIDE { 80 command_line->AppendSwitch(switches::kDisableBreakpad);
|
| /external/chromium_org/ash/wm/ |
| app_list_controller_unittest.cc | 10 #include "base/command_line.h" 47 CommandLine* command_line = CommandLine::ForCurrentProcess(); local 48 command_line->AppendSwitch(app_list::switches::kEnableCenteredAppList);
|
| /external/chromium_org/chrome/browser/chromeos/login/saml/ |
| saml_browsertest.cc | 5 #include "base/command_line.h" 235 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { 236 command_line->AppendSwitch(switches::kLoginManager); 237 command_line->AppendSwitch(switches::kForceLoginManagerInTests); 238 command_line->AppendSwitch(::switches::kDisableBackgroundNetworking); 239 command_line->AppendSwitchASCII(switches::kLoginProfile, "user"); 242 command_line->AppendSwitchASCII(::switches::kGaiaUrl, gaia_url.spec()); 243 command_line->AppendSwitchASCII(::switches::kLsoUrl, gaia_url.spec()); 244 command_line->AppendSwitchASCII(::switches::kGoogleApisUrl,
|
| /external/chromium_org/chrome/browser/extensions/api/cast_streaming/ |
| performance_test.cc | 9 #include "base/command_line.h" 363 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { 368 command_line->AppendSwitch(switches::kAllowFileAccessFromFiles); 371 command_line->AppendSwitchASCII(switches::kWindowSize, "800,600"); 373 command_line->AppendSwitchASCII(switches::kWindowSize, "2000,1500"); 377 command_line->AppendSwitch(switches::kDisableGpu); 380 command_line->AppendSwitch(switches::kDisableGpuVsync); 382 command_line->AppendSwitchASCII( 385 ExtensionApiTest::SetUpCommandLine(command_line);
|
| /external/chromium_org/chrome/browser/extensions/api/preferences_private/ |
| preferences_private_apitest.cc | 115 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { 117 command_line->AppendSwitch(
|
| /external/chromium_org/chrome/browser/extensions/api/push_messaging/ |
| push_messaging_apitest.cc | 75 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { 76 ExtensionApiTest::SetUpCommandLine(command_line);
|
| /external/chromium_org/chrome/browser/policy/cloud/ |
| cloud_policy_manager_browsertest.cc | 5 #include "base/command_line.h" 53 CommandLine* command_line = CommandLine::ForCurrentProcess(); variable 54 command_line->AppendSwitchASCII(switches::kDeviceManagementUrl,
|
| user_policy_signin_service_mobile.cc | 10 #include "base/command_line.h" 32 CommandLine* command_line = CommandLine::ForCurrentProcess(); local 33 if (command_line->HasSwitch(switches::kFakeCloudPolicyType))
|
| /external/chromium_org/chrome/browser/renderer_context_menu/ |
| spellchecker_submenu_observer_hunspell.cc | 7 #include "base/command_line.h" 80 const CommandLine* command_line = CommandLine::ForCurrentProcess(); local 81 if (command_line->HasSwitch(switches::kEnableSpellingAutoCorrect)) {
|
| /external/chromium_org/chrome/browser/sessions/ |
| session_restore_browsertest_chromeos.cc | 33 virtual void SetUpCommandLine(base::CommandLine* command_line) OVERRIDE { 34 InProcessBrowserTest::SetUpCommandLine(command_line);
|
| /external/chromium_org/chrome/browser/supervised_user/ |
| supervised_user_service_browsertest.cc | 6 #include "base/command_line.h" 32 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { 33 command_line->AppendSwitchASCII(switches::kSupervisedUserId, "asdf");
|
| /external/chromium_org/chrome/browser/ui/app_list/search/webstore/ |
| webstore_provider_browsertest.cc | 9 #include "base/command_line.h" 72 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { 73 command_line->AppendSwitchASCII(switches::kForceFieldTrials,
|
| /external/chromium_org/chrome/browser/ui/toolbar/ |
| origin_chip_info_unittest.cc | 7 #include "base/command_line.h" 151 CommandLine command_line(CommandLine::NO_PROGRAM); 158 test_extension_system->CreateExtensionService(&command_line,
|
| /external/chromium_org/chrome/browser/ui/views/location_bar/ |
| star_view_browsertest.cc | 7 #include "base/command_line.h" 75 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { 76 command_line->AppendSwitch(switches::kDisableDwmComposition);
|
| /external/chromium_org/chrome/installer/test/ |
| alternate_version_generator.cc | 35 #include "base/command_line.h" 488 std::wstring command_line(1, L'"'); 489 command_line 498 if (!RunProcessAndWait(NULL, command_line, &exit_code)) 570 std::wstring command_line; local 571 command_line.append(1, L'"') 579 if (!RunProcessAndWait(NULL, command_line, &exit_code)) 624 command_line.assign(1, L'"') 630 if (!RunProcessAndWait(NULL, command_line, &exit_code))
|
| /external/chromium_org/components/metrics/ |
| metrics_state_manager.cc | 7 #include "base/command_line.h" 178 const CommandLine* command_line(CommandLine::ForCurrentProcess()); 182 if (!command_line->HasSwitch(switches::kResetVariationState)) {
|
| /external/chromium_org/components/variations/ |
| variations_seed_processor.cc | 9 #include "base/command_line.h" 91 CommandLine* command_line = CommandLine::ForCurrentProcess(); local 95 command_line->HasSwitch(experiment.forcing_flag())) {
|
| /external/chromium_org/content/browser/gpu/ |
| gpu_data_manager_impl_private_unittest.cc | 5 #include "base/command_line.h" 604 CommandLine command_line(0, NULL); 605 manager->AppendGpuCommandLine(&command_line); 607 EXPECT_TRUE(command_line.HasSwitch(switches::kGpuDriverBugWorkarounds)); 608 std::string args = command_line.GetSwitchValueASCII( 618 CommandLine command_line(0, NULL); 619 manager->AppendGpuCommandLine(&command_line); 621 EXPECT_TRUE(command_line.HasSwitch(switches::kGpuDriverBugWorkarounds)); 622 std::string args = command_line.GetSwitchValueASCII(
|
| /external/chromium_org/content/common/gpu/ |
| image_transport_surface_android.cc | 7 #include "base/command_line.h" 95 const CommandLine* command_line = CommandLine::ForCurrentProcess(); local 96 if (command_line->HasSwitch(switches::kUIPrioritizeInGpuProcess))
|
| /external/chromium_org/content/common/sandbox_linux/ |
| bpf_gpu_policy_linux.cc | 19 #include "base/command_line.h" 76 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local 77 return !command_line.HasSwitch(switches::kDisableAcceleratedVideoDecode);
|
| /external/chromium_org/content/gpu/ |
| gpu_child_thread.cc | 185 CommandLine* command_line = CommandLine::ForCurrentProcess(); local 186 DCHECK(command_line->HasSwitch(switches::kDisableGpuSandbox) ||
|