Searched refs:AreAutoupdatesEnabled (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/installer/util/
H A Dgoogle_update_settings.h245 static bool AreAutoupdatesEnabled(const base::string16& app_guid);
H A Dgoogle_update_settings_unittest.cc767 EXPECT_FALSE(GoogleUpdateSettings::AreAutoupdatesEnabled(kTestProductGuid));
777 EXPECT_TRUE(GoogleUpdateSettings::AreAutoupdatesEnabled(kTestProductGuid));
789 EXPECT_TRUE(GoogleUpdateSettings::AreAutoupdatesEnabled(kTestProductGuid));
811 EXPECT_FALSE(GoogleUpdateSettings::AreAutoupdatesEnabled(kTestProductGuid));
821 EXPECT_TRUE(GoogleUpdateSettings::AreAutoupdatesEnabled(kTestProductGuid));
827 EXPECT_FALSE(GoogleUpdateSettings::AreAutoupdatesEnabled(kTestProductGuid));
830 EXPECT_TRUE(GoogleUpdateSettings::AreAutoupdatesEnabled(kTestProductGuid));
835 EXPECT_FALSE(GoogleUpdateSettings::AreAutoupdatesEnabled(kTestProductGuid));
838 EXPECT_TRUE(GoogleUpdateSettings::AreAutoupdatesEnabled(kTestProductGuid));
H A Dgoogle_update_settings.cc603 bool GoogleUpdateSettings::AreAutoupdatesEnabled( function in class:GoogleUpdateSettings
684 return AreAutoupdatesEnabled(app_guid);
/external/chromium_org/chrome/browser/
H A Dupgrade_detector_impl.cc144 GoogleUpdateSettings::AreAutoupdatesEnabled(app_guid);

Completed in 135 milliseconds