Home
last modified time | relevance | path

Searched refs:ui_manager_ (Results 1 – 6 of 6) sorted by relevance

/external/chromium/chrome/browser/chromeos/notifications/
Ddesktop_notifications_unittest.cc83 ui_manager_.reset(new NotificationUIManager(&local_state_)); in SetUp()
84 ui_manager_->Initialize(balloon_collection_); in SetUp()
85 balloon_collection_->set_space_change_listener(ui_manager_.get()); in SetUp()
86 service_.reset(new DesktopNotificationService(profile(), ui_manager_.get())); in SetUp()
92 ui_manager_.reset(NULL); in TearDown()
Ddesktop_notifications_unittest.h105 scoped_ptr<NotificationUIManager> ui_manager_; variable
/external/chromium/chrome/browser/notifications/
Ddesktop_notifications_unittest.cc88 ui_manager_.reset(new NotificationUIManager(&local_state_)); in SetUp()
89 ui_manager_->Initialize(balloon_collection_); in SetUp()
90 balloon_collection_->set_space_change_listener(ui_manager_.get()); in SetUp()
91 service_.reset(new DesktopNotificationService(profile(), ui_manager_.get())); in SetUp()
97 ui_manager_.reset(NULL); in TearDown()
Ddesktop_notification_service.cc262 ui_manager_(ui_manager) { in DesktopNotificationService()
386 ui_manager_->CancelAllBySourceOrigin(extension->url()); in Observe()
538 ui_manager_->Add(notification, profile_); in ShowNotification()
546 return ui_manager_->CancelById(proxy->id()); in CancelDesktopNotification()
Ddesktop_notifications_unittest.h116 scoped_ptr<NotificationUIManager> ui_manager_; variable
Ddesktop_notification_service.h154 NotificationUIManager* ui_manager_; variable