OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:crash_handler
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/content/shell/browser/
shell_content_browser_client.cc
64
breakpad::CrashHandlerHostLinux*
crash_handler
=
local
67
crash_handler
->StartUploaderThread();
68
return
crash_handler
;
80
static breakpad::CrashHandlerHostLinux*
crash_handler
= NULL;
local
81
if (!
crash_handler
)
82
crash_handler
= CreateCrashHandlerHost(process_type);
83
return
crash_handler
->GetDeathSignalSocket();
87
static breakpad::CrashHandlerHostLinux*
crash_handler
= NULL;
local
88
if (!
crash_handler
)
89
crash_handler
= CreateCrashHandlerHost(process_type)
94
static breakpad::CrashHandlerHostLinux*
crash_handler
= NULL;
local
101
static breakpad::CrashHandlerHostLinux*
crash_handler
= NULL;
local
[
all
...]
/external/chromium_org/chrome/browser/
chrome_content_browser_client.cc
496
breakpad::CrashHandlerHostLinux*
crash_handler
=
local
499
crash_handler
->StartUploaderThread();
500
return
crash_handler
;
506
static breakpad::CrashHandlerHostLinux*
crash_handler
= NULL;
local
507
if (!
crash_handler
)
508
crash_handler
= CreateCrashHandlerHost("extension");
509
return
crash_handler
->GetDeathSignalSocket();
516
static breakpad::CrashHandlerHostLinux*
crash_handler
= NULL;
local
517
if (!
crash_handler
)
518
crash_handler
= CreateCrashHandlerHost(process_type)
523
static breakpad::CrashHandlerHostLinux*
crash_handler
= NULL;
local
530
static breakpad::CrashHandlerHostLinux*
crash_handler
= NULL;
local
537
static breakpad::CrashHandlerHostLinux*
crash_handler
= NULL;
local
[
all
...]
Completed in 158 milliseconds