OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RecordCrashDumpAttempt
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/chrome/app/
chrome_breakpad_client.h
38
virtual void
RecordCrashDumpAttempt
(bool is_real_crash) OVERRIDE;
chrome_breakpad_client.cc
240
void ChromeBreakpadClient::
RecordCrashDumpAttempt
(bool is_real_crash) {
/external/chromium_org/components/breakpad/app/
breakpad_client.cc
75
void BreakpadClient::
RecordCrashDumpAttempt
(bool is_real_crash) {
breakpad_client.h
93
virtual void
RecordCrashDumpAttempt
(bool is_real_crash);
breakpad_win.cc
375
GetBreakpadClient()->
RecordCrashDumpAttempt
(false);
389
GetBreakpadClient()->
RecordCrashDumpAttempt
(true);
Completed in 101 milliseconds