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

  /external/chromium/base/
multiprocess_test.h 68 bool debug_on_start) {
70 return SpawnChildImpl(procname, debug_on_start);
73 return SpawnChildImpl(procname, empty_file_list, debug_on_start);
81 bool debug_on_start) {
82 return SpawnChildImpl(procname, fds_to_map, debug_on_start);
87 CommandLine MakeCmdLine(const std::wstring& procname, bool debug_on_start) {
90 if (debug_on_start)
98 bool debug_on_start) {
100 base::LaunchApp(MakeCmdLine(procname, debug_on_start),
111 bool debug_on_start) {
    [all...]
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
base.scons 349 'debug_on_start.h',

Completed in 496 milliseconds