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

  /external/chromium_org/ui/message_center/
notification_list.cc 81 scoped_ptr<Notification> new_notification) {
86 new_notification->CopyState(*iter);
91 if ((*iter)->priority() < new_notification->priority()) {
92 new_notification->set_is_read(false);
93 new_notification->set_shown_as_popup(false);
101 notifications_.insert(new_notification.release());
fake_message_center.cc 63 scoped_ptr<Notification> new_notification) {}
message_center.h 94 scoped_ptr<Notification> new_notification) = 0;
fake_message_center.h 34 scoped_ptr<Notification> new_notification)
notification_list.h 64 scoped_ptr<Notification> new_notification);
message_center_impl.cc 296 scoped_ptr<Notification> new_notification) {
297 std::string new_id = new_notification->id();
299 new_notification.Pass());
message_center_impl.h 153 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 174 if (notification_promo.new_notification())
promo_resource_service_mobile_ntp_unittest.cc 69 mobile_promo_.notification_promo().new_notification());
promo_resource_service_unittest.cc 130 notification_promo_.new_notification());
  /external/chromium_org/chrome/browser/notifications/sync_notifier/
chrome_notifier_service.cc 177 scoped_ptr<SyncedNotification> new_notification(
179 if (!new_notification.get()) {
184 const std::string& key = new_notification->GetKey();
193 Add(new_notification.Pass());
209 UpdateInMessageCenter(new_notification.get());
  /external/chromium_org/chrome/browser/notifications/
message_center_notification_manager.cc 214 ProfileNotification* new_notification = local
216 profile_notifications_[notification.notification_id()] = new_notification;
222 new_notification->GetExtensionId());
226 new_notification->StartDownloads();
notification_ui_manager_impl.cc 37 void Replace(const Notification& new_notification) {
38 notification_ = new_notification;
  /external/chromium/chrome/browser/notifications/
notification_ui_manager.cc 36 void Replace(const Notification& new_notification) {
37 notification_ = new_notification;
  /external/chromium/chrome/browser/sync/engine/
syncapi.cc 2533 bool new_notification = local
    [all...]

Completed in 723 milliseconds