Searched refs:debug_on_start (Results 1 – 4 of 4) sorted by relevance
/external/chromium/base/ |
D | multiprocess_test.h | 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) { [all …]
|
D | debug_on_start.h | 48 extern const DebugOnStart::PIFV debug_on_start; 49 DECLSPEC_SELECTANY const DebugOnStart::PIFV debug_on_start = variable 60 DECLSPEC_SELECTANY DebugOnStart::PIFV debug_on_start = &DebugOnStart::Init; variable
|
D | base.gypi | 56 'debug_on_start.cc', 57 'debug_on_start.h', 450 'debug_on_start.cc',
|
D | base.scons | 349 'debug_on_start.h',
|