Searched refs:notification_ui_ (Results 1 – 2 of 2) sorted by relevance
31 : notification_ui_(new NotificationPanel()) { in BalloonCollectionImpl()45 notification_ui_->Add(new_balloon); in Add()77 notification_ui_->Add(new_balloon); in AddSystemNotification()90 notification_ui_->Update(balloon); in UpdateNotification()100 bool updated = notification_ui_->Update(balloon); in UpdateAndShowNotification()102 notification_ui_->Show(balloon); in UpdateAndShowNotification()124 notification_ui_->ResizeNotification(balloon, size); in ResizeBalloon()128 notification_ui_->Remove(source); in OnBalloonClosed()154 notification_ui_.reset(); in Shutdown()
109 notification_ui_.reset(ui); in set_notification_ui()113 return notification_ui_.get(); in notification_ui()135 scoped_ptr<NotificationUI> notification_ui_; variable