Searched defs:IsSystemInstall (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/
H A Dupgrade_detector_impl.cc115 bool IsSystemInstall() { function in namespace:__anon5599
157 bool system_install = IsSystemInstall();
/external/chromium_org/chrome_elf/
H A Dchrome_elf_util.cc112 bool IsSystemInstall(const wchar_t* exe_path) { function
144 bool system_install = IsSystemInstall(exe_path);
/external/chromium_org/chrome/installer/util/
H A Dgoogle_update_settings.cc206 bool GoogleUpdateSettings::IsSystemInstall() { function in class:GoogleUpdateSettings
219 return GetCollectStatsConsentAtLevel(IsSystemInstall());
264 return SetCollectStatsConsentAtLevel(IsSystemInstall(), consented);
550 bool system_install = IsSystemInstall();
750 BrowserDistribution::GetDistribution(), IsSystemInstall());

Completed in 295 milliseconds