OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GpuCrashHandlerHostLinux
(Results
1 - 6
of
6
) sorted by null
/external/chromium/chrome/browser/
crash_handler_host_linux_stub.cc
29
GpuCrashHandlerHostLinux
::
GpuCrashHandlerHostLinux
() {
32
GpuCrashHandlerHostLinux
::~
GpuCrashHandlerHostLinux
() {
36
GpuCrashHandlerHostLinux
*
GpuCrashHandlerHostLinux
::GetInstance() {
37
return Singleton<
GpuCrashHandlerHostLinux
>::get();
crash_handler_host_linux.h
98
class
GpuCrashHandlerHostLinux
: public CrashHandlerHostLinux {
101
static
GpuCrashHandlerHostLinux
* GetInstance();
104
friend struct DefaultSingletonTraits<
GpuCrashHandlerHostLinux
>;
105
GpuCrashHandlerHostLinux
();
106
virtual ~
GpuCrashHandlerHostLinux
();
112
DISALLOW_COPY_AND_ASSIGN(
GpuCrashHandlerHostLinux
);
crash_handler_host_linux.cc
387
GpuCrashHandlerHostLinux
::
GpuCrashHandlerHostLinux
() {
391
GpuCrashHandlerHostLinux
::~
GpuCrashHandlerHostLinux
() {
394
void
GpuCrashHandlerHostLinux
::SetProcessType() {
399
GpuCrashHandlerHostLinux
*
GpuCrashHandlerHostLinux
::GetInstance() {
400
return Singleton<
GpuCrashHandlerHostLinux
>::get();
/external/chromium_org/chrome/browser/
crash_handler_host_linux.h
106
class
GpuCrashHandlerHostLinux
: public CrashHandlerHostLinux {
109
static
GpuCrashHandlerHostLinux
* GetInstance();
112
friend struct DefaultSingletonTraits<
GpuCrashHandlerHostLinux
>;
113
GpuCrashHandlerHostLinux
();
114
virtual ~
GpuCrashHandlerHostLinux
();
118
DISALLOW_COPY_AND_ASSIGN(
GpuCrashHandlerHostLinux
);
crash_handler_host_linux.cc
484
GpuCrashHandlerHostLinux
::
GpuCrashHandlerHostLinux
() {
488
GpuCrashHandlerHostLinux
::~
GpuCrashHandlerHostLinux
() {
491
void
GpuCrashHandlerHostLinux
::SetProcessType() {
496
GpuCrashHandlerHostLinux
*
GpuCrashHandlerHostLinux
::GetInstance() {
497
return Singleton<
GpuCrashHandlerHostLinux
>::get();
chrome_content_browser_client.cc
504
return
GpuCrashHandlerHostLinux
::GetInstance()->GetDeathSignalSocket();
[
all
...]
Completed in 888 milliseconds