OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dump_callback_
(Results
1 - 6
of
6
) sorted by null
/external/google-breakpad/src/client/mac/crash_generation/
crash_generation_server.cc
52
dump_callback_
(dump_callback),
136
if (result &&
dump_callback_
) {
137
dump_callback_
(dump_context_, client, dump_path);
crash_generation_server.h
121
OnClientDumpRequestCallback
dump_callback_
;
member in class:google_breakpad::CrashGenerationServer
/external/google-breakpad/src/client/linux/crash_generation/
crash_generation_server.h
112
OnClientDumpRequestCallback
dump_callback_
;
member in class:google_breakpad::CrashGenerationServer
crash_generation_server.cc
65
dump_callback_
(dump_callback),
271
if (
dump_callback_
) {
274
dump_callback_
(dump_context_, &info, &minidump_filename);
/external/google-breakpad/src/client/windows/crash_generation/
crash_generation_server.h
248
OnClientDumpRequestCallback
dump_callback_
;
member in class:google_breakpad::CrashGenerationServer
crash_generation_server.cc
117
dump_callback_
(dump_callback),
891
if (
dump_callback_
&& execute_callback) {
893
dump_callback_
(dump_context_, &client_info, ptr_dump_path);
[
all
...]
Completed in 129 milliseconds