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

  /external/chromium/chrome/common/
service_process_util_linux.cc 81 DCHECK(autorun_command_line_.get());
90 autorun_command_line_->command_line_string(),
service_process_util.h 119 scoped_ptr<CommandLine> autorun_command_line_; member in class:ServiceProcessState
service_process_util_win.cc 143 DCHECK(autorun_command_line_.get());
151 autorun_command_line_->command_line_string());
service_process_util.cc 264 autorun_command_line_.reset(new CommandLine(exe_path));
265 autorun_command_line_->AppendSwitchASCII(switches::kProcessType,
274 autorun_command_line_->AppendSwitchPath(switches::kUserDataDir,

Completed in 52 milliseconds