Searched refs:CrashHandlerHostLinux (Results 1 – 7 of 7) sorted by relevance
/external/chromium/chrome/browser/ |
D | crash_handler_host_linux_stub.cc | 12 CrashHandlerHostLinux::CrashHandlerHostLinux() in CrashHandlerHostLinux() function in CrashHandlerHostLinux 17 CrashHandlerHostLinux::~CrashHandlerHostLinux() { in ~CrashHandlerHostLinux() 20 void CrashHandlerHostLinux::OnFileCanReadWithoutBlocking(int fd) { in OnFileCanReadWithoutBlocking() 23 void CrashHandlerHostLinux::OnFileCanWriteWithoutBlocking(int fd) { in OnFileCanWriteWithoutBlocking() 26 void CrashHandlerHostLinux::WillDestroyCurrentMessageLoop() { in WillDestroyCurrentMessageLoop()
|
D | crash_handler_host_linux.h | 37 class CrashHandlerHostLinux : public MessageLoopForIO::Watcher, 59 CrashHandlerHostLinux(); 60 virtual ~CrashHandlerHostLinux(); 95 DISALLOW_COPY_AND_ASSIGN(CrashHandlerHostLinux); 98 class GpuCrashHandlerHostLinux : public CrashHandlerHostLinux { 115 class PluginCrashHandlerHostLinux : public CrashHandlerHostLinux { 132 class RendererCrashHandlerHostLinux : public CrashHandlerHostLinux { 149 class PpapiCrashHandlerHostLinux : public CrashHandlerHostLinux {
|
D | crash_handler_host_linux.cc | 44 void CrashDumpTask(CrashHandlerHostLinux* handler, BreakpadInfo* info) { in CrashDumpTask() 62 DISABLE_RUNNABLE_METHOD_REFCOUNT(CrashHandlerHostLinux); 64 CrashHandlerHostLinux::CrashHandlerHostLinux() in CrashHandlerHostLinux() function in CrashHandlerHostLinux 84 NewRunnableMethod(this, &CrashHandlerHostLinux::Init)); in CrashHandlerHostLinux() 87 CrashHandlerHostLinux::~CrashHandlerHostLinux() { in ~CrashHandlerHostLinux() 92 void CrashHandlerHostLinux::Init() { in Init() 101 void CrashHandlerHostLinux::InitCrashUploaderThread() { in InitCrashUploaderThread() 108 void CrashHandlerHostLinux::OnFileCanWriteWithoutBlocking(int fd) { in OnFileCanWriteWithoutBlocking() 112 void CrashHandlerHostLinux::OnFileCanReadWithoutBlocking(int fd) { in OnFileCanReadWithoutBlocking() 312 &CrashHandlerHostLinux::WriteDumpFile, in OnFileCanReadWithoutBlocking() [all …]
|
/external/chromium_org/components/breakpad/browser/ |
D | crash_handler_host_linux.cc | 54 void CrashDumpTask(CrashHandlerHostLinux* handler, BreakpadInfo* info) { in CrashDumpTask() 81 CrashHandlerHostLinux::CrashHandlerHostLinux(const std::string& process_type, in CrashHandlerHostLinux() function in breakpad::CrashHandlerHostLinux 107 base::Bind(&CrashHandlerHostLinux::Init, base::Unretained(this))); in CrashHandlerHostLinux() 110 CrashHandlerHostLinux::~CrashHandlerHostLinux() { in ~CrashHandlerHostLinux() 115 void CrashHandlerHostLinux::StartUploaderThread() { in StartUploaderThread() 121 void CrashHandlerHostLinux::Init() { in Init() 130 void CrashHandlerHostLinux::OnFileCanWriteWithoutBlocking(int fd) { in OnFileCanWriteWithoutBlocking() 134 void CrashHandlerHostLinux::OnFileCanReadWithoutBlocking(int fd) { in OnFileCanReadWithoutBlocking() 361 base::Bind(&CrashHandlerHostLinux::WriteDumpFile, in OnFileCanReadWithoutBlocking() 369 void CrashHandlerHostLinux::WriteDumpFile(BreakpadInfo* info, in WriteDumpFile() [all …]
|
D | crash_handler_host_linux.h | 33 class CrashHandlerHostLinux : public base::MessageLoopForIO::Watcher, 36 CrashHandlerHostLinux(const std::string& process_type, 39 virtual ~CrashHandlerHostLinux(); 92 DISALLOW_COPY_AND_ASSIGN(CrashHandlerHostLinux);
|
/external/chromium_org/content/shell/browser/ |
D | shell_content_browser_client.cc | 57 breakpad::CrashHandlerHostLinux* CreateCrashHandlerHost( in CreateCrashHandlerHost() 64 breakpad::CrashHandlerHostLinux* crash_handler = in CreateCrashHandlerHost() 65 new breakpad::CrashHandlerHostLinux( in CreateCrashHandlerHost() 80 static breakpad::CrashHandlerHostLinux* crash_handler = NULL; in GetCrashSignalFD() 87 static breakpad::CrashHandlerHostLinux* crash_handler = NULL; in GetCrashSignalFD() 94 static breakpad::CrashHandlerHostLinux* crash_handler = NULL; in GetCrashSignalFD() 101 static breakpad::CrashHandlerHostLinux* crash_handler = NULL; in GetCrashSignalFD()
|
/external/chromium_org/chrome/browser/ |
D | chrome_content_browser_client.cc | 490 breakpad::CrashHandlerHostLinux* CreateCrashHandlerHost( in CreateCrashHandlerHost() 496 breakpad::CrashHandlerHostLinux* crash_handler = in CreateCrashHandlerHost() 497 new breakpad::CrashHandlerHostLinux( in CreateCrashHandlerHost() 506 static breakpad::CrashHandlerHostLinux* crash_handler = NULL; in GetCrashSignalFD() 516 static breakpad::CrashHandlerHostLinux* crash_handler = NULL; in GetCrashSignalFD() 523 static breakpad::CrashHandlerHostLinux* crash_handler = NULL; in GetCrashSignalFD() 530 static breakpad::CrashHandlerHostLinux* crash_handler = NULL; in GetCrashSignalFD() 537 static breakpad::CrashHandlerHostLinux* crash_handler = NULL; in GetCrashSignalFD()
|