Home
last modified time | relevance | path

Searched refs:current_cmd_line (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/content/common/
Dsandbox_win.cc378 const CommandLine& current_cmd_line = *CommandLine::ForCurrentProcess(); in ProcessDebugFlags() local
380 if (current_cmd_line.HasSwitch(switches::kDebugChildren)) { in ProcessDebugFlags()
382 std::string value = current_cmd_line.GetSwitchValueASCII( in ProcessDebugFlags()
389 } else if (current_cmd_line.HasSwitch(switches::kWaitForDebuggerChildren)) { in ProcessDebugFlags()
391 std::string value = current_cmd_line.GetSwitchValueASCII( in ProcessDebugFlags()
/external/chromium_org/chrome/installer/util/
Duser_experiment.cc109 const CommandLine& current_cmd_line = *CommandLine::ForCurrentProcess(); in LaunchSetup() local
112 if (current_cmd_line.HasSwitch(switches::kVerboseLogging)) in LaunchSetup()
125 std::string toast_key = current_cmd_line.GetSwitchValueASCII(key); in LaunchSetup()
/external/chromium_org/components/nacl/zygote/
Dnacl_fork_delegate_linux.cc171 const CommandLine& current_cmd_line = *CommandLine::ForCurrentProcess(); in Init() local
172 cmd_line.CopySwitchesFrom(current_cmd_line, kForwardSwitches, in Init()