Home
last modified time | relevance | path

Searched refs:SetCacheDeniedOrigins (Results 1 – 4 of 4) sorted by relevance

/external/chromium/chrome/browser/notifications/
Dnotifications_prefs_cache.h44 void SetCacheDeniedOrigins(const std::vector<GURL>& denied);
Dnotifications_prefs_cache_unittest.cc24 cache->SetCacheDeniedOrigins(denied_origins); in TEST()
Dnotifications_prefs_cache.cc44 void NotificationsPrefsCache::SetCacheDeniedOrigins( in SetCacheDeniedOrigins() function in NotificationsPrefsCache
Ddesktop_notification_service.cc296 prefs_cache_->SetCacheDeniedOrigins(denied_origins); in InitPrefs()
409 &NotificationsPrefsCache::SetCacheDeniedOrigins, in OnPrefsChanged()