Searched defs:base_command_line (Results 1 - 3 of 3) sorted by path

/external/chromium_org/base/test/
H A Dmultiprocess_test.cc15 const CommandLine& base_command_line,
17 CommandLine command_line(base_command_line);
13 SpawnMultiProcessTestChild( const std::string& procname, const CommandLine& base_command_line, const LaunchOptions& options) argument
H A Dmultiprocess_test_android.cc19 // - |base_command_line| is ignored.
22 const CommandLine& base_command_line,
21 SpawnMultiProcessTestChild(const std::string& procname, const CommandLine& base_command_line, const LaunchOptions& options) argument
/external/chromium_org/chrome/browser/chromeos/login/
H A Dchrome_restart_request.cc62 // Derives the new command line from |base_command_line| by doing the following:
67 const CommandLine& base_command_line,
70 DCHECK_NE(&base_command_line, command_line);
213 command_line->CopySwitchesFrom(base_command_line,
232 if (base_command_line.HasSwitch(::switches::kRegisterPepperPlugins)) {
236 base_command_line.GetSwitchValueNative(
336 const CommandLine& base_command_line,
355 base_command_line,
66 DeriveCommandLine(const GURL& start_url, const CommandLine& base_command_line, const base::DictionaryValue& new_switches, CommandLine* command_line) argument
333 GetOffTheRecordCommandLine( const GURL& start_url, bool is_oobe_completed, const CommandLine& base_command_line, CommandLine* command_line) argument

Completed in 187 milliseconds