NOTIFICATION_TYPE_PROGRESS  296 chrome/browser/extensions/api/notifications/notifications_api.cc       if (type != message_center::NOTIFICATION_TYPE_PROGRESS) {
NOTIFICATION_TYPE_PROGRESS  401 chrome/browser/extensions/api/notifications/notifications_api.cc       if (notification->type() != message_center::NOTIFICATION_TYPE_PROGRESS) {
NOTIFICATION_TYPE_PROGRESS  477 chrome/browser/extensions/api/notifications/notifications_api.cc       return message_center::NOTIFICATION_TYPE_PROGRESS;
NOTIFICATION_TYPE_PROGRESS  374 chrome/browser/notifications/message_center_notifications_browsertest.cc   notification.set_type(message_center::NOTIFICATION_TYPE_PROGRESS);
NOTIFICATION_TYPE_PROGRESS  411 chrome/browser/notifications/message_center_notifications_browsertest.cc   notification.set_type(message_center::NOTIFICATION_TYPE_PROGRESS);
NOTIFICATION_TYPE_PROGRESS  603 ui/message_center/message_center_impl.cc         new_notification->type() == NOTIFICATION_TYPE_PROGRESS &&
NOTIFICATION_TYPE_PROGRESS  606 ui/message_center/message_center_impl.cc                                                   NOTIFICATION_TYPE_PROGRESS);
NOTIFICATION_TYPE_PROGRESS  629 ui/message_center/message_center_impl_unittest.cc   notification.reset(CreateNotification(ids[4], NOTIFICATION_TYPE_PROGRESS));
NOTIFICATION_TYPE_PROGRESS  643 ui/message_center/message_center_impl_unittest.cc   notification.reset(CreateNotification(ids[4], NOTIFICATION_TYPE_PROGRESS));
NOTIFICATION_TYPE_PROGRESS  702 ui/message_center/notification_list_unittest.cc       id, message_center::NOTIFICATION_TYPE_PROGRESS));
NOTIFICATION_TYPE_PROGRESS  705 ui/message_center/notification_list_unittest.cc       message_center::NOTIFICATION_TYPE_PROGRESS,
NOTIFICATION_TYPE_PROGRESS  719 ui/message_center/notification_list_unittest.cc       id, message_center::NOTIFICATION_TYPE_PROGRESS));
NOTIFICATION_TYPE_PROGRESS  272 ui/message_center/views/notification_view.cc     case NOTIFICATION_TYPE_PROGRESS:
NOTIFICATION_TYPE_PROGRESS  373 ui/message_center/views/notification_view.cc   if (notification.type() == NOTIFICATION_TYPE_PROGRESS) {