Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/chromeos/notifications/
Ddesktop_notifications_unittest.h84 return service_->prefs_cache()->HasPermission(origin); in HasPermission()
/external/chromium/chrome/browser/notifications/
Ddesktop_notifications_unittest.h95 return service_->prefs_cache()->HasPermission(origin); in HasPermission()
Ddesktop_notification_service.h83 NotificationsPrefsCache* prefs_cache() { return prefs_cache_; } in prefs_cache() function
Ddesktop_notification_service_unittest.cc107 cache_ = service_->prefs_cache(); in SetUp()