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

  /external/chromium_org/chrome_elf/
chrome_elf_util.cc 112 bool IsSystemInstall(const wchar_t* exe_path) {
144 bool system_install = IsSystemInstall(exe_path);
  /external/chromium_org/chrome/browser/
upgrade_detector_impl.cc 115 bool IsSystemInstall() {
157 bool system_install = IsSystemInstall();
  /external/chromium_org/chrome/installer/util/
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...]

Completed in 159 milliseconds