Home
last modified time | relevance | path

Searched refs:CefCrashReporterClient (Results 1 – 4 of 4) sorted by relevance

/third_party/cef/libcef/common/
Dcrash_reporter_client.cc230 CefCrashReporterClient* g_crash_reporter_client = nullptr;
350 CefCrashReporterClient::CefCrashReporterClient() {} in CefCrashReporterClient() function in CefCrashReporterClient
351 CefCrashReporterClient::~CefCrashReporterClient() {} in ~CefCrashReporterClient()
354 bool CefCrashReporterClient::ReadCrashConfigFile() { in ReadCrashConfigFile()
532 bool CefCrashReporterClient::HasCrashConfigFile() const { in HasCrashConfigFile()
539 void CefCrashReporterClient::InitializeCrashReportingForProcess() { in InitializeCrashReportingForProcess()
543 g_crash_reporter_client = new CefCrashReporterClient(); in InitializeCrashReportingForProcess()
569 bool CefCrashReporterClient::GetAlternativeCrashDumpLocation( in GetAlternativeCrashDumpLocation()
577 void CefCrashReporterClient::GetProductNameAndVersion( in GetProductNameAndVersion()
589 bool CefCrashReporterClient::GetCrashDumpLocation(std::wstring* crash_dir) { in GetCrashDumpLocation()
[all …]
Dcrash_reporter_client.h25 class CefCrashReporterClient : public crash_reporter::CrashReporterClient {
27 CefCrashReporterClient();
29 CefCrashReporterClient(const CefCrashReporterClient&) = delete;
30 CefCrashReporterClient& operator=(const CefCrashReporterClient&) = delete;
32 ~CefCrashReporterClient() override;
Dcrash_reporting.cc92 base::LazyInstance<CefCrashReporterClient>::Leaky g_crash_reporter_client =
97 CefCrashReporterClient* crash_client = g_crash_reporter_client.Pointer(); in InitCrashReporter()
196 CefCrashReporterClient* crash_client = g_crash_reporter_client.Pointer(); in BasicStartupComplete()
233 CefCrashReporterClient* crash_client = g_crash_reporter_client.Pointer(); in ZygoteForked()
/third_party/cef/patch/patches/
Dcrashpad_1995.patch76 + CefCrashReporterClient::InitializeCrashReportingForProcess();