UpdateNotification  134 ash/system/web_notification/web_notification_tray_unittest.cc     GetMessageCenter()->UpdateNotification(old_id, notification.Pass());
UpdateNotification  175 ash/system/web_notification/web_notification_tray_unittest.cc   UpdateNotification("test_id2", "test_id3");
UpdateNotification  176 ash/system/web_notification/web_notification_tray_unittest.cc   UpdateNotification("test_id3", "test_id3");
UpdateNotification  201 ash/system/web_notification/web_notification_tray_unittest.cc   UpdateNotification("test_id2", "test_id3");
UpdateNotification  547 chrome/browser/extensions/api/notifications/notifications_api.cc   bool could_update_notification = UpdateNotification(
UpdateNotification   32 chrome/browser/extensions/api/notifications/notifications_api.h   bool UpdateNotification(const std::string& id,
UpdateNotification  110 chrome/browser/notifications/balloon_notification_ui_manager.cc   return UpdateNotification(notification, profile);
UpdateNotification   75 chrome/browser/notifications/balloon_notification_ui_manager.h   bool UpdateNotification(const Notification& notification, Profile* profile);
UpdateNotification  143 chrome/browser/notifications/message_center_notification_manager.cc       message_center_->UpdateNotification(old_id,
UpdateNotification  122 chrome/browser/ui/views/message_center/web_notification_tray_browsertest.cc   UpdateNotification("replace_id2", "test_id3");
UpdateNotification  123 chrome/browser/ui/views/message_center/web_notification_tray_browsertest.cc   UpdateNotification("replace_id2", "test_id3");
UpdateNotification  148 chrome/browser/ui/views/message_center/web_notification_tray_browsertest.cc   UpdateNotification("replace_id2", "test_id3");
UpdateNotification   36 ui/message_center/fake_message_center.h   virtual void UpdateNotification(const std::string& old_id,
UpdateNotification   83 ui/message_center/message_center.h   virtual void UpdateNotification(
UpdateNotification   95 ui/message_center/message_center_impl.cc   void UpdateNotification(const std::string& old_id,
UpdateNotification  167 ui/message_center/message_center_impl.cc         message_center->UpdateNotification(change->notification_list_id(),
UpdateNotification  609 ui/message_center/message_center_impl.cc       notification_queue_->UpdateNotification(old_id, new_notification.Pass());
UpdateNotification  160 ui/message_center/message_center_impl.h   virtual void UpdateNotification(const std::string& old_id,
UpdateNotification  592 ui/message_center/message_center_impl_unittest.cc   message_center()->UpdateNotification(id, notification.Pass());
UpdateNotification  601 ui/message_center/message_center_impl_unittest.cc   message_center()->UpdateNotification(id2, notification.Pass());
UpdateNotification  638 ui/message_center/message_center_impl_unittest.cc   message_center()->UpdateNotification(ids[1], notification.Pass());
UpdateNotification  641 ui/message_center/message_center_impl_unittest.cc   message_center()->UpdateNotification(ids[4], notification.Pass());
UpdateNotification  644 ui/message_center/message_center_impl_unittest.cc   message_center()->UpdateNotification(ids[4], notification.Pass());
UpdateNotification  648 ui/message_center/message_center_impl_unittest.cc   message_center()->UpdateNotification(ids[3], notification.Pass());
UpdateNotification  184 ui/message_center/notification_list_unittest.cc TEST_F(NotificationListTest, UpdateNotification) {
UpdateNotification  117 ui/message_center/views/message_center_view.cc   void UpdateNotification(MessageView* view, MessageView* new_view);
UpdateNotification  896 ui/message_center/views/message_center_view.cc       message_list_view_->UpdateNotification(view, new_view);