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

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

Completed in 115 milliseconds