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