HomeSort by relevance Sort by last modified time
    Searched refs:notification_ui_ (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/chromeos/notifications/
balloon_collection_impl.cc 31 : 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();
balloon_collection_impl.h 109 notification_ui_.reset(ui);
113 return notification_ui_.get();
135 scoped_ptr<NotificationUI> notification_ui_; member in class:chromeos::BalloonCollectionImpl

Completed in 91 milliseconds