Searched defs:notification_service_ (Results 1 - 7 of 7) sorted by relevance

/external/chromium/chrome/browser/
H A Dbrowser_process_sub_thread.h36 NotificationService* notification_service_; member in class:BrowserProcessSubThread
/external/chromium/chrome/browser/password_manager/
H A Dpassword_store_mac.h30 // Initializes |thread_| and |notification_service_|.
78 // Allows the creation of |notification_service_| to be scheduled on the right
90 scoped_ptr<NotificationService> notification_service_; member in class:PasswordStoreMac
/external/chromium/chrome/browser/sync/glue/
H A Dtyped_url_change_processor.h84 scoped_ptr<NotificationService> notification_service_; member in class:browser_sync::TypedUrlChangeProcessor
/external/chromium/chrome/browser/webdata/
H A Dweb_database.h59 scoped_ptr<NotificationService> notification_service_; member in class:WebDatabase
/external/chromium/chrome/browser/sync/
H A Dprofile_sync_service_password_unittest.cc161 notification_service_ = new ThreadNotificationService(&db_thread_);
162 notification_service_->Init();
174 notification_service_->TearDown();
306 scoped_refptr<ThreadNotificationService> notification_service_; member in class:ProfileSyncServicePasswordTest
H A Dprofile_sync_service_typed_url_unittest.cc141 notification_service_ =
143 notification_service_->Init();
150 notification_service_->TearDown();
282 scoped_refptr<ThreadNotificationService> notification_service_; member in class:ProfileSyncServiceTypedUrlTest
H A Dprofile_sync_service_autofill_unittest.cc280 notification_service_ = new ThreadNotificationService(&db_thread_);
281 notification_service_->Init();
286 notification_service_->TearDown();
463 scoped_refptr<ThreadNotificationService> notification_service_; member in class:ProfileSyncServiceAutofillTest

Completed in 126 milliseconds