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

  /external/chromium_org/ui/message_center/
notification_types.h 36 NOTIFICATION_TYPE_PROGRESS
notification_list_unittest.cc 700 id, message_center::NOTIFICATION_TYPE_PROGRESS));
703 message_center::NOTIFICATION_TYPE_PROGRESS,
717 id, message_center::NOTIFICATION_TYPE_PROGRESS));
message_center_impl.cc 596 new_notification->type() == NOTIFICATION_TYPE_PROGRESS &&
599 NOTIFICATION_TYPE_PROGRESS);
message_center_impl_unittest.cc 627 notification.reset(CreateNotification(ids[4], NOTIFICATION_TYPE_PROGRESS));
641 notification.reset(CreateNotification(ids[4], NOTIFICATION_TYPE_PROGRESS));
  /external/chromium_org/chrome/browser/notifications/
message_center_notifications_browsertest.cc 373 notification.set_type(message_center::NOTIFICATION_TYPE_PROGRESS);
410 notification.set_type(message_center::NOTIFICATION_TYPE_PROGRESS);
  /external/chromium_org/chrome/browser/extensions/api/notifications/
notifications_api.cc 302 if (type != message_center::NOTIFICATION_TYPE_PROGRESS) {
409 if (notification->type() != message_center::NOTIFICATION_TYPE_PROGRESS) {
484 return message_center::NOTIFICATION_TYPE_PROGRESS;
  /external/chromium_org/ui/message_center/views/
notification_view.cc 275 case NOTIFICATION_TYPE_PROGRESS:
384 if (notification.type() == NOTIFICATION_TYPE_PROGRESS) {

Completed in 95 milliseconds