| /external/chromium_org/chrome/browser/ |
| io_thread.cc | 12 #include "base/command_line.h" 156 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local 161 if (command_line.HasSwitch(switches::kHostResolverParallelism)) { 163 command_line.GetSwitchValueASCII(switches::kHostResolverParallelism); 175 if (command_line.HasSwitch(switches::kHostResolverRetryAttempts)) { 177 command_line.GetSwitchValueASCII(switches::kHostResolverRetryAttempts); 198 if (command_line.HasSwitch(switches::kEnableIPv6)) { 202 } else if (command_line.HasSwitch(switches::kDisableIPv6)) { 209 if (!command_line.HasSwitch(switches::kHostResolverRules)) 215 command_line.GetSwitchValueASCII(switches::kHostResolverRules)) 525 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local 1033 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local [all...] |
| fast_shutdown_browsertest.cc | 6 #include "base/command_line.h" 29 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { 30 command_line->AppendSwitch(switches::kDisablePopupBlocking);
|
| process_singleton_modal_dialog_lock.cc | 12 #include "base/command_line.h" 57 const CommandLine& command_line, 63 return original_callback_.Run(command_line, current_directory);
|
| /external/chromium_org/chrome/browser/chromeos/login/test/ |
| oobe_base_test.cc | 7 #include "base/command_line.h" 85 void OobeBaseTest::SetUpCommandLine(CommandLine* command_line) { 86 ExtensionApiTest::SetUpCommandLine(command_line); 87 command_line->AppendSwitch(chromeos::switches::kLoginManager); 88 command_line->AppendSwitch(chromeos::switches::kForceLoginManagerInTests); 90 command_line->AppendSwitch(::switches::kDisableBackgroundNetworking); 91 command_line->AppendSwitchASCII(chromeos::switches::kLoginProfile, "user"); 102 command_line->AppendSwitchASCII(::switches::kGaiaUrl, gaia_url.spec()); 103 command_line->AppendSwitchASCII(::switches::kLsoUrl, gaia_url.spec()); 104 command_line->AppendSwitchASCII(::switches::kGoogleApisUrl [all...] |
| /external/chromium_org/chromeos/tools/onc_validator/ |
| onc_validator.cc | 9 #include "base/command_line.h" 112 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local 113 CommandLine::StringVector args = command_line.GetArgs(); 125 command_line.HasSwitch(kSwitchErrorOnUnknownField), 126 command_line.HasSwitch(kSwitchErrorOnWrongRecommended), 127 command_line.HasSwitch(kSwitchErrorOnMissingField), 128 command_line.HasSwitch(kSwitchManagedOnc)); 130 if (command_line.HasSwitch(kSwitchUserPolicy)) 132 else if (command_line.HasSwitch(kSwitchDevicePolicy)) 134 else if (command_line.HasSwitch(kSwitchUserImport) [all...] |
| /external/chromium_org/components/autofill/content/browser/wallet/ |
| wallet_service_url.cc | 9 #include "base/command_line.h" 36 const CommandLine* command_line = CommandLine::ForCurrentProcess(); local 38 command_line->GetSwitchValueASCII(switches::kWalletServiceUseSandbox)); 44 if (command_line->HasSwitch(::switches::kReduceSecurityForTesting)) 55 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local 57 command_line.GetSwitchValueASCII(switches::kWalletServiceUrl); 75 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local 77 command_line.GetSwitchValueASCII(switches::kWalletSecureServiceUrl); 86 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local 88 command_line.HasSwitch(switches::kWalletServiceUrl) [all...] |
| /external/chromium_org/sync/tools/ |
| sync_listen_notifications.cc | 10 #include "base/command_line.h" 113 const CommandLine& command_line, 119 if (command_line.HasSwitch(kHostPortSwitch)) { 122 command_line.GetSwitchValueASCII(kHostPortSwitch)); 128 command_line.HasSwitch(kTrySslTcpFirstSwitch); 133 command_line.HasSwitch(kAllowInsecureConnectionSwitch); 158 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local 159 std::string email = command_line.GetSwitchValueASCII(kEmailSwitch); 160 std::string token = command_line.GetSwitchValueASCII(kTokenSwitch); 182 command_line, [all...] |
| /external/chromium_org/chrome/browser/chromeos/accessibility/ |
| spoken_feedback_browsertest.cc | 8 #include "base/command_line.h" 136 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { 138 command_line->AppendSwitch(chromeos::switches::kGuestSession); 139 command_line->AppendSwitch(::switches::kIncognito); 140 command_line->AppendSwitchASCII(chromeos::switches::kLoginProfile, 142 command_line->AppendSwitchASCII(chromeos::switches::kLoginUser, 217 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { 218 command_line->AppendSwitch(chromeos::switches::kGuestSession); 219 command_line->AppendSwitch(::switches::kIncognito); 220 command_line->AppendSwitchASCII(chromeos::switches::kLoginProfile, "user") [all...] |
| /external/chromium_org/content/public/test/ |
| browser_test_base.cc | 8 #include "base/command_line.h" 160 CommandLine* command_line = CommandLine::ForCurrentProcess(); local 164 command_line->AppendSwitchASCII( 169 command_line->AppendSwitch(switches::kAllowFileAccessFromFiles); 171 command_line->AppendSwitch(switches::kDomAutomationController); 175 command_line->AppendSwitch(switches::kLogGpuControlListDecisions); 178 command_line->AppendSwitch(switches::kDisableGpu); 180 command_line->AppendSwitch(switches::kUIDisableThreadedCompositing); 187 if (command_line->HasSwitch(switches::kEnablePixelOutputInTests)) 190 if (command_line->HasSwitch(switches::kDisableGLDrawingForTests)) [all...] |
| /external/chromium_org/chrome/browser/extensions/api/debugger/ |
| debugger_apitest.cc | 7 #include "base/command_line.h" 31 virtual void SetUpCommandLine(base::CommandLine* command_line) OVERRIDE; 41 base::CommandLine* command_line() const { return command_line_; } function in class:extensions::DebuggerApiTest 52 void DebuggerApiTest::SetUpCommandLine(base::CommandLine* command_line) { 53 ExtensionApiTest::SetUpCommandLine(command_line); 54 // We need to hold onto |command_line| in order to modify it during the test. 55 command_line_ = command_line; 141 command_line()->AppendSwitch(switches::kExtensionsOnChromeURLs);
|
| /external/chromium_org/components/signin/core/common/ |
| profile_management_switches.cc | 7 #include "base/command_line.h" 148 void EnableNewProfileManagementForTesting(base::CommandLine* command_line) { 149 command_line->AppendSwitch(switches::kEnableNewProfileManagement); 150 DCHECK(!command_line->HasSwitch(switches::kDisableNewProfileManagement)); 153 void EnableAccountConsistencyForTesting(base::CommandLine* command_line) { 154 command_line->AppendSwitch(switches::kEnableAccountConsistency); 155 DCHECK(!command_line->HasSwitch(switches::kDisableAccountConsistency));
|
| /external/chromium_org/chrome/test/base/ |
| in_process_browser_test.cc | 10 #include "base/command_line.h" 152 CommandLine* command_line = CommandLine::ForCurrentProcess(); local 158 command_line->AppendSwitch(switches::kDisableOfflineAutoReload); 161 SetUpCommandLine(command_line); 163 PrepareTestCommandLine(command_line); 176 base::FilePath log_dir = logging::GetSessionLogFile(*command_line).DirName(); 213 void InProcessBrowserTest::PrepareTestCommandLine(CommandLine* command_line) { 215 test_launcher_utils::PrepareBrowserCommandLineForTests(command_line); 218 command_line->AppendSwitchASCII(switches::kTestType, kBrowserTestType); 221 if (command_line->HasSwitch(switches::kAshBrowserTests)) 256 CommandLine* command_line = CommandLine::ForCurrentProcess(); local [all...] |
| /external/chromium_org/chrome/browser/apps/ |
| app_browsertest_util.cc | 10 #include "base/command_line.h" 41 void PlatformAppBrowserTest::SetUpCommandLine(CommandLine* command_line) { 43 ExtensionBrowserTest::SetUpCommandLine(command_line); 46 command_line->AppendSwitchASCII(switches::kEventPageIdleTime, "1000"); 47 command_line->AppendSwitchASCII(switches::kEventPageSuspendingTime, "1000"); 181 CommandLine* command_line = CommandLine::ForCurrentProcess(); local 182 CommandLine::StringVector args = command_line->GetArgs(); 183 CommandLine::StringVector argv = command_line->argv(); 186 command_line->InitFromArgv(argv); 191 CommandLine* command_line = CommandLine::ForCurrentProcess() local [all...] |
| /external/chromium_org/net/test/spawned_test_server/ |
| local_test_server.cc | 7 #include "base/command_line.h" 25 base::CommandLine* command_line) { 29 command_line->AppendArg(argument_name); 35 command_line->AppendArg(argument_name + "=" + base::IntToString(value)); 43 command_line->AppendArg(argument_name + "=" + value); 202 base::CommandLine* command_line) const { 220 if (!AppendArgumentFromJSONValue(key, *(*list_it), command_line)) 223 } else if (!AppendArgumentFromJSONValue(key, value, command_line)) { 233 command_line->AppendArg("--https"); 237 command_line->AppendArg("--websocket") [all...] |
| /external/chromium_org/apps/ |
| app_load_service.h | 11 #include "base/command_line.h" 40 base::CommandLine command_line; member in struct:apps::AppLoadService::PostReloadAction 52 // command line parameters from |command_line| will be passed along via 56 const base::CommandLine& command_line,
|
| /external/chromium_org/apps/shell/test/ |
| shell_test.cc | 10 #include "base/command_line.h" 24 base::CommandLine* command_line = base::CommandLine::ForCurrentProcess(); local 25 command_line->AppendSwitchASCII(switches::kTestType, "appshell");
|
| /external/chromium_org/chrome/browser/chromeos/login/ |
| login_screen_policy_browsertest.cc | 5 #include "base/command_line.h" 22 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { 23 command_line->AppendSwitch(switches::kLoginManager);
|
| /external/chromium_org/chrome/browser/extensions/ |
| background_app_browsertest.cc | 13 TestBackgroundModeManager(CommandLine* command_line, 15 : BackgroundModeManager(command_line, profile_cache),
|
| /external/chromium_org/chrome/browser/prefs/ |
| pref_service_syncable_factory.cc | 49 void PrefServiceSyncableFactory::SetCommandLine(CommandLine* command_line) { 50 set_command_line_prefs(new CommandLinePrefStore(command_line));
|
| /external/chromium_org/chrome/browser/ui/webui/signin/ |
| user_manager_ui_browsertest.cc | 4 #include "base/command_line.h" 30 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { 31 switches::EnableNewProfileManagementForTesting(command_line);
|
| /external/chromium_org/chrome/installer/mini_installer/ |
| configuration.h | 37 const wchar_t* command_line() const { return command_line_; } function in class:mini_installer::Configuration 65 bool InitializeFromCommandLine(const wchar_t* command_line);
|
| /external/chromium_org/chrome/renderer/extensions/ |
| renderer_permissions_policy_delegate.cc | 7 #include "base/command_line.h" 41 CommandLine* command_line = CommandLine::ForCurrentProcess(); local 42 if (command_line->HasSwitch(::switches::kSigninProcess)) {
|
| /external/chromium_org/content/app/ |
| startup_helper_win.cc | 11 #include "base/command_line.h" 59 void SetupCRT(const CommandLine& command_line) { 64 if (!command_line.HasSwitch(switches::kDisableBreakpad)) {
|
| /external/chromium_org/content/browser/compositor/ |
| image_transport_factory.cc | 7 #include "base/command_line.h" 41 CommandLine* command_line = CommandLine::ForCurrentProcess(); local 42 if (command_line->HasSwitch(switches::kEnablePixelOutputInTests))
|
| /external/chromium_org/content/renderer/devtools/ |
| devtools_client.cc | 7 #include "base/command_line.h" 27 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local 33 command_line.GetSwitchValueASCII(switches::kLang))));
|