Lines Matching refs:CrashHandlerHostLinux
44 void CrashDumpTask(CrashHandlerHostLinux* handler, BreakpadInfo* info) {
59 // Since classes derived from CrashHandlerHostLinux are singletons, it's only
62 DISABLE_RUNNABLE_METHOD_REFCOUNT(CrashHandlerHostLinux);
64 CrashHandlerHostLinux::CrashHandlerHostLinux()
84 NewRunnableMethod(this, &CrashHandlerHostLinux::Init));
87 CrashHandlerHostLinux::~CrashHandlerHostLinux() {
92 void CrashHandlerHostLinux::Init() {
101 void CrashHandlerHostLinux::InitCrashUploaderThread() {
108 void CrashHandlerHostLinux::OnFileCanWriteWithoutBlocking(int fd) {
112 void CrashHandlerHostLinux::OnFileCanReadWithoutBlocking(int fd) {
312 &CrashHandlerHostLinux::WriteDumpFile,
319 void CrashHandlerHostLinux::WriteDumpFile(BreakpadInfo* info,
349 &CrashHandlerHostLinux::QueueCrashDumpTask,
354 void CrashHandlerHostLinux::QueueCrashDumpTask(BreakpadInfo* info,
374 void CrashHandlerHostLinux::WillDestroyCurrentMessageLoop() {
383 bool CrashHandlerHostLinux::IsShuttingDown() const {