Home | History | Annotate | Download | only in notifications

Lines Matching refs:NotificationsPrefsCache

15 NotificationsPrefsCache::NotificationsPrefsCache()
20 void NotificationsPrefsCache::CacheAllowedOrigin(
29 void NotificationsPrefsCache::CacheDeniedOrigin(
38 void NotificationsPrefsCache::SetCacheAllowedOrigins(
44 void NotificationsPrefsCache::SetCacheDeniedOrigins(
50 void NotificationsPrefsCache::SetCacheDefaultContentSetting(
56 void NotificationsPrefsCache::ListValueToGurlVector(
67 int NotificationsPrefsCache::HasPermission(const GURL& origin) {
84 NotificationsPrefsCache::~NotificationsPrefsCache() {}
86 bool NotificationsPrefsCache::IsOriginAllowed(
92 bool NotificationsPrefsCache::IsOriginDenied(
98 void NotificationsPrefsCache::CheckThreadAccess() {