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

  /external/chromium/chrome/browser/notifications/
desktop_notification_service.h 83 NotificationsPrefsCache* prefs_cache() { return prefs_cache_; }
150 scoped_refptr<NotificationsPrefsCache> prefs_cache_; member in class:DesktopNotificationService
desktop_notification_service.cc 293 prefs_cache_ = new NotificationsPrefsCache();
294 prefs_cache_->SetCacheDefaultContentSetting(default_content_setting);
295 prefs_cache_->SetCacheAllowedOrigins(allowed_origins);
296 prefs_cache_->SetCacheDeniedOrigins(denied_origins);
297 prefs_cache_->set_is_initialized(true);
337 prefs_cache_.get(),
357 prefs_cache_.get(),
377 prefs_cache_.get(),
399 prefs_cache_.get(),
408 prefs_cache_.get()
    [all...]

Completed in 50 milliseconds