OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CrashHandlerHostLinux
(Results
1 - 5
of
5
) 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
...]
Completed in 297 milliseconds