Searched refs:callback_context_ (Results 1 - 10 of 10) sorted by relevance

/external/google-breakpad/src/client/solaris/handler/
H A Dexception_handler.cc69 callback_context_(callback_context),
222 if (filter_ && !filter_(callback_context_))
253 success = callback_(dump_path_c_, guid_str, callback_context_, success);
H A Dexception_handler.h166 void *callback_context_; member in class:google_breakpad::ExceptionHandler
/external/google-breakpad/src/common/mac/
H A Dmacho_walker.h101 void *callback_context_; member in class:MacFileUtilities::MachoWalker
H A Dmacho_walker.cc58 callback_context_(context),
71 callback_context_(context),
261 if (callback_ && !callback_(this, &cmd, offset, swap, callback_context_))
/external/google-breakpad/src/client/linux/handler/
H A Dexception_handler.h248 void* const callback_context_; member in class:google_breakpad::ExceptionHandler
H A Dexception_handler.cc226 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);
/external/google-breakpad/src/client/mac/handler/
H A Dexception_handler.cc232 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_,
H A Dexception_handler.h235 void *callback_context_; member in class:google_breakpad::ExceptionHandler
/external/google-breakpad/src/client/windows/handler/
H A Dexception_handler.cc153 callback_context_ = callback_context;
839 if (filter_ && !filter_(callback_context_, exinfo, assertion)) {
859 success = callback_(dump_path_c_, next_minidump_id_c_, callback_context_,
H A Dexception_handler.h385 void* callback_context_; member in class:google_breakpad::ExceptionHandler

Completed in 144 milliseconds