Searched defs:WaitForDebugger (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/base/debug/
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/content/child/
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/third_party/WebKit/public/web/
H A DWebEmbeddedWorkerStartData.h53 WaitForDebugger enumerator in enum:blink::WebEmbeddedWorkerStartData::WaitForDebuggerMode

Completed in 115 milliseconds