HomeSort by relevance Sort by last modified time
    Searched refs:kProcessType (Results 1 - 25 of 46) sorted by null

1 2

  /external/chromium_org/ash/shell/content_client/
shell_main_delegate.cc 24 command_line.GetSwitchValueASCII(switches::kProcessType);
  /external/chromium_org/content/common/
sandbox_init_win.cc 19 command_line.GetSwitchValueASCII(switches::kProcessType);
sandbox_init_mac.cc 39 command_line.GetSwitchValueASCII(switches::kProcessType);
sandbox_linux.cc 31 command_line.GetSwitchValueASCII(switches::kProcessType);
127 switches::kProcessType);
  /external/chromium_org/ui/views/examples/content_client/
examples_main_delegate.cc 44 command_line.GetSwitchValueASCII(switches::kProcessType);
  /external/chromium/chrome/common/
profiling.cc 26 command_line.GetSwitchValueASCII(switches::kProcessType);
64 command_line.GetSwitchValueASCII(switches::kProcessType);
service_process_util.cc 265 autorun_command_line_->AppendSwitchASCII(switches::kProcessType,
  /external/chromium/chrome/browser/nacl_host/
nacl_broker_host_win.cc 39 cmd_line->AppendSwitchASCII(switches::kProcessType,
nacl_process_host.cc 145 cmd_line->AppendSwitchASCII(switches::kProcessType,
  /external/chromium_org/chrome/nacl/
nacl_exe_win_64.cc 71 command_line.GetSwitchValueASCII(switches::kProcessType);
  /external/chromium_org/chrome/app/
client_util.cc 49 const wchar_t* dll_name = cmd_line.HasSwitch(switches::kProcessType) ?
59 if (!cmd_line.HasSwitch(switches::kProcessType)) {
chrome_main_delegate.cc 255 command_line.GetSwitchValueASCII(switches::kProcessType);
357 const bool is_browser = !command_line.HasSwitch(switches::kProcessType);
522 // should never see a --type switch (switches::kProcessType). Likewise,
531 CHECK(command_line.HasSwitch(switches::kProcessType) &&
561 CHECK(!command_line.HasSwitch(switches::kProcessType) &&
574 command_line.GetSwitchValueASCII(switches::kProcessType);
  /external/chromium_org/chrome/common/
profiling.cc 55 command_line.GetSwitchValueASCII(switches::kProcessType);
129 command_line.GetSwitchValueASCII(switches::kProcessType);
service_process_util.cc 255 autorun_command_line_->AppendSwitchASCII(switches::kProcessType,
  /external/chromium_org/chrome/browser/nacl_host/
nacl_broker_host_win.cc 62 cmd_line->AppendSwitchASCII(switches::kProcessType,
  /external/chromium/chrome/browser/importer/
profile_import_process_host.cc 92 cmd_line->AppendSwitchASCII(switches::kProcessType,
  /external/chromium_org/components/nacl/broker/
nacl_broker_listener.cc 100 cmd_line->AppendSwitchASCII(switches::kProcessType,
  /external/chromium/chrome/browser/
utility_process_host.cc 138 cmd_line->AppendSwitchASCII(switches::kProcessType,
mach_broker_mac.cc 239 const bool is_child = command_line.HasSwitch(switches::kProcessType);
  /external/chromium_org/content/app/
content_main_runner.cc 371 command_line.GetSwitchValueASCII(switches::kProcessType);
626 command_line.GetSwitchValueASCII(switches::kProcessType);
753 command_line.GetSwitchValueASCII(switches::kProcessType);
776 command_line.GetSwitchValueASCII(switches::kProcessType);
  /external/chromium_org/content/public/common/
content_switches.cc 689 const char kProcessType[] = "type";
    [all...]
  /external/chromium_org/content/browser/
child_process_launcher.cc 205 cmd_line->GetSwitchValueASCII(switches::kProcessType);
226 cmd_line->GetSwitchValueASCII(switches::kProcessType);
  /external/chromium_org/cloud_print/service/win/
chrome_launcher.cc 170 if (cmd.GetSwitchValueASCII(switches::kProcessType) ==
225 cmd.AppendSwitchASCII(switches::kProcessType, switches::kServiceProcess);
  /external/chromium_org/chrome/browser/mac/
relauncher.cc 71 switches::kProcessType,
  /external/chromium_org/chrome/browser/service/
service_process_control.cc 128 cmd_line->AppendSwitchASCII(switches::kProcessType,

Completed in 1605 milliseconds

1 2