Searched refs:IsSystemInstall (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/chrome_elf/
H A Dchrome_elf_util.h15 bool IsSystemInstall(const wchar_t* exe_path);
H A Dchrome_elf_util.cc112 bool IsSystemInstall(const wchar_t* exe_path) { function
144 bool system_install = IsSystemInstall(exe_path);
H A Dchrome_elf_util_unittest.cc47 EXPECT_TRUE(IsSystemInstall(kChromeSystemExePath));
48 EXPECT_FALSE(IsSystemInstall(kChromeUserExePath));
H A Dbreakpad.cc162 base::string16 user_sid = IsSystemInstall(exe_path) ? kSystemPrincipalSid :
/external/chromium_org/chrome/browser/metrics/
H A Dgoogle_update_metrics_provider_win.cc115 const bool is_system_install = GoogleUpdateSettings::IsSystemInstall();
/external/chromium_org/chrome/installer/util/
H A Dgoogle_update_settings.h68 static bool IsSystemInstall();
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());
/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/app/
H A Dclient_util.cc126 GoogleUpdateSettings::IsSystemInstall()));

Completed in 1703 milliseconds