/external/chromium/chrome/browser/net/websocket_experiment/ |
websocket_experiment_runner.cc | 39 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); 99 const CommandLine& command_line = *CommandLine::ForCurrentProcess();
|
/external/chromium/chrome/browser/ |
plugin_exceptions_table_model_unittest.cc | 59 command_line_(CommandLine::ForCurrentProcess(), 60 *CommandLine::ForCurrentProcess()) {} 63 CommandLine::ForCurrentProcess()->AppendSwitch( 152 AutoReset<CommandLine> command_line_;
|
utility_process_host.cc | 137 CommandLine* cmd_line = new CommandLine(exe_path); 146 const CommandLine& browser_command_line = *CommandLine::ForCurrentProcess();
|
browser_shutdown.cc | 209 CommandLine old_cl(*CommandLine::ForCurrentProcess()); 210 scoped_ptr<CommandLine> new_cl(new CommandLine(old_cl.GetProgram())); 211 std::map<std::string, CommandLine::StringType> switches = 217 for (std::map<std::string, CommandLine::StringType>::const_iterator i = 219 CommandLine::StringType switch_value = i->second;
|
unload_uitest.cc | 175 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kSingleProcess)) 189 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kSingleProcess)) 218 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kSingleProcess)) 249 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kSingleProcess)) 263 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kSingleProcess)) 360 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kSingleProcess)) 376 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kSingleProcess)) 386 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kSingleProcess)) 404 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kSingleProcess))
|
process_singleton_linux_uitest.cc | 65 CommandLine CommandLineForUrl(const std::string& url) { 70 CommandLine* cmd_line = CommandLine::ForCurrentProcess(); 74 CommandLine new_cmd_line(*cmd_line); 80 // |url| will be added to CommandLine for current process, so that it can be 90 // |url| will be added to CommandLine for current process, so that it can be
|
/external/chromium/chrome/browser/profiles/ |
profile_manager_unittest.cc | 94 CommandLine *cl = CommandLine::ForCurrentProcess(); 108 CommandLine *cl = CommandLine::ForCurrentProcess();
|
/external/chromium/chrome/browser/ui/cocoa/ |
keystone_infobar.mm | 147 CommandLine* commandLine = CommandLine::ForCurrentProcess(); 150 commandLine->HasSwitch(switches::kNoDefaultBrowserCheck)) {
|
table_model_array_controller_unittest.mm | 24 : command_line_(CommandLine::ForCurrentProcess(), 25 *CommandLine::ForCurrentProcess()) {} 30 CommandLine::ForCurrentProcess()->AppendSwitch( 100 AutoReset<CommandLine> command_line_;
|
/external/chromium/chrome/common/ |
switch_utils.cc | 26 std::map<std::string, CommandLine::StringType>* switch_list) {
|
/external/icu4c/tools/icupkg/ |
icupkg.vcproj | 36 CommandLine="copy "$(TargetPath)" ..\..\..\bin
" 122 CommandLine="copy "$(TargetPath)" ..\..\..\bin
" 213 CommandLine="copy "$(TargetPath)" ..\..\..\bin64
" 302 CommandLine="copy "$(TargetPath)" ..\..\..\bin64
"
|
/external/markdown/docs/ |
release-2.0.1.txt | 14 rename the commandline script to ``markdown`` (no ".py"). A matching batch
|
/external/qemu/distrib/sdl-1.2.12/src/main/macos/ |
SDL_main.c | 367 char *commandLine; 569 commandLine = (char*) malloc (appNameText[0] + prefs.command_line[0] + 2); 570 if ( commandLine == NULL ) { 581 SDL_memcpy(commandLine, appNameText + 1, appNameText[0]); 582 commandLine[appNameText[0]] = ' '; 583 SDL_memcpy(commandLine + appNameText[0] + 1, prefs.command_line + 1, prefs.command_line[0]); 584 commandLine[ appNameText[0] + 1 + prefs.command_line[0] ] = '\0'; 587 nargs = ParseCommandLine (commandLine, NULL); 592 ParseCommandLine (commandLine, args); 597 free (commandLine); [all...] |
/external/apache-harmony/support/src/test/java/tests/support/ |
Support_Exec.java | 218 StringBuilder commandLine; 220 commandLine = new StringBuilder(args.get(0)); 222 commandLine.append(" "); 223 commandLine.append(args.get(i)); 225 System.out.println("Exec: " + commandLine.toString());
|
/external/chromium/chrome/browser/content_settings/ |
host_content_settings_map_unittest.cc | 64 CommandLine* cmd = CommandLine::ForCurrentProcess(); 65 AutoReset<CommandLine> auto_reset(cmd, *cmd); 492 CommandLine* cmd = CommandLine::ForCurrentProcess(); 493 AutoReset<CommandLine> auto_reset(cmd, *cmd); 576 CommandLine* cmd = CommandLine::ForCurrentProcess(); 577 AutoReset<CommandLine> auto_reset(cmd, *cmd); 626 CommandLine* cmd = CommandLine::ForCurrentProcess() [all...] |
/external/chromium/base/ |
process_util_unittest.cc | 346 CommandLine cmd_line(python_runtime); 354 CommandLine other_cmd_line(python_runtime); 582 EXPECT_TRUE(base::GetAppOutput(CommandLine(FilePath("true")), &output)); 585 EXPECT_FALSE(base::GetAppOutput(CommandLine(FilePath("false")), &output)); 591 EXPECT_TRUE(base::GetAppOutput(CommandLine(argv), &output)); 608 EXPECT_TRUE(base::GetAppOutputRestricted(CommandLine(argv), &output, 100)); 613 EXPECT_FALSE(base::GetAppOutputRestricted(CommandLine(argv), 620 EXPECT_TRUE(base::GetAppOutputRestricted(CommandLine(argv), &output, 10)); 625 EXPECT_TRUE(base::GetAppOutputRestricted(CommandLine(argv), &output, 5)); 630 EXPECT_TRUE(base::GetAppOutputRestricted(CommandLine(argv), &output, 15)) [all...] |
/external/chromium/chrome/browser/chromeos/login/ |
mock_authenticator.h | 159 const CommandLine& base_command_line, 160 CommandLine* command_line) {
|
/external/chromium/chrome/browser/diagnostics/ |
diagnostics_model.h | 11 class CommandLine; 75 DiagnosticsModel* MakeDiagnosticsModel(const CommandLine& cmdline);
|
/external/chromium/chrome/browser/first_run/ |
upgrade_util_win.cc | 64 bool RelaunchChromeBrowser(const CommandLine& command_line) { 113 bool DoUpgradeTasks(const CommandLine& command_line) {
|
/external/chromium/chrome/browser/net/ |
chrome_net_log.cc | 68 const CommandLine& command_line = *CommandLine::ForCurrentProcess();
|
/external/chromium/chrome/browser/policy/ |
browser_policy_connector.cc | 40 CommandLine* command_line = CommandLine::ForCurrentProcess();
|
cloud_policy_subsystem.cc | 57 CommandLine* command_line = CommandLine::ForCurrentProcess();
|
profile_policy_connector.cc | 42 CommandLine* command_line = CommandLine::ForCurrentProcess();
|
/external/chromium/chrome/browser/prefs/ |
pref_service_unittest.cc | 221 CommandLine command_line(CommandLine::NO_PROGRAM); 261 CommandLine command_line(CommandLine::NO_PROGRAM); 295 CommandLine command_line(CommandLine::NO_PROGRAM); 324 CommandLine command_line(CommandLine::NO_PROGRAM);
|
/external/chromium/chrome/browser/sync/notifier/ |
sync_notifier_factory.cc | 46 const CommandLine& command_line, 105 const CommandLine& command_line,
|