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 147 base::string16 user_sid = IsSystemInstall(exe_path) ? kSystemPrincipalSid :
  /external/chromium_org/chrome/browser/metrics/
google_update_metrics_provider_win.cc 108 const bool is_system_install = GoogleUpdateSettings::IsSystemInstall();
  /external/chromium_org/chrome/browser/
upgrade_detector_impl.cc 117 bool IsSystemInstall() {
139 base::string16 app_guid = installer::GetAppGuidForUpdates(IsSystemInstall());
161 bool system_install = IsSystemInstall();
  /external/chromium_org/chrome/installer/util/
google_update_settings.h 66 static bool IsSystemInstall();
google_update_settings.cc 208 bool GoogleUpdateSettings::IsSystemInstall() {
221 return GetCollectStatsConsentAtLevel(IsSystemInstall());
266 return SetCollectStatsConsentAtLevel(IsSystemInstall(), consented);
525 bool system_install = IsSystemInstall();
694 BrowserDistribution::GetDistribution(), IsSystemInstall());
    [all...]
  /external/chromium_org/chrome/app/
client_util.cc 125 GoogleUpdateSettings::IsSystemInstall()));

Completed in 144 milliseconds