Searched refs:debug_on_start (Results 1 – 4 of 4) sorted by relevance
/external/chromium/base/test/ |
D | multiprocess_test.cc | 21 bool debug_on_start) { in SpawnChild() argument 23 return SpawnChildImpl(procname, debug_on_start); in SpawnChild() 26 return SpawnChildImpl(procname, empty_file_list, debug_on_start); in SpawnChild() 34 bool debug_on_start) { in SpawnChild() argument 35 return SpawnChildImpl(procname, fds_to_map, debug_on_start); in SpawnChild() 40 bool debug_on_start) { in MakeCmdLine() argument 43 if (debug_on_start) in MakeCmdLine() 51 bool debug_on_start) { in SpawnChildImpl() argument 53 LaunchApp(MakeCmdLine(procname, debug_on_start), in SpawnChildImpl() 65 bool debug_on_start) { in SpawnChildImpl() argument [all …]
|
D | multiprocess_test.h | 58 ProcessHandle SpawnChild(const std::string& procname, bool debug_on_start); 63 bool debug_on_start); 68 bool debug_on_start); 73 bool debug_on_start); 80 bool debug_on_start);
|
/external/chromium/base/debug/ |
D | debug_on_start_win.h | 59 extern const DebugOnStart::PIFV debug_on_start; 60 DECLSPEC_SELECTANY const DebugOnStart::PIFV debug_on_start = variable 71 DECLSPEC_SELECTANY DebugOnStart::PIFV debug_on_start = &DebugOnStart::Init; variable
|
/external/chromium/chrome/browser/importer/ |
D | firefox_importer_unittest_utils_mac.cc | 54 bool debug_on_start = CommandLine::ForCurrentProcess()->HasSwitch( in LaunchNSSDecrypterChildProcess() local 56 return base::LaunchApp(cl.argv(), env, fds_to_map, debug_on_start, handle); in LaunchNSSDecrypterChildProcess()
|