HomeSort by relevance Sort by last modified time
    Searched defs:notification_service_ (Results 1 - 7 of 7) sorted by null

  /external/chromium/chrome/browser/
browser_process_sub_thread.h 36 NotificationService* notification_service_; member in class:BrowserProcessSubThread
  /external/chromium/chrome/browser/password_manager/
password_store_mac.h 30 // 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/
typed_url_change_processor.h 84 scoped_ptr<NotificationService> notification_service_; member in class:browser_sync::TypedUrlChangeProcessor
  /external/chromium/chrome/browser/webdata/
web_database.h 59 scoped_ptr<NotificationService> notification_service_; member in class:WebDatabase
  /external/chromium/chrome/browser/sync/
profile_sync_service_password_unittest.cc 161 notification_service_ = new ThreadNotificationService(&db_thread_);
162 notification_service_->Init();
174 notification_service_->TearDown();
306 scoped_refptr<ThreadNotificationService> notification_service_; member in class:ProfileSyncServicePasswordTest
profile_sync_service_typed_url_unittest.cc 141 notification_service_ =
143 notification_service_->Init();
150 notification_service_->TearDown();
282 scoped_refptr<ThreadNotificationService> notification_service_; member in class:ProfileSyncServiceTypedUrlTest
profile_sync_service_autofill_unittest.cc 280 notification_service_ = new ThreadNotificationService(&db_thread_);
281 notification_service_->Init();
286 notification_service_->TearDown();
463 scoped_refptr<ThreadNotificationService> notification_service_; member in class:ProfileSyncServiceAutofillTest
    [all...]

Completed in 713 milliseconds