HomeSort by relevance Sort by last modified time
    Searched refs:SetCacheDefaultContentSetting (Results 1 - 4 of 4) sorted by null

  /external/chromium/chrome/browser/notifications/
notifications_prefs_cache_unittest.cc 25 cache->SetCacheDefaultContentSetting(CONTENT_SETTING_DEFAULT);
50 cache->SetCacheDefaultContentSetting(CONTENT_SETTING_ASK);
54 cache->SetCacheDefaultContentSetting(CONTENT_SETTING_ALLOW);
58 cache->SetCacheDefaultContentSetting(CONTENT_SETTING_BLOCK);
notifications_prefs_cache.h 45 void SetCacheDefaultContentSetting(ContentSetting setting);
notifications_prefs_cache.cc 50 void NotificationsPrefsCache::SetCacheDefaultContentSetting(
desktop_notification_service.cc 294 prefs_cache_->SetCacheDefaultContentSetting(default_content_setting);
378 &NotificationsPrefsCache::SetCacheDefaultContentSetting,

Completed in 32 milliseconds