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

  /external/chromium/chrome/browser/
crash_handler_host_linux_stub.cc 12 CrashHandlerHostLinux::CrashHandlerHostLinux()
17 CrashHandlerHostLinux::~CrashHandlerHostLinux() {
20 void CrashHandlerHostLinux::OnFileCanReadWithoutBlocking(int fd) {
23 void CrashHandlerHostLinux::OnFileCanWriteWithoutBlocking(int fd) {
26 void CrashHandlerHostLinux::WillDestroyCurrentMessageLoop() {
crash_handler_host_linux.h 37 class CrashHandlerHostLinux : public MessageLoopForIO::Watcher,
59 CrashHandlerHostLinux();
60 virtual ~CrashHandlerHostLinux();
73 // This is here on purpose to make CrashHandlerHostLinux abstract.
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 {
crash_handler_host_linux.cc 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()
    [all...]

Completed in 151 milliseconds