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

  /external/chromium_org/chrome_elf/
chrome_elf_util.h 15 bool IsSystemInstall(const wchar_t* exe_path);
chrome_elf_util_unittest.cc 47 EXPECT_TRUE(IsSystemInstall(kChromeSystemExePath));
48 EXPECT_FALSE(IsSystemInstall(kChromeUserExePath));
chrome_elf_util.cc 112 bool IsSystemInstall(const wchar_t* exe_path) {
144 bool system_install = IsSystemInstall(exe_path);
breakpad.cc 162 base::string16 user_sid = IsSystemInstall(exe_path) ? kSystemPrincipalSid :
  /external/chromium_org/chrome/browser/metrics/
google_update_metrics_provider_win.cc 115 const bool is_system_install = GoogleUpdateSettings::IsSystemInstall();
  /external/chromium_org/chrome/installer/util/
google_update_settings.h 68 static bool IsSystemInstall();
google_update_settings.cc 206 bool GoogleUpdateSettings::IsSystemInstall() {
219 return GetCollectStatsConsentAtLevel(IsSystemInstall());
264 return SetCollectStatsConsentAtLevel(IsSystemInstall(), consented);
550 bool system_install = IsSystemInstall();
750 BrowserDistribution::GetDistribution(), IsSystemInstall());
    [all...]
  /external/chromium_org/chrome/browser/
upgrade_detector_impl.cc 115 bool IsSystemInstall() {
157 bool system_install = IsSystemInstall();
  /external/chromium_org/chrome/app/
client_util.cc 126 GoogleUpdateSettings::IsSystemInstall()));

Completed in 2614 milliseconds