Home
last modified time | relevance | path

Searched refs:g_crash_reporter_client (Results 1 – 2 of 2) sorted by relevance

/third_party/cef/libcef/common/
Dcrash_reporting.cc92 base::LazyInstance<CefCrashReporterClient>::Leaky g_crash_reporter_client = variable
97 CefCrashReporterClient* crash_client = g_crash_reporter_client.Pointer(); in InitCrashReporter()
189 return g_crash_reporter_client.Pointer()->SetCrashKeyValue(key, value); in SetCrashKeyValue()
196 CefCrashReporterClient* crash_client = g_crash_reporter_client.Pointer(); in BasicStartupComplete()
233 CefCrashReporterClient* crash_client = g_crash_reporter_client.Pointer(); in ZygoteForked()
Dcrash_reporter_client.cc230 CefCrashReporterClient* g_crash_reporter_client = nullptr; variable
280 if (g_crash_reporter_client) { in SetCrashKeyValueImpl()
281 return g_crash_reporter_client->SetCrashKeyValue( in SetCrashKeyValueImpl()
288 return g_crash_reporter_client && in IsCrashReportingEnabledImpl()
289 g_crash_reporter_client->HasCrashConfigFile(); in IsCrashReportingEnabledImpl()
540 if (g_crash_reporter_client) in InitializeCrashReportingForProcess()
543 g_crash_reporter_client = new CefCrashReporterClient(); in InitializeCrashReportingForProcess()
544 ANNOTATE_LEAKING_OBJECT_PTR(g_crash_reporter_client); in InitializeCrashReportingForProcess()
546 if (!g_crash_reporter_client->ReadCrashConfigFile()) in InitializeCrashReportingForProcess()
552 crash_reporter::SetCrashReporterClient(g_crash_reporter_client); in InitializeCrashReportingForProcess()
[all …]