Searched refs:WaitForDebugger (Results 1 – 18 of 18) sorted by relevance
/external/chromium/base/debug/ |
D | debug_on_start_win.cc | 65 base::debug::WaitForDebugger(60, false); in Init() 68 base::debug::WaitForDebugger(60, true); in Init()
|
D | debugger.cc | 14 bool WaitForDebugger(int wait_seconds, bool silent) { in WaitForDebugger() function
|
D | debugger.h | 24 BASE_API bool WaitForDebugger(int wait_seconds, bool silent);
|
/external/chromium_org/base/debug/ |
D | debug_on_start_win.cc | 65 base::debug::WaitForDebugger(60, false); in Init() 68 base::debug::WaitForDebugger(60, true); in Init()
|
D | debugger.h | 23 BASE_EXPORT bool WaitForDebugger(int wait_seconds, bool silent);
|
D | debugger.cc | 14 bool WaitForDebugger(int wait_seconds, bool silent) { in WaitForDebugger() function
|
/external/chromium_org/content/ppapi_plugin/ |
D | ppapi_plugin_main.cc | 70 base::debug::WaitForDebugger(2*60, false); in PpapiPluginMain() 72 ChildProcess::WaitForDebugger("Ppapi"); in PpapiPluginMain()
|
D | ppapi_broker_main.cc | 20 ChildProcess::WaitForDebugger("PpapiBroker"); in PpapiBrokerMain()
|
/external/chromium_org/content/child/ |
D | child_process.cc | 107 void ChildProcess::WaitForDebugger(const std::string& label) { in WaitForDebugger() function in content::ChildProcess 125 base::debug::WaitForDebugger(24 * 60 * 60, false); in WaitForDebugger()
|
D | child_process.h | 60 static void WaitForDebugger(const std::string& label);
|
/external/chromium_org/content/renderer/ |
D | renderer_main.cc | 61 base::debug::WaitForDebugger(60, true); in HandleRendererErrorTestParameters() 64 ChildProcess::WaitForDebugger("Renderer"); in HandleRendererErrorTestParameters()
|
/external/chromium_org/chrome/service/ |
D | service_main.cc | 34 base::debug::WaitForDebugger(60, true); in ServiceProcessMain()
|
/external/chromium_org/content/worker/ |
D | worker_main.cc | 64 ChildProcess::WaitForDebugger("Worker"); in WorkerMain()
|
/external/chromium_org/content/plugin/ |
D | plugin_main.cc | 74 ChildProcess::WaitForDebugger("Plugin"); in PluginMain()
|
/external/chromium_org/content/browser/ |
D | browser_main_runner.cc | 53 base::debug::WaitForDebugger(60, true); in Initialize()
|
/external/chromium_org/testing/android/ |
D | native_test_launcher.cc | 181 base::debug::WaitForDebugger(24 * 60 * 60, false); in RunTests()
|
/external/chromium_org/content/gpu/ |
D | gpu_main.cc | 92 ChildProcess::WaitForDebugger("Gpu"); in GpuMain()
|
/external/chromium/chrome/browser/ |
D | browser_main.cc | 1755 ChildProcess::WaitForDebugger("Browser"); in BrowserMain()
|