HomeSort by relevance Sort by last modified time
    Searched defs:CrashHandlerHostLinux (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/components/crash/browser/
crash_handler_host_linux.h 33 class CrashHandlerHostLinux : public base::MessageLoopForIO::Watcher,
36 CrashHandlerHostLinux(const std::string& process_type,
39 virtual ~CrashHandlerHostLinux();
88 DISALLOW_COPY_AND_ASSIGN(CrashHandlerHostLinux);
crash_handler_host_linux.cc 55 void CrashDumpTask(CrashHandlerHostLinux* handler,
78 // Since instances of CrashHandlerHostLinux are leaked, they are only destroyed
83 CrashHandlerHostLinux::CrashHandlerHostLinux(const std::string& process_type,
109 base::Bind(&CrashHandlerHostLinux::Init, base::Unretained(this)));
112 CrashHandlerHostLinux::~CrashHandlerHostLinux() {
117 void CrashHandlerHostLinux::StartUploaderThread() {
123 void CrashHandlerHostLinux::Init() {
132 void CrashHandlerHostLinux::OnFileCanWriteWithoutBlocking(int fd)
    [all...]

Completed in 1124 milliseconds