Searched refs:WaitForDebugger (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/base/debug/
H A Ddebugger.h19 BASE_EXPORT bool WaitForDebugger(int wait_seconds, bool silent);
H A Ddebugger.cc14 bool WaitForDebugger(int wait_seconds, bool silent) { function in namespace:base::debug
18 DLOG(INFO) << "DebugUtil::WaitForDebugger(pid=" << static_cast<int>(getpid())
/external/chromium_org/third_party/WebKit/public/web/
H A DWebEmbeddedWorkerStartData.h53 WaitForDebugger enumerator in enum:blink::WebEmbeddedWorkerStartData::WaitForDebuggerMode
/external/chromium_org/content/ppapi_plugin/
H A Dppapi_broker_main.cc20 ChildProcess::WaitForDebugger("PpapiBroker");
H A Dppapi_plugin_main.cc73 // effect is that we can't pop dialogs like ChildProcess::WaitForDebugger()
77 base::debug::WaitForDebugger(2*60, false);
79 ChildProcess::WaitForDebugger("Ppapi");
/external/chromium_org/chrome/service/
H A Dservice_main.cc28 base::debug::WaitForDebugger(60, true);
/external/chromium_org/content/child/
H A Dchild_process.h72 static void WaitForDebugger(const std::string& label);
H A Dchild_process.cc108 void ChildProcess::WaitForDebugger(const std::string& label) { function in class:content::ChildProcess
127 base::debug::WaitForDebugger(24 * 60 * 60, false);
/external/chromium_org/content/plugin/
H A Dplugin_main.cc65 ChildProcess::WaitForDebugger("Plugin");
/external/chromium_org/content/worker/
H A Dworker_main.cc64 ChildProcess::WaitForDebugger("Worker");
/external/chromium_org/content/renderer/
H A Drenderer_main.cc62 base::debug::WaitForDebugger(60, true);
65 ChildProcess::WaitForDebugger("Renderer");
/external/chromium_org/content/browser/
H A Dbrowser_main_runner.cc52 base::debug::WaitForDebugger(60, true);
/external/chromium_org/testing/android/
H A Dnative_test_launcher.cc181 base::debug::WaitForDebugger(24 * 60 * 60, false);
/external/chromium_org/content/gpu/
H A Dgpu_main.cc111 ChildProcess::WaitForDebugger("Gpu");

Completed in 1215 milliseconds