Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/notifications/
Dnotifications_prefs_cache.h43 void SetCacheAllowedOrigins(const std::vector<GURL>& allowed);
Dnotifications_prefs_cache_unittest.cc23 cache->SetCacheAllowedOrigins(allowed_origins); in TEST()
Dnotifications_prefs_cache.cc38 void NotificationsPrefsCache::SetCacheAllowedOrigins( in SetCacheAllowedOrigins() function in NotificationsPrefsCache
Ddesktop_notification_service.cc295 prefs_cache_->SetCacheAllowedOrigins(allowed_origins); in InitPrefs()
400 &NotificationsPrefsCache::SetCacheAllowedOrigins, in OnPrefsChanged()