/external/chromium/chrome/browser/prefs/ |
D | command_line_pref_store_unittest.cc | 47 cl.AppendSwitchASCII(switches::kLang, "hi-MOM"); in TEST() 72 cl.AppendSwitchASCII(unknown_bool, "a value"); in TEST() 84 cl.AppendSwitchASCII(switches::kProxyServer, "proxy"); in TEST() 85 cl.AppendSwitchASCII(switches::kProxyBypassList, "list"); in TEST() 86 cl.AppendSwitchASCII(unknown_bool, "a value"); in TEST() 134 cl2.AppendSwitchASCII(switches::kProxyServer, "server"); in TEST() 135 cl2.AppendSwitchASCII(switches::kProxyPacUrl, "url"); in TEST() 136 cl2.AppendSwitchASCII(switches::kProxyBypassList, "list"); in TEST() 145 cl1.AppendSwitchASCII(switches::kProxyServer, "proxy"); in TEST() 151 cl2.AppendSwitchASCII(switches::kProxyPacUrl, "proxy"); in TEST() [all …]
|
D | pref_service_unittest.cc | 222 command_line.AppendSwitchASCII(switches::kProxyBypassList, "123"); in TEST() 223 command_line.AppendSwitchASCII(switches::kProxyServer, "789"); in TEST() 262 command_line.AppendSwitchASCII(switches::kProxyBypassList, "123"); in TEST() 263 command_line.AppendSwitchASCII(switches::kProxyServer, "789"); in TEST()
|
/external/chromium/chrome/browser/ |
D | locale_tests_uitest.cc | 35 launch_arguments_.AppendSwitchASCII("lang", "da"); in LocaleTestsDa() 49 launch_arguments_.AppendSwitchASCII("lang", "he"); in LocaleTestsHe() 60 launch_arguments_.AppendSwitchASCII("lang", "zh-TW"); in LocaleTestsZhTw()
|
D | utility_process_host.cc | 138 cmd_line->AppendSwitchASCII(switches::kProcessType, in StartProcess() 140 cmd_line->AppendSwitchASCII(switches::kProcessChannelID, channel_id()); in StartProcess() 142 cmd_line->AppendSwitchASCII(switches::kLang, locale); in StartProcess()
|
D | shell_integration.cc | 53 new_cmd_line.AppendSwitchASCII(switches::kAppId, extension_app_id); in CommandLineArgsForLauncher() 58 new_cmd_line.AppendSwitchASCII(switches::kApp, url.spec()); in CommandLineArgsForLauncher()
|
D | sanity_uitest.cc | 60 launch_arguments_.AppendSwitchASCII(switches::kTryChromeAgain, "10001"); in EarlyReturnTest()
|
/external/chromium/chrome/browser/chromeos/login/ |
D | login_browsertest.cc | 65 command_line->AppendSwitchASCII(switches::kLoginUser, "TestUser@gmail.com"); in SetUpCommandLine() 66 command_line->AppendSwitchASCII(switches::kLoginProfile, "user"); in SetUpCommandLine() 74 command_line->AppendSwitchASCII(switches::kLoginProfile, "user"); in SetUpCommandLine()
|
D | login_utils.cc | 441 command_line->AppendSwitchASCII(switches::kLoggingLevel, in GetOffTheRecordCommandLine() 444 command_line->AppendSwitchASCII(switches::kLoginUser, kGuestUserName); in GetOffTheRecordCommandLine() 451 command_line->AppendSwitchASCII( in GetOffTheRecordCommandLine()
|
/external/chromium/base/ |
D | command_line_unittest.cc | 132 cl.AppendSwitchASCII(switch2, value); in TEST() 133 cl.AppendSwitchASCII(switch3, value3); in TEST() 134 cl.AppendSwitchASCII(switch4, value4); in TEST() 135 cl.AppendSwitchASCII(switch5, value5); in TEST() 164 cl1.AppendSwitchASCII("switch2", "foo"); in TEST()
|
D | command_line.h | 117 void AppendSwitchASCII(const std::string& switch_string,
|
/external/chromium/chrome/browser/ui/ |
D | browser_init_browsertest.cc | 113 command_line.AppendSwitchASCII(switches::kAppId, extension_app->id()); in IN_PROC_BROWSER_TEST_F() 142 command_line.AppendSwitchASCII(switches::kAppId, extension_app->id()); in IN_PROC_BROWSER_TEST_F() 172 command_line.AppendSwitchASCII(switches::kAppId, extension_app->id()); in IN_PROC_BROWSER_TEST_F() 201 command_line.AppendSwitchASCII(switches::kAppId, extension_app->id()); in IN_PROC_BROWSER_TEST_F()
|
D | browser_navigator_browsertest_chromeos.cc | 22 command_line_copy.AppendSwitchASCII(switches::kLoginProfile, "user"); in SetUpCommandLine()
|
/external/chromium/chrome/browser/service/ |
D | service_process_control.cc | 131 cmd_line->AppendSwitchASCII(switches::kProcessType, in Launch() 143 cmd_line->AppendSwitchASCII(switches::kLoggingLevel, logging_level); in Launch() 148 cmd_line->AppendSwitchASCII(switches::kV, v_level); in Launch() 153 cmd_line->AppendSwitchASCII(switches::kVModule, v_modules); in Launch() 164 cmd_line->AppendSwitchASCII(switches::kLang, locale); in Launch()
|
/external/chromium/net/test/ |
D | test_server.cc | 345 command_line->AppendSwitchASCII("port", in AddCommandLineArguments() 385 command_line->AppendSwitchASCII(kBulkCipherSwitch, "rc4"); in AddCommandLineArguments() 387 command_line->AppendSwitchASCII(kBulkCipherSwitch, "aes128"); in AddCommandLineArguments() 389 command_line->AppendSwitchASCII(kBulkCipherSwitch, "aes256"); in AddCommandLineArguments() 391 command_line->AppendSwitchASCII(kBulkCipherSwitch, "3des"); in AddCommandLineArguments()
|
D | test_server_posix.cc | 115 python_command.AppendSwitchASCII("startup-pipe", in LaunchPython()
|
/external/chromium/chrome/browser/nacl_host/ |
D | nacl_broker_host_win.cc | 39 cmd_line->AppendSwitchASCII(switches::kProcessType, in Init() 42 cmd_line->AppendSwitchASCII(switches::kProcessChannelID, channel_id()); in Init()
|
D | nacl_process_host.cc | 145 cmd_line->AppendSwitchASCII(switches::kProcessType, in LaunchSelLdr() 148 cmd_line->AppendSwitchASCII(switches::kProcessChannelID, channel_id()); in LaunchSelLdr()
|
/external/chromium/chrome/browser/extensions/ |
D | extension_gallery_install_apitest.cc | 20 command_line->AppendSwitchASCII(switches::kAppsGalleryURL, in SetUpCommandLine() 32 CommandLine::ForCurrentProcess()->AppendSwitchASCII( in RunInstallTest()
|
D | extension_browsertest.cc | 55 command_line->AppendSwitchASCII(switches::kLoginUser, in SetUpCommandLine() 57 command_line->AppendSwitchASCII(switches::kLoginProfile, "user"); in SetUpCommandLine()
|
D | extension_webstore_private_browsertest.cc | 117 command_line->AppendSwitchASCII(switches::kAppsGalleryURL, test_url_base_); in SetUpCommandLine()
|
/external/chromium/chrome/browser/importer/ |
D | profile_import_process_host.cc | 92 cmd_line->AppendSwitchASCII(switches::kProcessType, in StartProcess() 94 cmd_line->AppendSwitchASCII(switches::kProcessChannelID, channel_id()); in StartProcess()
|
/external/chromium/chrome/browser/first_run/ |
D | first_run_gtk.cc | 37 import_cmd.AppendSwitchASCII(switches::kLang, in ImportBookmarks()
|
D | first_run_win.cc | 327 import_cmd.AppendSwitchASCII(switches::kLang, in ImportSettings() 331 import_cmd.CommandLine::AppendSwitchASCII(switches::kImport, in ImportSettings()
|
/external/chromium/base/test/ |
D | multiprocess_test.cc | 42 cl.AppendSwitchASCII(switches::kTestChildProcess, procname); in MakeCmdLine()
|
/external/chromium/chrome/browser/safe_browsing/ |
D | safe_browsing_test.cc | 144 cmd_line.AppendSwitchASCII("port", StringPrintf("%d", kPort_)); in Start() 309 command_line->AppendSwitchASCII(switches::kSbInfoURLPrefix, url_prefix); in SetUpCommandLine() 310 command_line->AppendSwitchASCII(switches::kSbMacKeyURLPrefix, url_prefix); in SetUpCommandLine()
|