HomeSort by relevance Sort by last modified time
    Searched refs:browser_command_line (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/components/nacl/common/
nacl_cmd_line.cc 14 const CommandLine& browser_command_line = *CommandLine::ForCurrentProcess(); local
31 cmd_line->CopySwitchesFrom(browser_command_line, kSwitchNames,
  /external/chromium_org/content/browser/
utility_process_host_impl.cc 197 const base::CommandLine& browser_command_line = local
202 bool has_cmd_prefix = browser_command_line.HasSwitch(
227 if (no_sandbox_ || browser_command_line.HasSwitch(switches::kNoSandbox))
230 if (browser_command_line.HasSwitch(switches::kEnableSandboxLogging))
233 if (browser_command_line.HasSwitch(switches::kDebugPluginLoading))
240 cmd_line->PrependWrapper(browser_command_line.GetSwitchValueNative(
ppapi_plugin_process_host.cc 73 const base::CommandLine& browser_command_line = variable
75 base::CommandLine::StringType plugin_launcher = browser_command_line
292 const base::CommandLine& browser_command_line = local
295 browser_command_line.GetSwitchValueNative(switches::kPpapiPluginLauncher);
319 cmd_line->CopySwitchesFrom(browser_command_line, kCommonForwardSwitches,
331 cmd_line->CopySwitchesFrom(browser_command_line, kPluginForwardSwitches,
340 browser_command_line.GetSwitchValueASCII(switches::kPpapiFlashArgs);
plugin_process_host.cc 189 const base::CommandLine& browser_command_line = local
192 browser_command_line.GetSwitchValueNative(switches::kPluginLauncher);
236 cmd_line->CopySwitchesFrom(browser_command_line, kSwitchNames,
browser_child_process_host_impl.cc 141 const base::CommandLine& browser_command_line = local
152 cmd_line->CopySwitchesFrom(browser_command_line, kForwardSwitches,
  /external/chromium_org/chrome/browser/chromeos/login/screens/
error_screen.cc 81 const CommandLine& browser_command_line = *CommandLine::ForCurrentProcess(); local
82 CommandLine command_line(browser_command_line.GetProgram());
86 browser_command_line,
  /external/chromium_org/chrome/browser/chromeos/login/
login_utils.cc 424 const CommandLine& browser_command_line = *CommandLine::ForCurrentProcess(); local
425 CommandLine command_line(browser_command_line.GetProgram());
429 browser_command_line,
  /external/chromium_org/content/browser/zygote_host/
zygote_host_impl_linux.cc 114 const base::CommandLine& browser_command_line = local
116 if (browser_command_line.HasSwitch(switches::kZygoteCmdPrefix)) {
118 browser_command_line.GetSwitchValueNative(switches::kZygoteCmdPrefix));
137 cmd_line.CopySwitchesFrom(browser_command_line, kForwardSwitches,
  /external/chromium_org/content/common/
sandbox_win.cc 630 const base::CommandLine& browser_command_line = local
637 if (browser_command_line.HasSwitch(switches::kAllowNoSandboxJob) &&
650 browser_command_line.HasSwitch(switches::kNoSandbox) ||
668 browser_command_line.HasSwitch(
733 if (browser_command_line.HasSwitch(switches::kEnableLogging)) {
    [all...]
  /external/chromium_org/chrome/browser/
chrome_content_browser_client.cc 1169 const CommandLine& browser_command_line = *CommandLine::ForCurrentProcess(); local
1181 const CommandLine& browser_command_line = *CommandLine::ForCurrentProcess(); local
1212 const CommandLine& browser_command_line = *CommandLine::ForCurrentProcess(); local
    [all...]
  /external/chromium_org/content/browser/renderer_host/
render_process_host_impl.cc 324 const base::CommandLine& browser_command_line = variable
327 browser_command_line.GetSwitchValueNative(switches::kRendererCmdPrefix);
559 const base::CommandLine& browser_command_line = local
562 browser_command_line.GetSwitchValueNative(switches::kRendererCmdPrefix);
932 const base::CommandLine& browser_command_line = local
1039 const base::CommandLine& browser_command_line = local
    [all...]
  /external/chromium_org/content/browser/gpu/
gpu_process_host.cc 855 const base::CommandLine& browser_command_line = local
859 browser_command_line.GetSwitchValueNative(switches::kGpuLauncher);
881 cmd_line->CopySwitchesFrom(browser_command_line, kSwitchNames,
884 browser_command_line, switches::kGpuSwitches, switches::kNumGpuSwitches);
886 browser_command_line, switches::kGLSwitchesCopiedFromGpuProcessHost,
    [all...]

Completed in 231 milliseconds