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

  /external/chromium_org/chrome/app/
chrome_crash_reporter_client.h 35 virtual bool GetIsPerUserInstall(const base::FilePath& exe_path) OVERRIDE;
chrome_crash_reporter_client.cc 132 !GetIsPerUserInstall(exe_path), channel_name);
183 bool ChromeCrashReporterClient::GetIsPerUserInstall(
  /external/chromium_org/components/crash/app/
crash_reporter_client.cc 62 bool CrashReporterClient::GetIsPerUserInstall(const base::FilePath& exe_path) {
crash_reporter_client.h 83 virtual bool GetIsPerUserInstall(const base::FilePath& exe_path);
crash_keys_win_unittest.cc 35 MOCK_METHOD1(GetIsPerUserInstall, bool(const base::FilePath& exe_path));
breakpad_win.cc 504 GetCrashReporterClient()->GetIsPerUserInstall(base::FilePath(exe_path));

Completed in 193 milliseconds