Home
last modified time | relevance | path

Searched refs:notification_service_ (Results 1 – 11 of 11) sorted by relevance

/external/chromium/chrome/browser/
Dbrowser_process_sub_thread.cc28 notification_service_ = new NotificationService; in Init()
32 delete notification_service_; in CleanUp()
33 notification_service_ = NULL; in CleanUp()
Dbrowser_process_sub_thread.h36 NotificationService* notification_service_;
/external/chromium/chrome/browser/webdata/
Dweb_database.h59 scoped_ptr<NotificationService> notification_service_; variable
Dweb_database.cc85 notification_service_.reset(new NotificationService); in Init()
/external/chromium/chrome/browser/sync/glue/
Dtyped_url_change_processor.h84 scoped_ptr<NotificationService> notification_service_; variable
Dtyped_url_change_processor.cc36 notification_service_.reset(new NotificationService); in TypedUrlChangeProcessor()
/external/chromium/chrome/browser/password_manager/
Dpassword_store_mac.h90 scoped_ptr<NotificationService> notification_service_; variable
Dpassword_store_mac.cc741 notification_service_.release()); in ~PasswordStoreMac()
1010 notification_service_.reset(new NotificationService); in CreateNotificationService()
/external/chromium/chrome/browser/sync/
Dprofile_sync_service_typed_url_unittest.cc141 notification_service_ = in SetUp()
143 notification_service_->Init(); in SetUp()
150 notification_service_->TearDown(); in TearDown()
282 scoped_refptr<ThreadNotificationService> notification_service_; member in ProfileSyncServiceTypedUrlTest
Dprofile_sync_service_password_unittest.cc161 notification_service_ = new ThreadNotificationService(&db_thread_); in SetUp()
162 notification_service_->Init(); in SetUp()
174 notification_service_->TearDown(); in TearDown()
306 scoped_refptr<ThreadNotificationService> notification_service_; member in ProfileSyncServicePasswordTest
Dprofile_sync_service_autofill_unittest.cc280 notification_service_ = new ThreadNotificationService(&db_thread_); in SetUp()
281 notification_service_->Init(); in SetUp()
286 notification_service_->TearDown(); in TearDown()
463 scoped_refptr<ThreadNotificationService> notification_service_; member in ProfileSyncServiceAutofillTest