HomeSort by relevance Sort by last modified time
    Searched full:new_notification (Results 1 - 16 of 16) sorted by null

  /external/chromium_org/ui/message_center/
notification_list.cc 92 scoped_ptr<Notification> new_notification) {
97 new_notification->CopyState(*iter);
102 if ((*iter)->priority() < new_notification->priority()) {
103 new_notification->set_is_read(false);
104 new_notification->set_shown_as_popup(false);
114 DCHECK(GetNotification(new_notification->id()) == notifications_.end());
115 notifications_.insert(new_notification.release());
fake_message_center.cc 68 scoped_ptr<Notification> new_notification) {}
fake_message_center.h 37 scoped_ptr<Notification> new_notification)
message_center_impl.cc 580 scoped_ptr<Notification> new_notification) {
596 new_notification->type() == NOTIFICATION_TYPE_PROGRESS &&
602 notification_queue_->UpdateNotification(old_id, new_notification.Pass());
607 std::string new_id = new_notification->id();
609 new_notification.Pass());
message_center.h 85 scoped_ptr<Notification> new_notification) = 0;
notification_list.h 66 scoped_ptr<Notification> new_notification);
message_center_impl.h 161 scoped_ptr<Notification> new_notification)
  /external/chromium_org/chrome/browser/web_resource/
notification_promo.h 63 bool new_notification() const { return new_notification_; } function in class:NotificationPromo
promo_resource_service.cc 170 if (notification_promo.new_notification())
promo_resource_service_mobile_ntp_unittest.cc 69 mobile_promo_.notification_promo().new_notification());
promo_resource_service_unittest.cc 129 notification_promo_.new_notification());
  /external/chromium/chrome/browser/notifications/
notification_ui_manager.cc 36 void Replace(const Notification& new_notification) {
37 notification_ = new_notification;
  /external/chromium_org/chrome/browser/notifications/
balloon_notification_ui_manager.cc 32 void Replace(const Notification& new_notification) {
33 notification_ = new_notification;
message_center_notification_manager.cc 133 ProfileNotification* new_notification = local
135 profile_notifications_[notification.notification_id()] = new_notification;
143 new_notification->StartDownloads();
  /external/chromium_org/chrome/browser/notifications/sync_notifier/
chrome_notifier_service.cc 193 scoped_ptr<SyncedNotification> new_notification(
195 if (!new_notification.get()) {
200 const std::string& key = new_notification->GetKey();
209 Add(new_notification.Pass());
225 UpdateInMessageCenter(new_notification.get());
  /external/chromium/chrome/browser/sync/engine/
syncapi.cc 2533 bool new_notification = local
    [all...]

Completed in 208 milliseconds