OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetBreakpadClient
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/components/breakpad/app/
breakpad_win.cc
212
if (
GetBreakpadClient
()->GetAlternativeCrashDumpLocation(
255
GetBreakpadClient
()->GetProductNameAndVersion(
299
bool controlled_by_policy =
GetBreakpadClient
()->ReportingIsEnforcedByPolicy(
304
GetBreakpadClient
()->IsRunningUnattended());
351
if (!
GetBreakpadClient
()->AboutToRestart())
375
GetBreakpadClient
()->RecordCrashDumpAttempt(false);
389
GetBreakpadClient
()->RecordCrashDumpAttempt(true);
475
GetBreakpadClient
()->GetResultCodeRespawnFailed());
492
if (!
GetBreakpadClient
()->ShouldShowRestartDialog(
609
bool controlled_by_policy =
GetBreakpadClient
()->ReportingIsEnforcedByPolicy
[
all
...]
breakpad_client.cc
22
BreakpadClient*
GetBreakpadClient
() {
breakpad_client.h
38
BreakpadClient*
GetBreakpadClient
();
hard_error_handler_win.cc
42
if (
GetBreakpadClient
()->IsRunningUnattended())
breakpad_linux.cc
214
GetBreakpadClient
()->SetClientID(switch_value.substr(0, separator));
217
GetBreakpadClient
()->SetClientID(switch_value);
638
if (
GetBreakpadClient
()->GetCrashDumpLocation(&dumps_path)) {
640
dumps_path.Append(
GetBreakpadClient
()->GetReporterLogFilename());
[
all
...]
Completed in 31 milliseconds