Home
last modified time | relevance | path

Searched refs:AppendSwitchASCII (Results 1 – 25 of 41) sorted by relevance

12

/external/chromium/chrome/browser/prefs/
Dcommand_line_pref_store_unittest.cc47 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 …]
Dpref_service_unittest.cc222 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/
Dlocale_tests_uitest.cc35 launch_arguments_.AppendSwitchASCII("lang", "da"); in LocaleTestsDa()
49 launch_arguments_.AppendSwitchASCII("lang", "he"); in LocaleTestsHe()
60 launch_arguments_.AppendSwitchASCII("lang", "zh-TW"); in LocaleTestsZhTw()
Dutility_process_host.cc138 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()
Dshell_integration.cc53 new_cmd_line.AppendSwitchASCII(switches::kAppId, extension_app_id); in CommandLineArgsForLauncher()
58 new_cmd_line.AppendSwitchASCII(switches::kApp, url.spec()); in CommandLineArgsForLauncher()
Dsanity_uitest.cc60 launch_arguments_.AppendSwitchASCII(switches::kTryChromeAgain, "10001"); in EarlyReturnTest()
/external/chromium/chrome/browser/chromeos/login/
Dlogin_browsertest.cc65 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()
Dlogin_utils.cc441 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/
Dcommand_line_unittest.cc132 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()
Dcommand_line.h117 void AppendSwitchASCII(const std::string& switch_string,
/external/chromium/chrome/browser/ui/
Dbrowser_init_browsertest.cc113 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()
Dbrowser_navigator_browsertest_chromeos.cc22 command_line_copy.AppendSwitchASCII(switches::kLoginProfile, "user"); in SetUpCommandLine()
/external/chromium/chrome/browser/service/
Dservice_process_control.cc131 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/
Dtest_server.cc345 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()
Dtest_server_posix.cc115 python_command.AppendSwitchASCII("startup-pipe", in LaunchPython()
/external/chromium/chrome/browser/nacl_host/
Dnacl_broker_host_win.cc39 cmd_line->AppendSwitchASCII(switches::kProcessType, in Init()
42 cmd_line->AppendSwitchASCII(switches::kProcessChannelID, channel_id()); in Init()
Dnacl_process_host.cc145 cmd_line->AppendSwitchASCII(switches::kProcessType, in LaunchSelLdr()
148 cmd_line->AppendSwitchASCII(switches::kProcessChannelID, channel_id()); in LaunchSelLdr()
/external/chromium/chrome/browser/extensions/
Dextension_gallery_install_apitest.cc20 command_line->AppendSwitchASCII(switches::kAppsGalleryURL, in SetUpCommandLine()
32 CommandLine::ForCurrentProcess()->AppendSwitchASCII( in RunInstallTest()
Dextension_browsertest.cc55 command_line->AppendSwitchASCII(switches::kLoginUser, in SetUpCommandLine()
57 command_line->AppendSwitchASCII(switches::kLoginProfile, "user"); in SetUpCommandLine()
Dextension_webstore_private_browsertest.cc117 command_line->AppendSwitchASCII(switches::kAppsGalleryURL, test_url_base_); in SetUpCommandLine()
/external/chromium/chrome/browser/importer/
Dprofile_import_process_host.cc92 cmd_line->AppendSwitchASCII(switches::kProcessType, in StartProcess()
94 cmd_line->AppendSwitchASCII(switches::kProcessChannelID, channel_id()); in StartProcess()
/external/chromium/chrome/browser/first_run/
Dfirst_run_gtk.cc37 import_cmd.AppendSwitchASCII(switches::kLang, in ImportBookmarks()
Dfirst_run_win.cc327 import_cmd.AppendSwitchASCII(switches::kLang, in ImportSettings()
331 import_cmd.CommandLine::AppendSwitchASCII(switches::kImport, in ImportSettings()
/external/chromium/base/test/
Dmultiprocess_test.cc42 cl.AppendSwitchASCII(switches::kTestChildProcess, procname); in MakeCmdLine()
/external/chromium/chrome/browser/safe_browsing/
Dsafe_browsing_test.cc144 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()

12