HomeSort by relevance Sort by last modified time
    Searched refs:CrashHandlerHostLinux (Results 1 - 7 of 7) 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...]
  /external/chromium_org/components/breakpad/browser/
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);
crash_handler_host_linux.cc 54 void CrashDumpTask(CrashHandlerHostLinux* handler, BreakpadInfo* info) {
76 // Since instances of CrashHandlerHostLinux are leaked, they are only destroyed
81 CrashHandlerHostLinux::CrashHandlerHostLinux(const std::string& process_type,
107 base::Bind(&CrashHandlerHostLinux::Init, base::Unretained(this)));
110 CrashHandlerHostLinux::~CrashHandlerHostLinux() {
115 void CrashHandlerHostLinux::StartUploaderThread() {
121 void CrashHandlerHostLinux::Init() {
130 void CrashHandlerHostLinux::OnFileCanWriteWithoutBlocking(int fd)
    [all...]
  /external/chromium_org/content/shell/browser/
shell_content_browser_client.cc 57 breakpad::CrashHandlerHostLinux* CreateCrashHandlerHost(
64 breakpad::CrashHandlerHostLinux* crash_handler =
65 new breakpad::CrashHandlerHostLinux(
80 static breakpad::CrashHandlerHostLinux* crash_handler = NULL;
87 static breakpad::CrashHandlerHostLinux* crash_handler = NULL;
94 static breakpad::CrashHandlerHostLinux* crash_handler = NULL;
101 static breakpad::CrashHandlerHostLinux* crash_handler = NULL;
  /external/chromium_org/chrome/browser/
chrome_content_browser_client.cc 490 breakpad::CrashHandlerHostLinux* CreateCrashHandlerHost(
496 breakpad::CrashHandlerHostLinux* crash_handler =
497 new breakpad::CrashHandlerHostLinux(
506 static breakpad::CrashHandlerHostLinux* crash_handler = NULL;
516 static breakpad::CrashHandlerHostLinux* crash_handler = NULL;
523 static breakpad::CrashHandlerHostLinux* crash_handler = NULL;
530 static breakpad::CrashHandlerHostLinux* crash_handler = NULL;
537 static breakpad::CrashHandlerHostLinux* crash_handler = NULL;
    [all...]

Completed in 445 milliseconds