HomeSort by relevance Sort by last modified time
    Searched defs:NotificationsPrefsCache (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/notifications/
notifications_prefs_cache.cc 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() {
    [all...]
notifications_prefs_cache.h 22 class NotificationsPrefsCache
23 : public base::RefCountedThreadSafe<NotificationsPrefsCache> {
25 NotificationsPrefsCache();
56 friend class base::RefCountedThreadSafe<NotificationsPrefsCache>;
58 virtual ~NotificationsPrefsCache();
79 DISALLOW_COPY_AND_ASSIGN(NotificationsPrefsCache);

Completed in 199 milliseconds