Home
last modified time | relevance | path

Searched refs:HasCrashConfigFile (Results 1 – 3 of 3) sorted by relevance

/third_party/cef/libcef/common/
Dcrash_reporting.cc98 if (!crash_client->HasCrashConfigFile()) in InitCrashReporter()
234 if (crash_client->HasCrashConfigFile()) { in ZygoteForked()
Dcrash_reporter_client.h38 bool HasCrashConfigFile() const;
Dcrash_reporter_client.cc289 g_crash_reporter_client->HasCrashConfigFile(); in IsCrashReportingEnabledImpl()
532 bool CefCrashReporterClient::HasCrashConfigFile() const { in HasCrashConfigFile() function in CefCrashReporterClient