HomeSort by relevance Sort by last modified time
    Searched defs:UpdateNotification (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/ash/system/chromeos/session/
tray_session_length_limit.cc 88 UpdateNotification();
119 void TraySessionLengthLimit::UpdateNotification() {
166 message_center->UpdateNotification(kNotificationId, notification.Pass());
  /external/chromium_org/chrome/browser/extensions/api/synced_notifications_private/
synced_notifications_shim.cc 215 bool SyncedNotificationsShim::UpdateNotification(
  /external/chromium_org/chrome/browser/ui/views/message_center/
web_notification_tray_browsertest.cc 80 void UpdateNotification(const std::string& replace_id,
127 UpdateNotification("replace_id2", "test_id3");
128 UpdateNotification("replace_id2", "test_id3");
153 UpdateNotification("replace_id2", "test_id3");
  /external/chromium_org/ui/message_center/
fake_message_center.cc 67 void FakeMessageCenter::UpdateNotification(
message_center_impl.cc 94 void UpdateNotification(const std::string& old_id,
166 message_center->UpdateNotification(change->notification_list_id(),
187 void ChangeQueue::UpdateNotification(const std::string& old_id,
590 void MessageCenterImpl::UpdateNotification(
614 notification_queue_->UpdateNotification(old_id, new_notification.Pass());
  /external/chromium_org/ash/system/web_notification/
web_notification_tray_unittest.cc 113 void UpdateNotification(const std::string& old_id,
126 GetMessageCenter()->UpdateNotification(old_id, notification.Pass());
167 UpdateNotification("test_id2", "test_id3");
168 UpdateNotification("test_id3", "test_id3");
193 UpdateNotification("test_id2", "test_id3");
  /external/chromium_org/chrome/browser/extensions/api/notifications/
notifications_api.cc 384 bool NotificationsApiFunction::UpdateNotification(
600 bool could_update_notification = UpdateNotification(
  /external/chromium_org/ui/message_center/views/
message_center_view.cc 116 void UpdateNotification(MessageView* view, const Notification& notification);
264 void MessageListView::UpdateNotification(MessageView* view,
891 message_list_view_->UpdateNotification(view, **iter);
    [all...]

Completed in 150 milliseconds