Lines Matching refs:debug_on_start
68 bool debug_on_start) { in SpawnChild() argument
70 return SpawnChildImpl(procname, debug_on_start); in SpawnChild()
73 return SpawnChildImpl(procname, empty_file_list, debug_on_start); in SpawnChild()
81 bool debug_on_start) { in SpawnChild() argument
82 return SpawnChildImpl(procname, fds_to_map, debug_on_start); in SpawnChild()
87 CommandLine MakeCmdLine(const std::wstring& procname, bool debug_on_start) { in MakeCmdLine() argument
90 if (debug_on_start) in MakeCmdLine()
98 bool debug_on_start) { in SpawnChildImpl() argument
100 base::LaunchApp(MakeCmdLine(procname, debug_on_start), in SpawnChildImpl()
111 bool debug_on_start) {
113 base::LaunchApp(MakeCmdLine(procname, debug_on_start).argv(),