OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WaitForDebugger
(Results
1 - 18
of
18
) sorted by null
/external/chromium_org/base/debug/
debugger.h
23
BASE_EXPORT bool
WaitForDebugger
(int wait_seconds, bool silent);
debugger.cc
14
bool
WaitForDebugger
(int wait_seconds, bool silent) {
18
DLOG(INFO) << "DebugUtil::
WaitForDebugger
(pid=" << static_cast<int>(getpid())
debug_on_start_win.cc
65
base::debug::
WaitForDebugger
(60, false);
68
base::debug::
WaitForDebugger
(60, true);
/external/chromium/base/debug/
debugger.cc
14
bool
WaitForDebugger
(int wait_seconds, bool silent) {
debugger.h
24
BASE_API bool
WaitForDebugger
(int wait_seconds, bool silent);
debug_on_start_win.cc
65
base::debug::
WaitForDebugger
(60, false);
68
base::debug::
WaitForDebugger
(60, true);
/external/chromium_org/content/child/
child_process.h
60
static void
WaitForDebugger
(const std::string& label);
child_process.cc
107
void ChildProcess::
WaitForDebugger
(const std::string& label) {
125
base::debug::
WaitForDebugger
(24 * 60 * 60, false);
/external/chromium_org/content/ppapi_plugin/
ppapi_broker_main.cc
20
ChildProcess::
WaitForDebugger
("PpapiBroker");
ppapi_plugin_main.cc
66
// effect is that we can't pop dialogs like ChildProcess::
WaitForDebugger
()
70
base::debug::
WaitForDebugger
(2*60, false);
72
ChildProcess::
WaitForDebugger
("Ppapi");
/external/chromium_org/chrome/service/
service_main.cc
34
base::debug::
WaitForDebugger
(60, true);
/external/chromium_org/content/plugin/
plugin_main.cc
74
ChildProcess::
WaitForDebugger
("Plugin");
/external/chromium_org/content/worker/
worker_main.cc
64
ChildProcess::
WaitForDebugger
("Worker");
/external/chromium_org/content/renderer/
renderer_main.cc
61
base::debug::
WaitForDebugger
(60, true);
64
ChildProcess::
WaitForDebugger
("Renderer");
/external/chromium_org/content/browser/
browser_main_runner.cc
53
base::debug::
WaitForDebugger
(60, true);
/external/chromium_org/testing/android/
native_test_launcher.cc
181
base::debug::
WaitForDebugger
(24 * 60 * 60, false);
/external/chromium_org/content/gpu/
gpu_main.cc
92
ChildProcess::
WaitForDebugger
("Gpu");
/external/chromium/chrome/browser/
browser_main.cc
[
all
...]
Completed in 280 milliseconds