WaitForDebugger    65 base/debug/debug_on_start_win.cc     base::debug::WaitForDebugger(60, false);
WaitForDebugger    68 base/debug/debug_on_start_win.cc     base::debug::WaitForDebugger(60, true);
WaitForDebugger    23 base/debug/debugger.h BASE_EXPORT bool WaitForDebugger(int wait_seconds, bool silent);
WaitForDebugger    28 chrome/service/service_main.cc     base::debug::WaitForDebugger(60, true);
WaitForDebugger    52 content/browser/browser_main_runner.cc         base::debug::WaitForDebugger(60, true);
WaitForDebugger   126 content/child/child_process.cc   base::debug::WaitForDebugger(24 * 60 * 60, false);
WaitForDebugger    60 content/child/child_process.h   static void WaitForDebugger(const std::string& label);
WaitForDebugger    92 content/gpu/gpu_main.cc     ChildProcess::WaitForDebugger("Gpu");
WaitForDebugger    74 content/plugin/plugin_main.cc     ChildProcess::WaitForDebugger("Plugin");
WaitForDebugger    20 content/ppapi_plugin/ppapi_broker_main.cc     ChildProcess::WaitForDebugger("PpapiBroker");
WaitForDebugger    74 content/ppapi_plugin/ppapi_plugin_main.cc       base::debug::WaitForDebugger(2*60, false);
WaitForDebugger    76 content/ppapi_plugin/ppapi_plugin_main.cc       ChildProcess::WaitForDebugger("Ppapi");
WaitForDebugger    62 content/renderer/renderer_main.cc     base::debug::WaitForDebugger(60, true);
WaitForDebugger    65 content/renderer/renderer_main.cc     ChildProcess::WaitForDebugger("Renderer");
WaitForDebugger    64 content/worker/worker_main.cc     ChildProcess::WaitForDebugger("Worker");
WaitForDebugger   181 testing/android/native_test_launcher.cc     base::debug::WaitForDebugger(24 * 60 * 60, false);