Searched refs:ui_manager_ (Results 1 – 6 of 6) sorted by relevance
83 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()
105 scoped_ptr<NotificationUIManager> ui_manager_; variable
88 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()
262 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()
116 scoped_ptr<NotificationUIManager> ui_manager_; variable
154 NotificationUIManager* ui_manager_; variable