Searched defs:switches (Results 126 - 150 of 151) sorted by relevance

1234567

/external/chromium_org/remoting/host/
H A Dhost_main.cc91 const base::CommandLine::SwitchMap& switches = local
96 // Create the child process command line by copying switches from the current
99 for (base::CommandLine::SwitchMap::const_iterator i = switches.begin();
100 i != switches.end(); ++i) {
/external/chromium_org/tools/gn/
H A Dninja_build_writer.cc52 const CommandLine::SwitchMap& switches = our_cmdline.GetSwitches(); local
53 for (CommandLine::SwitchMap::const_iterator i = switches.begin();
54 i != switches.end(); ++i) {
/external/chromium_org/chrome/browser/chromeos/login/
H A Dlogin_utils.cc103 void LogCustomSwitches(const std::set<std::string>& switches) { argument
106 for (std::set<std::string>::const_iterator it = switches.begin();
107 it != switches.end();
527 chromeos::switches::kOobeSkipPostLogin)) {
/external/chromium_org/chrome/browser/net/
H A Dpref_proxy_config_tracker_impl_unittest.cc297 for (unsigned int i = 0; i < arraysize(switches); i++)
298 switches[i] = other.switches[i];
313 } switches[2]; member in struct:__anon4344::CommandLineTestParams
334 for (size_t i = 0; i < arraysize(GetParam().switches); i++) {
335 const char* name = GetParam().switches[i].name;
336 const char* value = GetParam().switches[i].value;
384 { switches::kNoProxyServer, NULL },
396 { switches::kNoProxyServer, NULL },
397 { switches
[all...]
/external/chromium_org/chrome/test/base/
H A Din_process_browser_test.cc161 // append switches::kEnableOfflineAutoReload, which will override the disable
163 command_line->AppendSwitch(switches::kDisableOfflineAutoReload);
209 CommandLine::ForCurrentProcess()->HasSwitch(switches::kAshBrowserTests)) {
225 command_line->AppendSwitchASCII(switches::kTestType, kBrowserTestType);
228 if (command_line->HasSwitch(switches::kAshBrowserTests)) {
229 command_line->AppendSwitchNative(switches::kViewerLaunchViaAppId,
234 command_line->AppendSwitch(switches::kSilentLaunch);
250 command_line->AppendSwitchPath(switches::kBrowserSubprocessPath,
256 command_line->AppendSwitch(switches::kDisableZeroBrowsersOpenForTests);
265 command_line->GetSwitchValuePath(switches
363 CommandLine::SwitchMap switches = local
[all...]
/external/chromium_org/chromeos/
H A Dchromeos_switches.cc8 namespace switches { namespace in namespace:chromeos
245 } // namespace switches
/external/chromium_org/content/public/test/
H A Dtest_launcher.cc325 CommandLine::SwitchMap switches = cmd_line.GetSwitches(); local
329 switches.erase(base::kGTestOutputFlag);
331 for (CommandLine::SwitchMap::const_iterator iter = switches.begin();
332 iter != switches.end(); ++iter) {
464 (command_line->HasSwitch(switches::kSingleProcess) &&
473 if (command_line->HasSwitch(switches::kProcessType) ||
/external/chromium_org/skia/ext/
H A Dimage_operations_bench.cc180 const base::CommandLine::SwitchMap& switches = command_line->GetSwitches(); local
183 for (base::CommandLine::SwitchMap::const_iterator iter = switches.begin();
184 iter != switches.end();
/external/qemu-pc-bios/vgabios/tests/
H A Dtestbios.c32 Bit8u switches; member in struct:__anon30297
282 biosarea->switches=peekb(0x40,0x88);
308 printf("switches: %02x\t",biosarea->switches);
/external/chromium_org/base/
H A Dcommand_line.cc72 // Append switches and arguments, keeping switches before arguments.
96 // Lowercase switches for backwards compatiblity *on Windows*.
265 // Append switches and arguments.
355 // Append the switch and update the switches/arguments divider |begin_args_|.
369 const char* const switches[],
372 if (source.HasSwitch(switches[i]))
373 AppendSwitchNative(switches[i], source.GetSwitchValueNative(switches[i]));
419 // Prepend the wrapper and update the switches/argument
368 CopySwitchesFrom(const CommandLine& source, const char* const switches[], size_t count) argument
[all...]
/external/chromium_org/chrome/browser/ui/startup/
H A Dstartup_browser_creator.cc11 #include "apps/switches.h"
287 } else if (command_line.HasSwitch(switches::kIncognito)) {
296 const bool silent_launch = command_line.HasSwitch(switches::kSilentLaunch);
377 // The switches::kRestoreLastSession command line switch is used to restore
382 if ((command_line.HasSwitch(switches::kRestoreLastSession) ||
472 if (command_line.HasSwitch(switches::kDisablePromptOnRepost))
481 if (command_line.HasSwitch(switches::kCloudPrintFile) &&
488 if (command_line.HasSwitch(switches::kCheckCloudPrintConnectorPolicy)) {
498 if (command_line.HasSwitch(switches::kExplicitlyAllowedPorts)) {
500 command_line.GetSwitchValueASCII(switches
647 const CommandLine::SwitchMap& switches = command_line.GetSwitches(); local
[all...]
/external/chromium_org/content/common/gpu/media/
H A Dvaapi_h264_decoder_unittest.cc364 base::CommandLine::SwitchMap switches = cmd_line->GetSwitches(); local
365 for (base::CommandLine::SwitchMap::const_iterator it = switches.begin();
366 it != switches.end();
H A Dvideo_decode_accelerator_unittest.cc1405 base::CommandLine::SwitchMap switches = cmd_line->GetSwitches(); local
1406 for (CommandLine::SwitchMap::const_iterator it = switches.begin();
1407 it != switches.end(); ++it) {
H A Dvideo_encode_accelerator_unittest.cc1197 base::CommandLine::SwitchMap switches = cmd_line->GetSwitches(); local
1198 for (base::CommandLine::SwitchMap::const_iterator it = switches.begin();
1199 it != switches.end();
/external/chromium_org/remoting/host/setup/
H A Dme2me_native_messaging_host.cc619 const base::CommandLine::SwitchMap& switches = local
623 // Create the child process command line by copying switches from the current
631 for (base::CommandLine::SwitchMap::const_iterator i = switches.begin();
632 i != switches.end(); ++i) {
/external/chromium_org/base/test/launcher/
H A Dtest_launcher.cc205 switches::kTestLauncherBotMode) ||
214 CommandLine::SwitchMap switches = command_line.GetSwitches(); local
217 switches.erase(kGTestRepeatFlag);
220 switches.erase(kGTestOutputFlag);
222 for (CommandLine::SwitchMap::const_iterator iter = switches.begin();
223 iter != switches.end(); ++iter) {
228 // does not really support removing switches well, and trying to do that
230 // TODO(phajdan.jr): Give it a try to support CommandLine removing switches.
556 switches::kTestLauncherPrintTestStdio)) {
558 switches
[all...]
/external/chromium_org/chrome/installer/util/
H A Dutil_constants.cc9 namespace switches { namespace in namespace:installer
203 } // namespace switches
H A Dutil_constants.h147 namespace switches { namespace in namespace:installer
201 } // namespace switches
/external/chromium_org/chrome/test/chromedriver/
H A Dcapabilities.cc111 capabilities->switches.SetSwitch("user-agent", device->user_agent);
158 capabilities->switches.SetSwitch("user-agent", user_agent);
173 capabilities->switches.SetUnparsedSwitch(arg_string);
202 capabilities->switches.SetSwitch("no-proxy-server");
209 capabilities->switches.SetSwitch("proxy-pac-url", proxy_pac_url);
211 capabilities->switches.SetSwitch("proxy-auto-detect");
250 capabilities->switches.SetSwitch("proxy-server", proxy_servers);
252 capabilities->switches.SetSwitch("proxy-bypass-list",
263 const base::ListValue* switches = NULL; local
264 if (!option.GetAsList(&switches))
457 SetFromSwitches(const Switches& switches) argument
[all...]
H A Dchrome_launcher.cc102 Switches switches; local
105 switches.SetSwitch(kCommonSwitches[i]);
106 switches.SetSwitch("disable-hang-monitor");
107 switches.SetSwitch("disable-prompt-on-repost");
108 switches.SetSwitch("disable-sync");
109 switches.SetSwitch("no-first-run");
110 switches.SetSwitch("disable-background-networking");
111 switches.SetSwitch("disable-web-resources");
112 switches.SetSwitch("safebrowsing-disable-auto-update");
113 switches
680 UpdateExtensionSwitch(Switches* switches, const char name[], const base::FilePath::StringType& extension) argument
690 ProcessExtensions(const std::vector<std::string>& extensions, const base::FilePath& temp_dir, bool include_automation_extension, Switches* switches, std::vector<std::string>* bg_pages) argument
[all...]
/external/chromium_org/chrome/browser/
H A Dbrowser_process_impl.cc258 if (switches::IsNewAvatarMenu())
1035 if (!cmd_line.HasSwitch(switches::kDisablePluginsDiscovery)) {
1053 if (!command_line.HasSwitch(switches::kDisableWebResources)) {
1185 switches::kNoStartupWindow
1192 std::map<std::string, CommandLine::StringType> switches = local
1195 switches::RemoveSwitchesForAutostart(&switches);
1197 // Append the rest of the switches (along with their values, if any)
1200 switches.begin(); i != switches
[all...]
H A Dchrome_content_browser_client.cc239 #include "extensions/common/switches.h"
454 if (command_line.HasSwitch(extensions::switches::kExtensionProcess)) {
462 command_line.GetSwitchValueASCII(switches::kProcessType);
464 if (process_type == switches::kRendererProcess) {
471 if (process_type == switches::kPluginProcess) {
478 if (process_type == switches::kPpapiPluginProcess) {
485 if (process_type == switches::kGpuProcess) {
847 if (switches::IsEnableAccountConsistency())
1170 if (browser_command_line.HasSwitch(switches::kEnableOfflineAutoReload))
1172 if (browser_command_line.HasSwitch(switches
1272 const base::ListValue* switches = local
[all...]
/external/chromium_org/chrome/browser/sync/test/integration/
H A Dsync_test.cc90 namespace switches { namespace
221 if (cl->HasSwitch(switches::kPasswordFileForTest)) {
223 } else if (cl->HasSwitch(switches::kSyncUserForTest) &&
224 cl->HasSwitch(switches::kSyncPasswordForTest)) {
225 username_ = cl->GetSwitchValueASCII(switches::kSyncUserForTest);
226 password_ = cl->GetSwitchValueASCII(switches::kSyncPasswordForTest);
273 cl->AppendSwitch(chromeos::switches::kIgnoreUserProfileMappingForTests);
279 if (!cl->HasSwitch(switches::kDisableBackgroundNetworking))
280 cl->AppendSwitch(switches::kDisableBackgroundNetworking);
282 if (!cl->HasSwitch(switches
[all...]
/external/chromium_org/content/public/common/
H A Dcontent_switches.cc9 namespace switches { namespace
77 // enable/disable switches to avoid accidentally regressing the policy
218 // --extra-plugin-dir and --load-plugin switches.
960 } // namespace switches
/external/chromium_org/sync/internal_api/
H A Dsync_manager_impl_unittest.cc2401 ComponentsFactory(const Switches& switches, argument
2406 switches, InternalComponentsFactory::STORAGE_IN_MEMORY, storage_used),

Completed in 965 milliseconds

1234567