HomeSort by relevance Sort by last modified time
    Searched refs:command_line (Results 76 - 100 of 162) sorted by null

1 2 34 5 6 7

  /external/chromium/chrome/browser/
process_singleton.h 73 NotifyResult NotifyOtherProcessWithTimeout(const CommandLine& command_line,
77 const CommandLine& command_line,
background_mode_manager.cc 8 #include "base/command_line.h"
41 CommandLine* command_line)
53 if (!IsBackgroundModeEnabled(command_line))
60 if (command_line->HasSwitch(switches::kNoStartupWindow)) {
368 const CommandLine* command_line) {
377 !command_line->HasSwitch(switches::kDisableBackgroundMode) &&
378 !command_line->HasSwitch(switches::kDisableExtensions);
process_singleton_uitest.cc 64 CommandLine command_line(browser_directory.Append(
67 command_line.AppendSwitchPath(switches::kUserDataDir, user_data_dir_);
70 command_line.AppendSwitch(switches::kFirstRun);
72 command_line.AppendSwitch(switches::kNoFirstRun);
87 command_line.AppendSwitchNative(switch_name, i->second);
100 base::LaunchApp(command_line, false /* wait */,
browser_main_win.cc 13 #include "base/command_line.h"
52 const wchar_t* command_line,
232 CommandLine command_line(CommandLine::NO_PROGRAM);
233 command_line.AppendSwitches(parsed_command_line);
234 command_line.AppendArgs(parsed_command_line);
236 if (!command_line.HasSwitch(switches::kRestoreLastSession))
237 command_line.AppendSwitch(switches::kRestoreLastSession);
242 command_line.command_line_string().c_str(),
shell_integration_win.cc 12 #include "base/command_line.h"
218 CommandLine command_line = CommandLine::FromString(StringPrintf(
222 if (command_line.HasSwitch(switches::kUserDataDir)) {
224 command_line.GetSwitchValuePath(switches::kUserDataDir).AppendASCII(
229 if (command_line.HasSwitch(switches::kApp)) {
231 GURL(command_line.GetSwitchValueASCII(switches::kApp))));
232 } else if (command_line.HasSwitch(switches::kAppId)) {
234 command_line.GetSwitchValueASCII(switches::kAppId)));
354 CommandLine command_line = CommandLine::FromString(value);
356 GetShortPathName(command_line.GetProgram().value().c_str()
    [all...]
process_info_snapshot_mac.cc 11 #include "base/command_line.h"
145 CommandLine command_line(argv);
147 if (!base::GetAppOutputRestricted(command_line, &output, 1024 * 1024)) {
212 CommandLine command_line(argv);
214 if (!base::GetAppOutputRestricted(command_line, &output, 1024 * 1024)) {
296 CommandLine command_line(argv);
298 if (!base::GetAppOutputRestricted(command_line, &output, 1024 * 1024)) {
browser_main_gtk.cc 12 #include "base/command_line.h"
78 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
82 gfx::GtkInitFromCommandLine(command_line);
io_thread.cc 9 #include "base/command_line.h"
70 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
75 if (command_line.HasSwitch(switches::kHostResolverParallelism)) {
77 command_line.GetSwitchValueASCII(switches::kHostResolverParallelism);
128 if (command_line.HasSwitch(switches::kDnsServer)) {
130 command_line.GetSwitchValueASCII(switches::kDnsServer);
145 if (!command_line.HasSwitch(switches::kEnableIPv6)) {
146 if (command_line.HasSwitch(switches::kDisableIPv6)) {
161 if (!command_line.HasSwitch(switches::kHostResolverRules))
167 command_line.GetSwitchValueASCII(switches::kHostResolverRules))
648 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
    [all...]
  /external/chromium/chrome/browser/extensions/
chrome_app_api_browsertest.cc 7 #include "base/command_line.h"
23 virtual void SetUpCommandLine(CommandLine* command_line) {
24 ExtensionBrowserTest::SetUpCommandLine(command_line);
25 command_line->AppendSwitchASCII(switches::kAppsCheckoutURL,
extension_webstore_private_browsertest.cc 115 void SetUpCommandLine(CommandLine* command_line) {
116 ExtensionBrowserTest::SetUpCommandLine(command_line);
117 command_line->AppendSwitchASCII(switches::kAppsGalleryURL, test_url_base_);
extension_apitest.h 113 virtual void SetUpCommandLine(CommandLine* command_line);
  /external/chromium/chrome/browser/net/
chrome_net_log.cc 9 #include "base/command_line.h"
68 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
69 if (command_line.HasSwitch(switches::kLogNetLog)) {
71 command_line.GetSwitchValuePath(switches::kLogNetLog)));
  /external/chromium/chrome/browser/policy/
cloud_policy_subsystem.cc 10 #include "base/command_line.h"
57 CommandLine* command_line = CommandLine::ForCurrentProcess(); local
58 if (command_line->HasSwitch(switches::kDeviceManagementUrl)) {
60 command_line->GetSwitchValueASCII(switches::kDeviceManagementUrl)));
profile_policy_connector.cc 8 #include "base/command_line.h"
42 CommandLine* command_line = CommandLine::ForCurrentProcess(); local
43 if (command_line->HasSwitch(switches::kDeviceManagementUrl)) {
  /external/qemu/distrib/sdl-1.2.12/src/video/riscos/
SDL_riscostask.c 190 char *command_line = (char *)regs.r[0]; local
191 size_t len = SDL_strlen(command_line)+1;
196 SDL_strlcpy(buffer, command_line, len);
  /external/chromium/base/
command_line.h 73 static CommandLine FromString(const std::wstring& command_line);
149 void ParseFromString(const std::wstring& command_line);
  /external/chromium/chrome/browser/prefs/
command_line_pref_store.cc 38 CommandLinePrefStore::CommandLinePrefStore(const CommandLine* command_line)
39 : command_line_(command_line) {
pref_service_mock_builder.h 50 PrefServiceMockBuilder& WithCommandLine(CommandLine* command_line);
  /external/chromium/chrome/common/
auto_start_linux.cc 31 const std::string& command_line,
46 "Exec=" + command_line + "\n"
  /external/linux-tools-perf/util/scripting-engines/
trace-event-perl.c 349 const char **command_line; local
352 command_line = malloc((argc + 2) * sizeof(const char *));
353 command_line[0] = "";
354 command_line[1] = script;
356 command_line[i] = argv[i - 2];
361 if (perl_parse(my_perl, xs_init, argc + 2, (char **)command_line,
379 free(command_line);
383 free(command_line);
  /external/chromium/chrome/browser/chromeos/cros/
login_library.h 107 virtual bool RestartJob(int pid, const std::string& command_line) = 0;
  /external/chromium/chrome/browser/net/websocket_experiment/
websocket_experiment_runner.cc 7 #include "base/command_line.h"
39 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
40 std::string experiment_host = command_line.GetSwitchValueASCII(
99 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
100 std::string experiment_host_override = command_line.GetSwitchValueASCII(
  /external/chromium/chrome/browser/sync/
profile_sync_factory_impl.h 19 ProfileSyncFactoryImpl(Profile* profile, CommandLine* command_line);
  /ndk/sources/host-tools/make-3.81/
job.h 49 unsigned int command_line; /* Index into above. */ member in struct:child
50 char *command_ptr; /* Ptr into command_lines[command_line]. */
  /ndk/sources/host-tools/make-3.81/w32/subproc/
sub_proc.c 422 char *command_line; local
497 command_line = make_command_line( shell_name, exec_path, argv);
499 command_line = make_command_line( shell_name, file_info.szPathName,
502 if ( command_line == NULL ) {
512 free( command_line );
542 command_line ? command_line : "NULL"));
545 command_line,
558 exec_path ? exec_path : "NULL", command_line);
560 free( command_line );
959 char* command_line; local
    [all...]

Completed in 1738 milliseconds

1 2 34 5 6 7