Searched
refs:CommandLine (Results
876 -
900 of
1825) sorted by null
<<31323334353637383940>>
/external/chromium_org/sync/tools/ |
sync_client.cc | 193 const CommandLine& command_line, 231 CommandLine::Init(argc, argv); 243 const CommandLine& command_line = *CommandLine::ForCurrentProcess();
|
/external/chromium_org/third_party/libjingle/overrides/ |
init_webrtc.cc | 100 bool init_ok = initialize_module(*CommandLine::ForCurrentProcess(),
|
/external/chromium_org/tools/gn/ |
function_exec_script.cc | 45 bool ExecProcess(const CommandLine& cmdline, 142 bool ExecProcess(const CommandLine& cmdline, 326 CommandLine cmdline(python_path); 366 if (!CommandLine::ForCurrentProcess()->HasSwitch(kNoExecSwitch)) {
|
trace.h | 73 void SetCommandLine(const CommandLine& cmdline);
|
/external/chromium_org/tools/imagediff/ |
image_diff.cc | 408 CommandLine::Init(argc, argv); 409 const CommandLine& parsed_command_line = *CommandLine::ForCurrentProcess(); 435 const CommandLine::StringVector& args = parsed_command_line.GetArgs();
|
/external/chromium_org/win8/delegate_execute/ |
command_execute_impl.h | 97 CommandLine parameters_;
|
/frameworks/compile/mclinker/include/mcld/Support/ |
CommandLine.h | 1 //===- CommandLine.h ------------------------------------------------------===// 19 #include <llvm/Support/CommandLine.h>
|
/external/chromium/chrome/browser/ |
background_contents_service_unittest.cc | 29 command_line_.reset(new CommandLine(CommandLine::NO_PROGRAM)); 52 scoped_ptr<CommandLine> command_line_;
|
background_mode_manager.cc | 41 CommandLine* command_line) 68 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kKeepAliveForTest)) 368 const CommandLine* command_line) {
|
content_setting_bubble_model_unittest.cc | 101 CommandLine* cmd = CommandLine::ForCurrentProcess(); 102 AutoReset<CommandLine> auto_reset(cmd, *cmd);
|
/external/chromium/chrome/browser/importer/ |
firefox_importer_unittest_utils_mac.cc | 34 CommandLine cl(*CommandLine::ForCurrentProcess()); 54 bool debug_on_start = CommandLine::ForCurrentProcess()->HasSwitch(
|
/external/chromium/chrome/common/ |
service_process_util.cc | 264 autorun_command_line_.reset(new CommandLine(exe_path)); 270 const CommandLine& browser_command_line = *CommandLine::ForCurrentProcess();
|
/external/chromium/net/tools/fetch/ |
fetch_client.cc | 125 CommandLine::Init(argc, argv); 126 const CommandLine& parsed_command_line = *CommandLine::ForCurrentProcess();
|
/external/chromium_org/ash/test/ |
ash_test_base.cc | 115 CommandLine* command_line = CommandLine::ForCurrentProcess(); 159 !CommandLine::ForCurrentProcess()->HasSwitch(
|
/external/chromium_org/chrome/browser/background/ |
background_contents_service_unittest.cc | 31 command_line_.reset(new CommandLine(CommandLine::NO_PROGRAM)); 50 scoped_ptr<CommandLine> command_line_;
|
/external/chromium_org/chrome/browser/ |
io_thread.cc | 148 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); 263 int GetSwitchValueAsInt(const CommandLine& command_line, 515 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); 723 void IOThread::InitializeNetworkOptions(const CommandLine& command_line) { [all...] |
/external/chromium_org/chrome/browser/policy/cloud/ |
component_cloud_policy_browsertest.cc | 103 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { 121 CommandLine* command_line = CommandLine::ForCurrentProcess();
|
/external/chromium_org/chrome/browser/prefs/ |
pref_service_browsertest.cc | 48 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kAshBrowserTests)) 124 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kAshBrowserTests)) 183 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kAshBrowserTests))
|
/external/chromium_org/chrome/browser/ui/webui/ |
flags_ui.cc | 225 CommandLine user_flags(CommandLine::NO_PROGRAM); 229 CommandLine::StringVector flags; 230 // argv[0] is the program name |CommandLine::NO_PROGRAM|.
|
/external/chromium_org/chrome/common/ |
service_process_util.cc | 254 autorun_command_line_.reset(new CommandLine(exe_path)); 260 const CommandLine& browser_command_line = *CommandLine::ForCurrentProcess();
|
/external/chromium_org/chrome/installer/util/ |
installation_state.cc | 17 : uninstall_command_(CommandLine::NO_PROGRAM), 183 uninstall_command_ = CommandLine(CommandLine::NO_PROGRAM);
|
installation_validator.cc | 215 CommandLine cmd_line(CommandLine::FromString(app_cmd.command_line())); 269 CommandLine cmd_line(CommandLine::FromString(app_cmd.command_line())); 298 CommandLine cmd_line(CommandLine::FromString(app_cmd.command_line())); 324 CommandLine cmd_line(CommandLine::FromString(app_cmd.command_line())); 537 const CommandLine& command, 558 const CommandLine& command [all...] |
installation_validator.h | 18 class CommandLine; 233 const CommandLine& command, 238 const CommandLine& command,
|
/external/chromium_org/chrome/service/ |
service_process.cc | 87 const CommandLine &parsed_command_line) { 130 const CommandLine& command_line, 329 !CommandLine::ForCurrentProcess()->HasSwitch(
|
/external/chromium_org/chrome/test/chromedriver/server/ |
chromedriver_server.cc | 177 CommandLine::Init(argc, argv); 180 CommandLine* cmd_line = CommandLine::ForCurrentProcess();
|
Completed in 1046 milliseconds
<<31323334353637383940>>