Searched refs:CrashContext (Results 1 – 10 of 10) sorted by relevance
78 ExceptionHandler::CrashContext context; in TEST()108 ExceptionHandler::CrashContext context; in TEST()162 ExceptionHandler::CrashContext context; in TEST()238 ExceptionHandler::CrashContext context; in TEST()283 ExceptionHandler::CrashContext context; in TEST()334 ExceptionHandler::CrashContext context; in TEST()387 ExceptionHandler::CrashContext context; in TEST()468 ExceptionHandler::CrashContext context; in TEST()564 ExceptionHandler::CrashContext context; in TEST()635 ExceptionHandler::CrashContext context; in TEST()[all …]
129 const ExceptionHandler::CrashContext* context, in MinidumpWriter()1373 const ExceptionHandler::CrashContext* context = NULL; in WriteMinidumpImpl()1375 if (blob_size != sizeof(ExceptionHandler::CrashContext)) in WriteMinidumpImpl()1377 context = reinterpret_cast<const ExceptionHandler::CrashContext*>(blob); in WriteMinidumpImpl()
191 struct CrashContext { struct237 bool GenerateDump(CrashContext *context);
213 ExceptionHandler::CrashContext g_crash_context_;498 bool ExceptionHandler::GenerateDump(CrashContext *context) { in GenerateDump()677 CrashContext context; in WriteMinidump()
1041 sizeof(ExceptionHandler::CrashContext); in TEST()
133 MicrodumpWriter(const ExceptionHandler::CrashContext* context, in MicrodumpWriter()646 const ExceptionHandler::CrashContext* context = NULL; in WriteMicrodump()648 if (blob_size != sizeof(ExceptionHandler::CrashContext)) in WriteMicrodump()650 context = reinterpret_cast<const ExceptionHandler::CrashContext*>(blob); in WriteMicrodump()
113 ExceptionHandler::CrashContext context; in CrashAndGetMicrodump()
206 sizeof(google_breakpad::ExceptionHandler::CrashContext); in ClientEvent()
264 …0 google_breakpad::ExceptionHandler::GenerateDump(google_breakpad::ExceptionHandler::CrashContext*)
378 …0 google_breakpad::ExceptionHandler::GenerateDump(google_breakpad::ExceptionHandler::CrashContext*)