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

1 2

  /external/chromium_org/chrome/nacl/
nacl_exe_win_64.cc 26 switches::kProcessType);
  /external/chromium_org/ash/shell/content_client/
shell_main_delegate.cc 24 command_line.GetSwitchValueASCII(switches::kProcessType);
  /external/chromium_org/components/nacl/loader/
nacl_helper_win_64.cc 54 command_line.GetSwitchValueASCII(switches::kProcessType);
  /external/chromium_org/content/common/
sandbox_init_mac.cc 40 command_line.GetSwitchValueASCII(switches::kProcessType);
sandbox_win.cc 391 std::string type = command_line->GetSwitchValueASCII(switches::kProcessType);
632 std::string type_str = cmd_line->GetSwitchValueASCII(switches::kProcessType);
    [all...]
  /external/chromium_org/ui/views_content_client/
views_content_main_delegate.cc 45 command_line.GetSwitchValueASCII(switches::kProcessType);
  /external/chromium_org/chrome/common/
profiling.cc 56 command_line.GetSwitchValueASCII(switches::kProcessType);
130 command_line.GetSwitchValueASCII(switches::kProcessType);
service_process_util.cc 163 command_line->AppendSwitchASCII(switches::kProcessType,
  /external/chromium_org/components/nacl/browser/
nacl_broker_host_win.cc 64 cmd_line->AppendSwitchASCII(switches::kProcessType,
  /external/chromium_org/extensions/shell/app/
shell_main_delegate.cc 74 switches::kProcessType);
  /external/chromium_org/chrome/app/
chrome_main_delegate.cc 317 command_line->GetSwitchValueASCII(switches::kProcessType);
396 const bool is_browser = !command_line.HasSwitch(switches::kProcessType);
581 // should never see a --type switch (switches::kProcessType). Likewise,
590 CHECK(command_line.HasSwitch(switches::kProcessType) &&
628 CHECK(!command_line.HasSwitch(switches::kProcessType) &&
641 command_line.GetSwitchValueASCII(switches::kProcessType);
    [all...]
client_util.cc 274 process_type_ = cmd_line.GetSwitchValueASCII(switches::kProcessType);
  /external/chromium_org/components/nacl/broker/
nacl_broker_listener.cc 99 cmd_line->AppendSwitchASCII(switches::kProcessType,
  /external/chromium_org/content/common/sandbox_linux/
sandbox_linux.cc 58 command_line.GetSwitchValueASCII(switches::kProcessType);
266 command_line->GetSwitchValueASCII(switches::kProcessType);
bpf_gpu_policy_linux.cc 153 switches::kProcessType, "gpu-broker");
  /external/chromium_org/content/shell/app/
shell_main_delegate.cc 208 switches::kProcessType);
259 switches::kProcessType);
  /external/chromium_org/chromecast/shell/browser/
cast_content_browser_client.cc 89 command_line->GetSwitchValueNative(switches::kProcessType);
  /external/chromium_org/content/app/
content_main_runner.cc 331 command_line.GetSwitchValueASCII(switches::kProcessType);
618 command_line.GetSwitchValueASCII(switches::kProcessType);
758 command_line.GetSwitchValueASCII(switches::kProcessType);
783 command_line.GetSwitchValueASCII(switches::kProcessType);
  /external/chromium_org/content/public/common/
content_switches.cc 675 const char kProcessType[] = "type";
    [all...]
content_switches.h 193 CONTENT_EXPORT extern const char kProcessType[];
  /external/chromium_org/cloud_print/service/win/
chrome_launcher.cc 153 if (cmd.GetSwitchValueASCII(switches::kProcessType) ==
208 cmd.AppendSwitchASCII(switches::kProcessType, switches::kServiceProcess);
  /external/chromium_org/chrome/browser/mac/
relauncher.cc 72 switches::kProcessType,
  /external/chromium_org/content/browser/
utility_process_host_impl.cc 221 cmd_line->AppendSwitchASCII(switches::kProcessType,
plugin_process_host.cc 213 cmd_line->AppendSwitchASCII(switches::kProcessType, switches::kPluginProcess);
  /external/chromium_org/extensions/shell/browser/
shell_content_browser_client.cc 191 command_line->GetSwitchValueASCII(::switches::kProcessType);

Completed in 398 milliseconds

1 2