Home
last modified time | relevance | path

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

/third_party/cef/libcef/common/
Dcrash_reporter_client.h49 bool GetAlternativeCrashDumpLocation(std::wstring* crash_dir) override;
Dcrash_reporter_client.cc569 bool CefCrashReporterClient::GetAlternativeCrashDumpLocation( in GetAlternativeCrashDumpLocation() function in CefCrashReporterClient
592 if (GetAlternativeCrashDumpLocation(crash_dir)) in GetCrashDumpLocation()