Searched refs:CefCrashReporterClient (Results 1 – 4 of 4) sorted by relevance
230 CefCrashReporterClient* g_crash_reporter_client = nullptr;350 CefCrashReporterClient::CefCrashReporterClient() {} in CefCrashReporterClient() function in CefCrashReporterClient351 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 …]
25 class CefCrashReporterClient : public crash_reporter::CrashReporterClient {27 CefCrashReporterClient();29 CefCrashReporterClient(const CefCrashReporterClient&) = delete;30 CefCrashReporterClient& operator=(const CefCrashReporterClient&) = delete;32 ~CefCrashReporterClient() override;
92 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()
76 + CefCrashReporterClient::InitializeCrashReportingForProcess();