Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/notifications/
Dnotifications_prefs_cache_unittest.cc25 cache->SetCacheDefaultContentSetting(CONTENT_SETTING_DEFAULT); in TEST()
50 cache->SetCacheDefaultContentSetting(CONTENT_SETTING_ASK); in TEST()
54 cache->SetCacheDefaultContentSetting(CONTENT_SETTING_ALLOW); in TEST()
58 cache->SetCacheDefaultContentSetting(CONTENT_SETTING_BLOCK); in TEST()
Dnotifications_prefs_cache.h45 void SetCacheDefaultContentSetting(ContentSetting setting);
Dnotifications_prefs_cache.cc50 void NotificationsPrefsCache::SetCacheDefaultContentSetting( in SetCacheDefaultContentSetting() function in NotificationsPrefsCache
Ddesktop_notification_service.cc294 prefs_cache_->SetCacheDefaultContentSetting(default_content_setting); in InitPrefs()
378 &NotificationsPrefsCache::SetCacheDefaultContentSetting, in Observe()