/external/chromium_org/content/public/test/ |
D | test_browser_thread.cc | 18 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
|
D | test_content_client_initializer.cc | 17 notification_service_.reset(new NotificationServiceImpl()); in TestContentClientInitializer() 29 notification_service_.reset(); in ~TestContentClientInitializer()
|
D | test_content_client_initializer.h | 33 scoped_ptr<NotificationServiceImpl> notification_service_;
|
/external/chromium/chrome/browser/ |
D | browser_process_sub_thread.cc | 28 notification_service_ = new NotificationService; in Init() 32 delete notification_service_; in CleanUp() 33 notification_service_ = NULL; in CleanUp()
|
D | browser_process_sub_thread.h | 36 NotificationService* notification_service_;
|
/external/chromium_org/content/browser/ |
D | browser_main_runner.cc | 76 notification_service_.reset(new NotificationServiceImpl); in Initialize() 159 notification_service_.reset(NULL); in Shutdown() 172 scoped_ptr<NotificationServiceImpl> notification_service_; member in content::BrowserMainRunnerImpl
|
D | browser_process_sub_thread.cc | 34 notification_service_.reset(new NotificationServiceImpl()); in Init() 53 notification_service_.reset(); in CleanUp()
|
D | browser_process_sub_thread.h | 54 scoped_ptr<NotificationService> notification_service_; variable
|
/external/chromium/chrome/browser/webdata/ |
D | web_database.h | 59 scoped_ptr<NotificationService> notification_service_; variable
|
D | web_database.cc | 85 notification_service_.reset(new NotificationService); in Init()
|
/external/chromium/chrome/browser/sync/glue/ |
D | typed_url_change_processor.h | 84 scoped_ptr<NotificationService> notification_service_; variable
|
D | typed_url_change_processor.cc | 36 notification_service_.reset(new NotificationService); in TypedUrlChangeProcessor()
|
/external/chromium_org/chrome/browser/notifications/ |
D | desktop_notification_service.cc | 103 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/ |
D | password_store_mac.h | 90 scoped_ptr<NotificationService> notification_service_; variable
|
D | password_store_mac.cc | 741 notification_service_.release()); in ~PasswordStoreMac() 1010 notification_service_.reset(new NotificationService); in CreateNotificationService()
|
/external/chromium/chrome/browser/sync/ |
D | profile_sync_service_typed_url_unittest.cc | 141 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
|
D | profile_sync_service_password_unittest.cc | 161 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
|
D | profile_sync_service_autofill_unittest.cc | 280 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/ |
D | typed_url_change_processor.h | 111 scoped_ptr<content::NotificationService> notification_service_; variable
|
D | typed_url_change_processor.cc | 55 notification_service_.reset(content::NotificationService::Create()); in TypedUrlChangeProcessor()
|
/external/chromium_org/chrome/browser/password_manager/ |
D | password_store_mac.h | 100 scoped_ptr<content::NotificationService> notification_service_; variable
|
D | password_store_mac.cc | 834 notification_service_.release()); in ~PasswordStoreMac() 1117 notification_service_.reset(content::NotificationService::Create()); in CreateNotificationService()
|
/external/chromium_org/chrome/test/base/ |
D | testing_browser_process.h | 139 scoped_ptr<content::NotificationService> notification_service_; variable
|
D | testing_browser_process.cc | 67 : notification_service_(content::NotificationService::Create()), in TestingBrowserProcess()
|