Searched refs:notification_ui_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/chromeos/notifications/
H A Dballoon_collection_impl.cc31 : notification_ui_(new NotificationPanel()) {
45 notification_ui_->Add(new_balloon);
77 notification_ui_->Add(new_balloon);
90 notification_ui_->Update(balloon);
100 bool updated = notification_ui_->Update(balloon);
102 notification_ui_->Show(balloon);
124 notification_ui_->ResizeNotification(balloon, size);
128 notification_ui_->Remove(source);
154 notification_ui_.reset();
H A Dballoon_collection_impl.h109 notification_ui_.reset(ui);
113 return notification_ui_.get();
135 scoped_ptr<NotificationUI> notification_ui_; member in class:chromeos::BalloonCollectionImpl

Completed in 119 milliseconds