Searched refs:GetCollectStatsConsentAtLevel (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/installer/util/
H A Dgoogle_update_settings.h83 static bool GetCollectStatsConsentAtLevel(bool system_install);
H A Dgoogle_update_settings_unittest.cc1136 TEST_P(CollectStatsConsent, GetCollectStatsConsentAtLevel) {
1138 EXPECT_TRUE(GoogleUpdateSettings::GetCollectStatsConsentAtLevel(
1141 EXPECT_FALSE(GoogleUpdateSettings::GetCollectStatsConsentAtLevel(
1168 EXPECT_FALSE(GoogleUpdateSettings::GetCollectStatsConsentAtLevel(
1172 EXPECT_TRUE(GoogleUpdateSettings::GetCollectStatsConsentAtLevel(
H A Dgoogle_update_settings.cc219 return GetCollectStatsConsentAtLevel(IsSystemInstall());
227 bool GoogleUpdateSettings::GetCollectStatsConsentAtLevel(bool system_install) { function in class:GoogleUpdateSettings

Completed in 376 milliseconds