HomeSort by relevance Sort by last modified time
    Searched refs:GetAlternativeCrashDumpLocation (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/chrome/app/
chrome_crash_reporter_client.h 23 virtual bool GetAlternativeCrashDumpLocation(base::FilePath* crash_dir)
chrome_crash_reporter_client.cc 89 bool ChromeCrashReporterClient::GetAlternativeCrashDumpLocation(
  /external/chromium_org/components/crash/app/
crash_reporter_client.cc 35 bool CrashReporterClient::GetAlternativeCrashDumpLocation(
crash_reporter_client.h 57 virtual bool GetAlternativeCrashDumpLocation(base::FilePath* crash_dir);
crash_keys_win_unittest.cc 23 MOCK_METHOD1(GetAlternativeCrashDumpLocation,
108 EXPECT_CALL(crash_client_, GetAlternativeCrashDumpLocation(_))
crash_keys_win.cc 70 if (crash_client->GetAlternativeCrashDumpLocation(&crash_dumps_dir_path)) {

Completed in 189 milliseconds