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

/external/chromium/base/debug/
H A Ddebugger.cc14 bool WaitForDebugger(int wait_seconds, bool silent) { function in namespace:base::debug
/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.cc107 void ChildProcess::WaitForDebugger(const std::string& label) { function in class:content::ChildProcess
125 base::debug::WaitForDebugger(24 * 60 * 60, false);

Completed in 287 milliseconds