HomeSort by relevance Sort by last modified time
    Searched full:command_line (Results 126 - 150 of 400) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/chromium/chrome/browser/extensions/
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_webnavigation_apitest.cc 5 #include "base/command_line.h"
extension_apitest.cc 240 void ExtensionApiTest::SetUpCommandLine(CommandLine* command_line) {
241 ExtensionBrowserTest::SetUpCommandLine(command_line);
extension_browsertest.h 11 #include "base/command_line.h"
28 virtual void SetUpCommandLine(CommandLine* command_line);
  /external/chromium/chrome/browser/
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...]
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)) {
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 */,
mach_broker_mac.cc 7 #include "base/command_line.h"
238 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
239 const bool is_child = command_line.HasSwitch(switches::kProcessType);
about_flags.cc 12 #include "base/command_line.h"
307 void ConvertFlagsToSwitches(PrefService* prefs, CommandLine* command_line);
473 void ConvertFlagsToSwitches(PrefService* prefs, CommandLine* command_line) {
474 FlagsState::GetInstance()->ConvertFlagsToSwitches(prefs, command_line);
565 PrefService* prefs, CommandLine* command_line) {
566 if (command_line->HasSwitch(switches::kNoExperiments))
591 command_line->AppendSwitch(switches::kFlagSwitchesBegin);
609 command_line->AppendSwitchASCII(switch_and_value_pair.first,
613 command_line->AppendSwitch(switches::kFlagSwitchesEnd);
gpu_data_manager.h 67 void AppendRendererCommandLine(CommandLine* command_line);
background_mode_manager.h 46 BackgroundModeManager(Profile* profile, CommandLine* command_line);
49 static bool IsBackgroundModeEnabled(const CommandLine* command_line);
  /external/chromium/chrome/browser/chromeos/cros/
login_library.cc 147 bool RestartJob(int pid, const std::string& command_line) {
152 job_restart_request_ = new JobRestartRequest(pid, command_line);
160 JobRestartRequest(int pid, const std::string& command_line)
162 command_line_(command_line),
359 bool RestartJob(int pid, const std::string& command_line) { return true; }
  /external/dbus/dbus/
dbus-shell.c 347 tokenize_command_line (const char *command_line, DBusError *error)
357 p = command_line;
547 * @command_line: command line to parse
553 _dbus_shell_parse_argv (const char *command_line,
565 if (!command_line)
571 tokens = tokenize_command_line (command_line, error);
574 _dbus_verbose ("No tokens for command line '%s'\n", command_line);
  /external/chromium/chrome/browser/sync/
profile_sync_factory_impl.cc 5 #include "base/command_line.h"
79 CommandLine* command_line)
81 command_line_(command_line) {
  /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/android/
prefix.h 39 // Called by command_line.cc to shorten the process name. Not needed for
  /external/chromium/base/test/
test_timeouts.cc 7 #include "base/command_line.h"
  /external/chromium/chrome/browser/chromeos/login/
login_utils.h 99 CommandLine* command_line) = 0;
  /external/chromium/chrome/browser/diagnostics/
diagnostics_model_unittest.cc 7 #include "base/command_line.h"
  /external/chromium/chrome/browser/net/
chrome_cookie_policy.cc 7 #include "base/command_line.h"
  /external/chromium/chrome/browser/ui/tabs/
tab_menu_model.cc 7 #include "base/command_line.h"
  /external/chromium/chrome/browser/ui/webui/
mediaplayer_browsertest.cc 5 #include "base/command_line.h"
  /external/chromium/chrome/common/
service_process_util_linux.cc 10 #include "base/command_line.h"
  /external/bluetooth/glib/docs/reference/glib/tmpl/
spawn.sgml 170 @command_line:
180 @command_line:
  /external/chromium/chrome/browser/printing/
print_dialog_cloud.cc 9 #include "base/command_line.h"
587 bool CreatePrintDialogFromCommandLine(const CommandLine& command_line) {
588 if (!command_line.GetSwitchValuePath(switches::kCloudPrintFile).empty()) {
591 command_line.GetSwitchValuePath(switches::kCloudPrintFile);
594 if (command_line.HasSwitch(switches::kCloudPrintJobTitle)) {
597 native_job_title = command_line.GetSwitchValueNative(
606 if (command_line.HasSwitch(switches::kCloudPrintFileType)) {
607 file_type = command_line.GetSwitchValueASCII(

Completed in 951 milliseconds

1 2 3 4 56 7 8 91011>>