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

  /external/chromium_org/ui/message_center/
notification_types.h 33 NOTIFICATION_TYPE_PROGRESS // Notification with progress bar.
notification_list_unittest.cc 740 id, message_center::NOTIFICATION_TYPE_PROGRESS));
743 message_center::NOTIFICATION_TYPE_PROGRESS,
757 id, message_center::NOTIFICATION_TYPE_PROGRESS));
message_center_impl.cc 608 new_notification->type() == NOTIFICATION_TYPE_PROGRESS &&
611 NOTIFICATION_TYPE_PROGRESS);
message_center_impl_unittest.cc 656 notification.reset(CreateNotification(ids[4], NOTIFICATION_TYPE_PROGRESS));
670 notification.reset(CreateNotification(ids[4], NOTIFICATION_TYPE_PROGRESS));
    [all...]
  /external/chromium_org/chrome/browser/notifications/
notification_conversion_helper_unittest.cc 49 if (type == message_center::NOTIFICATION_TYPE_PROGRESS)
105 CreateNotification(message_center::NOTIFICATION_TYPE_PROGRESS);
message_center_notifications_browsertest.cc 303 notification.set_type(message_center::NOTIFICATION_TYPE_PROGRESS);
330 notification.set_type(message_center::NOTIFICATION_TYPE_PROGRESS);
notification_conversion_helper.cc 207 case message_center::NOTIFICATION_TYPE_PROGRESS:
  /external/chromium_org/chrome/browser/extensions/api/notifications/
notifications_api.cc 279 if (type != message_center::NOTIFICATION_TYPE_PROGRESS) {
406 if (notification->type() != message_center::NOTIFICATION_TYPE_PROGRESS) {
483 return message_center::NOTIFICATION_TYPE_PROGRESS;
  /external/chromium_org/ui/message_center/views/
notification_view.cc 264 case NOTIFICATION_TYPE_PROGRESS:
618 if (notification.type() != NOTIFICATION_TYPE_PROGRESS) {

Completed in 315 milliseconds