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/chrome/browser/chromeos/login/screens/
error_screen.cc 71 const CommandLine& browser_command_line = *CommandLine::ForCurrentProcess(); local
72 CommandLine command_line(browser_command_line.GetProgram());
76 browser_command_line,
  /external/chromium_org/content/browser/
utility_process_host_impl.cc 197 const CommandLine& browser_command_line = *CommandLine::ForCurrentProcess(); local
201 bool has_cmd_prefix = browser_command_line.HasSwitch(
226 if (no_sandbox_ || browser_command_line.HasSwitch(switches::kNoSandbox))
229 if (browser_command_line.HasSwitch(switches::kEnableSandboxLogging))
232 if (browser_command_line.HasSwitch(switches::kDebugPluginLoading))
239 cmd_line->PrependWrapper(browser_command_line.GetSwitchValueNative(
ppapi_plugin_process_host.cc 73 const CommandLine& browser_command_line = *CommandLine::ForCurrentProcess(); variable
74 CommandLine::StringType plugin_launcher = browser_command_line
291 const CommandLine& browser_command_line = *CommandLine::ForCurrentProcess(); local
293 browser_command_line.GetSwitchValueNative(switches::kPpapiPluginLauncher);
317 cmd_line->CopySwitchesFrom(browser_command_line, kCommonForwardSwitches,
329 cmd_line->CopySwitchesFrom(browser_command_line, kPluginForwardSwitches,
338 browser_command_line.GetSwitchValueASCII(switches::kPpapiFlashArgs);
plugin_process_host.cc 164 const CommandLine& browser_command_line = *CommandLine::ForCurrentProcess(); local
166 browser_command_line.GetSwitchValueNative(switches::kPluginLauncher);
210 cmd_line->CopySwitchesFrom(browser_command_line, kSwitchNames,
231 if (browser_command_line.HasSwitch(switches::kEnableCarbonInterposing)) {
browser_child_process_host_impl.cc 139 const CommandLine& browser_command_line = *CommandLine::ForCurrentProcess(); local
152 cmd_line->CopySwitchesFrom(browser_command_line, kForwardSwitches,
  /external/chromium_org/chrome/browser/chromeos/login/
login_utils.cc 317 const CommandLine& browser_command_line = *CommandLine::ForCurrentProcess(); local
318 CommandLine command_line(browser_command_line.GetProgram());
322 browser_command_line,
  /external/chromium_org/content/browser/zygote_host/
zygote_host_impl_linux.cc 114 const CommandLine& browser_command_line = *CommandLine::ForCurrentProcess(); local
115 if (browser_command_line.HasSwitch(switches::kZygoteCmdPrefix)) {
117 browser_command_line.GetSwitchValueNative(switches::kZygoteCmdPrefix));
137 cmd_line.CopySwitchesFrom(browser_command_line, kForwardSwitches,
  /external/chromium_org/content/common/
sandbox_win.cc 601 const CommandLine& browser_command_line = *CommandLine::ForCurrentProcess(); local
607 if (browser_command_line.HasSwitch(switches::kAllowNoSandboxJob) &&
620 browser_command_line.HasSwitch(switches::kNoSandbox) ||
638 browser_command_line.HasSwitch(
703 if (browser_command_line.HasSwitch(switches::kEnableLogging)) {
  /external/chromium_org/chrome/browser/
chrome_content_browser_client.cc 1502 const CommandLine& browser_command_line = *CommandLine::ForCurrentProcess(); local
1520 const CommandLine& browser_command_line = *CommandLine::ForCurrentProcess(); local
1550 const CommandLine& browser_command_line = *CommandLine::ForCurrentProcess(); local
    [all...]
  /external/chromium_org/content/browser/renderer_host/
render_process_host_impl.cc 328 const CommandLine& browser_command_line = *CommandLine::ForCurrentProcess(); variable
330 browser_command_line.GetSwitchValueNative(switches::kRendererCmdPrefix);
580 const CommandLine& browser_command_line = *CommandLine::ForCurrentProcess(); local
582 browser_command_line.GetSwitchValueNative(switches::kRendererCmdPrefix);
926 const CommandLine& browser_command_line = local
1045 const CommandLine& browser_command_line = *CommandLine::ForCurrentProcess(); local
    [all...]
  /external/chromium_org/content/browser/gpu/
gpu_process_host.cc 950 const CommandLine& browser_command_line = *CommandLine::ForCurrentProcess(); local
    [all...]

Completed in 1538 milliseconds