Home
last modified time | relevance | path

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

12345678910

/external/chromium_org/chrome/browser/prefs/
Dcommand_line_pref_store_unittest.cc68 cl.AppendSwitchASCII(switches::kLang, "hi-MOM"); in TEST()
92 cl.AppendSwitchASCII(unknown_bool, "a value"); in TEST()
104 cl.AppendSwitchASCII(switches::kProxyServer, "proxy"); in TEST()
105 cl.AppendSwitchASCII(switches::kProxyBypassList, "list"); in TEST()
106 cl.AppendSwitchASCII(unknown_bool, "a value"); in TEST()
154 cl2.AppendSwitchASCII(switches::kProxyServer, "server"); in TEST()
155 cl2.AppendSwitchASCII(switches::kProxyPacUrl, "url"); in TEST()
156 cl2.AppendSwitchASCII(switches::kProxyBypassList, "list"); in TEST()
165 cl1.AppendSwitchASCII(switches::kProxyServer, "proxy"); in TEST()
171 cl2.AppendSwitchASCII(switches::kProxyPacUrl, "proxy"); in TEST()
[all …]
Dproxy_policy_unittest.cc121 command_line_.AppendSwitchASCII(switches::kProxyBypassList, "123"); in TEST_F()
122 command_line_.AppendSwitchASCII(switches::kProxyServer, "789"); in TEST_F()
161 command_line_.AppendSwitchASCII(switches::kProxyBypassList, "123"); in TEST_F()
162 command_line_.AppendSwitchASCII(switches::kProxyServer, "789"); in TEST_F()
/external/chromium_org/chrome/common/extensions/
Dfeature_switch_unittest.cc41 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/
Dwallet_service_url_unittest.cc16 CommandLine::ForCurrentProcess()->AppendSwitchASCII( in TEST()
48 CommandLine::ForCurrentProcess()->AppendSwitchASCII( in TEST()
89 command_line->AppendSwitchASCII(switches::kWalletServiceUseSandbox, "0"); in TEST()
95 command_line->AppendSwitchASCII(switches::kWalletServiceUseSandbox, "1"); in TEST()
100 command_line->AppendSwitchASCII(switches::kWalletServiceUrl, in TEST()
112 command_line->AppendSwitchASCII(switches::kWalletServiceUseSandbox, "1"); in TEST()
/external/chromium_org/chrome/browser/chromeos/login/demo_mode/
Ddemo_app_launcher_browsertest.cc72 command_line->AppendSwitchASCII(switches::kLoginProfile, "user"); in SetUpCommandLine()
74 command_line->AppendSwitchASCII(switches::kDerelictIdleTimeout, "0"); in SetUpCommandLine()
75 command_line->AppendSwitchASCII(switches::kOobeTimerInterval, "0"); in SetUpCommandLine()
76 command_line->AppendSwitchASCII(switches::kDerelictDetectionTimeout, "0"); in SetUpCommandLine()
/external/chromium_org/chrome/browser/extensions/api/tab_capture/
Dtab_capture_performancetest.cc108 command_line->AppendSwitchASCII(switches::kTabCaptureUpscaleQuality, in SetUpCommandLine()
110 command_line->AppendSwitchASCII(switches::kTabCaptureDownscaleQuality, in SetUpCommandLine()
121 command_line->AppendSwitchASCII(switches::kWindowSize, "800,600"); in SetUpCommandLine()
123 command_line->AppendSwitchASCII(switches::kWindowSize, "2000,1500"); in SetUpCommandLine()
132 command_line->AppendSwitchASCII( in SetUpCommandLine()
/external/chromium_org/chrome/browser/chromeos/login/
Dlogin_browsertest.cc36 command_line->AppendSwitchASCII( in SetUpCommandLine()
38 command_line->AppendSwitchASCII(chromeos::switches::kLoginProfile, in SetUpCommandLine()
48 command_line->AppendSwitchASCII(chromeos::switches::kLoginProfile, in SetUpCommandLine()
50 command_line->AppendSwitchASCII(chromeos::switches::kLoginUser, in SetUpCommandLine()
Dlogin_utils_browsertest.cc57 command_line->AppendSwitchASCII(switches::kLoginProfile, "user"); in SetUpCommandLine()
58 command_line->AppendSwitchASCII(::switches::kAuthExtensionPath, in SetUpCommandLine()
62 command_line->AppendSwitchASCII(::switches::kGaiaUrl, in SetUpCommandLine()
64 command_line->AppendSwitchASCII(::switches::kLsoUrl, in SetUpCommandLine()
Doobe_browsertest.cc38 command_line->AppendSwitchASCII(chromeos::switches::kLoginProfile, "user"); in SetUpCommandLine()
39 command_line->AppendSwitchASCII( in SetUpCommandLine()
50 CommandLine::ForCurrentProcess()->AppendSwitchASCII( in SetUpOnMainThread()
/external/chromium_org/chrome/browser/chromeos/drive/
Ddrive_notification_manager_factory_browsertest.cc25 command_line->AppendSwitchASCII(chromeos::switches::kLoginProfile, "user"); in SetUpCommandLine()
45 command_line->AppendSwitchASCII(chromeos::switches::kLoginProfile, "user"); in SetUpCommandLine()
46 command_line->AppendSwitchASCII(chromeos::switches::kLoginUser, in SetUpCommandLine()
/external/chromium_org/chrome/test/base/
Dtest_launcher_utils.cc41 command_line->AppendSwitchASCII(switches::kEnableLogging, "stderr"); in PrepareBrowserCommandLineForTests()
43 command_line->AppendSwitchASCII(switches::kLoggingLevel, "0"); // info in PrepareBrowserCommandLineForTests()
64 command_line->AppendSwitchASCII(switches::kPasswordStore, "basic"); in PrepareBrowserCommandLineForTests()
/external/chromium_org/chrome/browser/net/
Dproxy_browsertest.cc91 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/invalidation/
Dprofile_invalidation_provider_factory_browsertest.cc73 command_line->AppendSwitchASCII(chromeos::switches::kLoginProfile, "user"); in SetUpCommandLine()
109 command_line->AppendSwitchASCII(chromeos::switches::kLoginProfile, "user"); in SetUpCommandLine()
110 command_line->AppendSwitchASCII(chromeos::switches::kLoginUser, in SetUpCommandLine()
/external/chromium_org/chrome/browser/chromeos/login/test/
Doobe_base_test.cc90 command_line->AppendSwitchASCII(chromeos::switches::kLoginProfile, "user"); in SetUpCommandLine()
101 command_line->AppendSwitchASCII(::switches::kGaiaUrl, gaia_url.spec()); in SetUpCommandLine()
102 command_line->AppendSwitchASCII(::switches::kLsoUrl, gaia_url.spec()); in SetUpCommandLine()
103 command_line->AppendSwitchASCII(::switches::kGoogleApisUrl, in SetUpCommandLine()
/external/chromium_org/components/precache/core/
Dprecache_fetcher_unittest.cc107 CommandLine::ForCurrentProcess()->AppendSwitchASCII( in TEST_F()
109 CommandLine::ForCurrentProcess()->AppendSwitchASCII( in TEST_F()
169 CommandLine::ForCurrentProcess()->AppendSwitchASCII( in TEST_F()
192 CommandLine::ForCurrentProcess()->AppendSwitchASCII( in TEST_F()
214 CommandLine::ForCurrentProcess()->AppendSwitchASCII( in TEST_F()
276 CommandLine::ForCurrentProcess()->AppendSwitchASCII( in TEST_F()
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/
Dguest_mode_options_ui_browsertest.cc22 command_line->AppendSwitchASCII(chromeos::switches::kLoginUser, in SetUpCommandLine()
24 command_line->AppendSwitchASCII(chromeos::switches::kLoginProfile, in SetUpCommandLine()
/external/chromium_org/chrome/browser/chromeos/policy/
Dblocking_login_browsertest.cc98 command_line->AppendSwitchASCII(switches::kLoginProfile, "user"); in SetUpCommandLine()
99 command_line->AppendSwitchASCII(::switches::kAuthExtensionPath, in SetUpCommandLine()
103 command_line->AppendSwitchASCII(::switches::kGaiaUrl, in SetUpCommandLine()
105 command_line->AppendSwitchASCII(::switches::kLsoUrl, in SetUpCommandLine()
107 command_line->AppendSwitchASCII( in SetUpCommandLine()
/external/chromium_org/chrome/browser/extensions/
Dwebstore_installer_test.cc64 command_line->AppendSwitchASCII( in SetUpCommandLine()
68 CommandLine::ForCurrentProcess()->AppendSwitchASCII( in SetUpCommandLine()
73 command_line->AppendSwitchASCII(switches::kJavaScriptFlags, "--expose-gc"); in SetUpCommandLine()
/external/chromium_org/base/test/
Dmultiprocess_test.cc22 command_line.AppendSwitchASCII(switches::kTestChildProcess, procname); in SpawnMultiProcessTestChild()
55 command_line.AppendSwitchASCII(switches::kTestChildProcess, procname); in MakeCmdLine()
/external/chromium_org/content/shell/app/
Dshell_main_delegate.cc144 command_line.AppendSwitchASCII(switches::kUseGL, in BasicStartupComplete()
147 command_line.AppendSwitchASCII(switches::kTouchEvents, in BasicStartupComplete()
149 command_line.AppendSwitchASCII(switches::kForceDeviceScaleFactor, "1.0"); in BasicStartupComplete()
179 command_line.AppendSwitchASCII(switches::kHostResolverRules, in BasicStartupComplete()
/external/chromium_org/chrome/browser/chromeos/app_mode/
Dfake_cws.cc84 CommandLine::ForCurrentProcess()->AppendSwitchASCII( in SetupWebStoreGalleryUrl()
98 CommandLine::ForCurrentProcess()->AppendSwitchASCII( in SetupCrxDownloadUrl()
104 CommandLine::ForCurrentProcess()->AppendSwitchASCII( in SetupCrxUpdateUrl()
/external/chromium_org/components/data_reduction_proxy/browser/
Ddata_reduction_proxy_params_unittest.cc83 CommandLine::ForCurrentProcess()->AppendSwitchASCII( in TEST_F()
86 CommandLine::ForCurrentProcess()->AppendSwitchASCII( in TEST_F()
89 CommandLine::ForCurrentProcess()->AppendSwitchASCII( in TEST_F()
92 CommandLine::ForCurrentProcess()->AppendSwitchASCII( in TEST_F()
95 CommandLine::ForCurrentProcess()->AppendSwitchASCII( in TEST_F()
98 CommandLine::ForCurrentProcess()->AppendSwitchASCII( in TEST_F()
/external/chromium_org/chrome/browser/chromeos/accessibility/
Dspoken_feedback_browsertest.cc230 command_line->AppendSwitchASCII(chromeos::switches::kLoginProfile, in SetUpCommandLine()
232 command_line->AppendSwitchASCII(chromeos::switches::kLoginUser, in SetUpCommandLine()
435 command_line->AppendSwitchASCII(chromeos::switches::kLoginProfile, "user"); in SetUpCommandLine()
436 command_line->AppendSwitchASCII(chromeos::switches::kLoginUser, in SetUpCommandLine()
471 command_line->AppendSwitchASCII(chromeos::switches::kLoginProfile, "user"); in SetUpCommandLine()
/external/chromium_org/content/browser/
Dppapi_plugin_process_host.cc310 cmd_line->AppendSwitchASCII(switches::kProcessType, in Init()
313 cmd_line->AppendSwitchASCII(switches::kProcessChannelID, channel_id); in Init()
347 cmd_line->AppendSwitchASCII(switches::kPpapiFlashArgs, existing_args); in Init()
353 cmd_line->AppendSwitchASCII(switches::kLang, locale); in Init()
365 cmd_line->AppendSwitchASCII(switches::kNoSandbox, std::string()); in Init()
/external/chromium_org/content/browser/gpu/
Dgpu_data_manager_impl_private.cc618 command_line->AppendSwitchASCII(switches::kUseGL, "swiftshader"); in AppendGpuCommandLine()
626 command_line->AppendSwitchASCII( in AppendGpuCommandLine()
629 command_line->AppendSwitchASCII(switches::kUseGL, use_gl); in AppendGpuCommandLine()
632 command_line->AppendSwitchASCII(switches::kSupportsDualGpus, "true"); in AppendGpuCommandLine()
634 command_line->AppendSwitchASCII(switches::kSupportsDualGpus, "false"); in AppendGpuCommandLine()
642 command_line->AppendSwitchASCII(switches::kGpuDriverBugWorkarounds, in AppendGpuCommandLine()
661 command_line->AppendSwitchASCII(switches::kGpuVendorID, in AppendGpuCommandLine()
663 command_line->AppendSwitchASCII(switches::kGpuDeviceID, in AppendGpuCommandLine()
665 command_line->AppendSwitchASCII(switches::kGpuDriverVendor, in AppendGpuCommandLine()
667 command_line->AppendSwitchASCII(switches::kGpuDriverVersion, in AppendGpuCommandLine()

12345678910