Searched refs:AreNotificationsDisabled (Results 1 – 4 of 4) sorted by relevance
180 EXPECT_FALSE(info_map->AreNotificationsDisabled(app->id())); in TEST_F()182 EXPECT_TRUE(info_map->AreNotificationsDisabled(app->id())); in TEST_F()
106 bool AreNotificationsDisabled(const std::string& extension_id) const;
205 bool InfoMap::AreNotificationsDisabled( in AreNotificationsDisabled() function in extensions::InfoMap
2132 if (!extension_info_map->AreNotificationsDisabled((*iter)->id())) in CheckDesktopNotificationPermission()