HomeSort by relevance Sort by last modified time
    Searched refs:GpuCrashHandlerHostLinux (Results 1 - 3 of 3) 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();

Completed in 346 milliseconds