/external/chromium_org/chrome/browser/extensions/ |
D | webstore_startup_installer_browsertest.cc | 59 CommandLine::ForCurrentProcess()->AppendSwitchASCII( in IN_PROC_BROWSER_TEST_F() 74 CommandLine::ForCurrentProcess()->AppendSwitchASCII( in IN_PROC_BROWSER_TEST_F() 94 CommandLine::ForCurrentProcess()->AppendSwitchASCII( in IN_PROC_BROWSER_TEST_F() 111 CommandLine::ForCurrentProcess()->AppendSwitchASCII( in IN_PROC_BROWSER_TEST_F() 121 CommandLine::ForCurrentProcess()->AppendSwitchASCII( in IN_PROC_BROWSER_TEST_F() 141 CommandLine::ForCurrentProcess()->AppendSwitchASCII( in IN_PROC_BROWSER_TEST_F() 180 command_line->AppendSwitchASCII(switches::kManagedUserId, "asdf"); in SetUpCommandLine() 192 CommandLine::ForCurrentProcess()->AppendSwitchASCII( in IN_PROC_BROWSER_TEST_F() 216 CommandLine::ForCurrentProcess()->AppendSwitchASCII( in SetUpCommandLine() 228 CommandLine::ForCurrentProcess()->AppendSwitchASCII( in IN_PROC_BROWSER_TEST_F() [all …]
|
D | webstore_installer_test.cc | 62 command_line->AppendSwitchASCII( in SetUpCommandLine() 66 CommandLine::ForCurrentProcess()->AppendSwitchASCII( in SetUpCommandLine() 71 command_line->AppendSwitchASCII(switches::kJavaScriptFlags, "--expose-gc"); in SetUpCommandLine()
|
D | notifications_apitest.cc | 23 command_line->AppendSwitchASCII( in SetUpCommandLine() 25 command_line->AppendSwitchASCII( in SetUpCommandLine()
|
D | external_provider_impl_chromeos_unittest.cc | 76 command->AppendSwitchASCII(switches::kForceAppMode, std::string()); in TEST_F() 77 command->AppendSwitchASCII(switches::kAppId, std::string("app_id")); in TEST_F()
|
/external/chromium_org/chrome/browser/prefs/ |
D | command_line_pref_store_unittest.cc | 66 cl.AppendSwitchASCII(switches::kLang, "hi-MOM"); in TEST() 90 cl.AppendSwitchASCII(unknown_bool, "a value"); in TEST() 102 cl.AppendSwitchASCII(switches::kProxyServer, "proxy"); in TEST() 103 cl.AppendSwitchASCII(switches::kProxyBypassList, "list"); in TEST() 104 cl.AppendSwitchASCII(unknown_bool, "a value"); in TEST() 152 cl2.AppendSwitchASCII(switches::kProxyServer, "server"); in TEST() 153 cl2.AppendSwitchASCII(switches::kProxyPacUrl, "url"); in TEST() 154 cl2.AppendSwitchASCII(switches::kProxyBypassList, "list"); in TEST() 163 cl1.AppendSwitchASCII(switches::kProxyServer, "proxy"); in TEST() 169 cl2.AppendSwitchASCII(switches::kProxyPacUrl, "proxy"); in TEST() [all …]
|
/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 …]
|
/external/chromium_org/chrome/common/extensions/ |
D | feature_switch_unittest.cc | 41 command_line_.AppendSwitchASCII(kSwitchName, "0"); in TEST_F() 46 command_line_.AppendSwitchASCII(kSwitchName, "monkey"); in TEST_F() 65 command_line_.AppendSwitchASCII(kSwitchName, "1"); in TEST_F() 82 command_line_.AppendSwitchASCII(kSwitchName, " \t 1\n "); in TEST_F() 91 command_line_.AppendSwitchASCII(kSwitchName, "1"); in TEST_F() 96 command_line_.AppendSwitchASCII(kSwitchName, "monkey"); in TEST_F() 115 command_line_.AppendSwitchASCII(kSwitchName, "0"); in TEST_F() 132 command_line_.AppendSwitchASCII(kSwitchName, "\t\t 0 \n"); in TEST_F()
|
/external/chromium_org/components/autofill/content/browser/wallet/ |
D | wallet_service_url_unittest.cc | 15 CommandLine::ForCurrentProcess()->AppendSwitchASCII( in TEST() 50 CommandLine::ForCurrentProcess()->AppendSwitchASCII( in TEST() 87 command_line->AppendSwitchASCII(switches::kWalletServiceUseSandbox, "1"); in TEST() 92 command_line->AppendSwitchASCII(switches::kWalletServiceUrl, in TEST() 102 command_line->AppendSwitchASCII(switches::kWalletServiceUseSandbox, "1"); 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()
|
/external/chromium_org/chrome/test/base/ |
D | test_launcher_utils.cc | 40 command_line->AppendSwitchASCII(switches::kEnableLogging, "stderr"); in PrepareBrowserCommandLineForTests() 42 command_line->AppendSwitchASCII(switches::kLoggingLevel, "0"); // info in PrepareBrowserCommandLineForTests() 63 command_line->AppendSwitchASCII(switches::kPasswordStore, "basic"); in PrepareBrowserCommandLineForTests()
|
/external/chromium_org/chrome/browser/net/ |
D | proxy_browsertest.cc | 91 command_line->AppendSwitchASCII(switches::kProxyServer, in SetUpCommandLine() 162 command_line->AppendSwitchASCII(switches::kProxyPacUrl, http_server_.GetURL( in SetUpCommandLine() 183 command_line->AppendSwitchASCII(switches::kProxyPacUrl, in SetUpCommandLine() 214 command_line->AppendSwitchASCII( in SetUpCommandLine() 242 command_line->AppendSwitchASCII(switches::kProxyPacUrl, in SetUpCommandLine()
|
/external/chromium_org/chrome/browser/extensions/api/tab_capture/ |
D | tab_capture_performancetest.cc | 104 command_line->AppendSwitchASCII(switches::kTabCaptureUpscaleQuality, in SetUpCommandLine() 106 command_line->AppendSwitchASCII(switches::kTabCaptureDownscaleQuality, in SetUpCommandLine() 123 command_line->AppendSwitchASCII(switches::kWindowSize, "800,600"); in SetUpCommandLine() 125 command_line->AppendSwitchASCII(switches::kWindowSize, "2000,1500"); in SetUpCommandLine() 139 command_line->AppendSwitchASCII(switches::kWhitelistedExtensionID, in SetUpCommandLine()
|
/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()
|
/external/chromium_org/chrome/browser/chromeos/profiles/ |
D | profile_helper_browsertest.cc | 57 AppendSwitchASCII(chromeos::switches::kLoginProfile, in IN_PROC_BROWSER_TEST_P() 62 AppendSwitchASCII(chromeos::switches::kLoginProfile, in IN_PROC_BROWSER_TEST_P() 67 AppendSwitchASCII(chromeos::switches::kLoginProfile, in IN_PROC_BROWSER_TEST_P()
|
/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()
|
/external/chromium_org/components/precache/core/ |
D | precache_fetcher_unittest.cc | 104 CommandLine::ForCurrentProcess()->AppendSwitchASCII( in TEST_F() 106 CommandLine::ForCurrentProcess()->AppendSwitchASCII( in TEST_F() 159 CommandLine::ForCurrentProcess()->AppendSwitchASCII( in TEST_F() 182 CommandLine::ForCurrentProcess()->AppendSwitchASCII( in TEST_F() 204 CommandLine::ForCurrentProcess()->AppendSwitchASCII( in TEST_F() 266 CommandLine::ForCurrentProcess()->AppendSwitchASCII( in TEST_F()
|
/external/chromium_org/chrome/browser/chromeos/login/ |
D | oobe_browsertest.cc | 38 command_line->AppendSwitchASCII(chromeos::switches::kLoginProfile, "user"); in SetUpCommandLine() 39 command_line->AppendSwitchASCII( in SetUpCommandLine() 49 CommandLine::ForCurrentProcess()->AppendSwitchASCII( in SetUpOnMainThread()
|
/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()
|
/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()
|
/external/chromium_org/chrome/browser/prefetch/ |
D | prefetch_browsertest.cc | 25 command_line->AppendSwitchASCII( in SetUpCommandLine() 29 command_line->AppendSwitchASCII( in SetUpCommandLine()
|
/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()
|
/external/chromium_org/content/browser/gpu/ |
D | gpu_data_manager_impl_private.cc | 274 command_line->AppendSwitchASCII( in ApplyAndroidWorkarounds() 276 command_line->AppendSwitchASCII( in ApplyAndroidWorkarounds() 674 command_line->AppendSwitchASCII(switches::kUseGL, "swiftshader"); in AppendGpuCommandLine() 683 command_line->AppendSwitchASCII( in AppendGpuCommandLine() 686 command_line->AppendSwitchASCII(switches::kUseGL, use_gl); in AppendGpuCommandLine() 689 command_line->AppendSwitchASCII(switches::kSupportsDualGpus, "true"); in AppendGpuCommandLine() 691 command_line->AppendSwitchASCII(switches::kSupportsDualGpus, "false"); in AppendGpuCommandLine() 699 command_line->AppendSwitchASCII(switches::kGpuDriverBugWorkarounds, in AppendGpuCommandLine() 736 command_line->AppendSwitchASCII(switches::kGpuVendorID, in AppendGpuCommandLine() 738 command_line->AppendSwitchASCII(switches::kGpuDeviceID, in AppendGpuCommandLine() [all …]
|
/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()
|
/external/chromium_org/chrome/browser/extensions/api/system_indicator/ |
D | system_indicator_apitest.cc | 23 command_line->AppendSwitchASCII( in SetUpCommandLine() 25 command_line->AppendSwitchASCII( in SetUpCommandLine()
|