Home
last modified time | relevance | path

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

/external/chromium_org/content/public/test/
Dtest_browser_thread.cc18 notification_service_(NULL) { in TestBrowserThreadImpl()
24 notification_service_(NULL) {} in TestBrowserThreadImpl()
31 notification_service_ = new NotificationServiceImpl; in Init()
36 delete notification_service_; in CleanUp()
37 notification_service_ = NULL; in CleanUp()
42 NotificationService* notification_service_; member in content::TestBrowserThreadImpl
Dtest_content_client_initializer.cc17 notification_service_.reset(new NotificationServiceImpl()); in TestContentClientInitializer()
29 notification_service_.reset(); in ~TestContentClientInitializer()
Dtest_content_client_initializer.h33 scoped_ptr<NotificationServiceImpl> notification_service_;
/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_org/content/browser/
Dbrowser_main_runner.cc76 notification_service_.reset(new NotificationServiceImpl); in Initialize()
159 notification_service_.reset(NULL); in Shutdown()
172 scoped_ptr<NotificationServiceImpl> notification_service_; member in content::BrowserMainRunnerImpl
Dbrowser_process_sub_thread.cc34 notification_service_.reset(new NotificationServiceImpl()); in Init()
53 notification_service_.reset(); in CleanUp()
Dbrowser_process_sub_thread.h54 scoped_ptr<NotificationService> notification_service_; variable
/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_org/chrome/browser/notifications/
Ddesktop_notification_service.cc103 DesktopNotificationService* notification_service_; member in NotificationPermissionInfoBarDelegate
143 notification_service_(notification_service), in NotificationPermissionInfoBarDelegate()
182 notification_service_->GrantPermission(origin_); in Accept()
189 notification_service_->DenyPermission(origin_); in Cancel()
/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
/external/chromium_org/chrome/browser/sync/glue/
Dtyped_url_change_processor.h111 scoped_ptr<content::NotificationService> notification_service_; variable
Dtyped_url_change_processor.cc55 notification_service_.reset(content::NotificationService::Create()); in TypedUrlChangeProcessor()
/external/chromium_org/chrome/browser/password_manager/
Dpassword_store_mac.h100 scoped_ptr<content::NotificationService> notification_service_; variable
Dpassword_store_mac.cc834 notification_service_.release()); in ~PasswordStoreMac()
1117 notification_service_.reset(content::NotificationService::Create()); in CreateNotificationService()
/external/chromium_org/chrome/test/base/
Dtesting_browser_process.h139 scoped_ptr<content::NotificationService> notification_service_; variable
Dtesting_browser_process.cc67 : notification_service_(content::NotificationService::Create()), in TestingBrowserProcess()