/external/google-breakpad/src/client/solaris/handler/ |
exception_handler.cc | 69 callback_context_(callback_context), 222 if (filter_ && !filter_(callback_context_)) 253 success = callback_(dump_path_c_, guid_str, callback_context_, success);
|
exception_handler.h | 166 void *callback_context_; member in class:google_breakpad::ExceptionHandler
|
/external/google-breakpad/src/common/mac/ |
macho_walker.cc | 58 callback_context_(context), 71 callback_context_(context), 261 if (callback_ && !callback_(this, &cmd, offset, swap, callback_context_))
|
macho_walker.h | 101 void *callback_context_; member in class:MacFileUtilities::MachoWalker
|
/external/google-breakpad/src/client/mac/handler/ |
exception_handler.cc | 232 callback_context_(callback_context), 259 callback_context_(callback_context), 360 if (directCallback_(callback_context_, 373 if (filter_ && !filter_(callback_context_)) 398 if (filter_ && !filter_(callback_context_)) 413 if (callback_(dump_path_c_, next_minidump_id_c_, callback_context_,
|
exception_handler.h | 235 void *callback_context_; member in class:google_breakpad::ExceptionHandler
|
/external/google-breakpad/src/client/linux/handler/ |
exception_handler.cc | 226 callback_context_(callback_context), 411 if (filter_ && !filter_(callback_context_)) 446 if (crash_handler_(&context, sizeof(context), callback_context_)) { 534 success = callback_(minidump_descriptor_, callback_context_, success);
|
exception_handler.h | 248 void* const callback_context_; member in class:google_breakpad::ExceptionHandler
|
/external/google-breakpad/src/client/windows/handler/ |
exception_handler.cc | 153 callback_context_ = callback_context; [all...] |
exception_handler.h | 385 void* callback_context_; member in class:google_breakpad::ExceptionHandler
|