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

  /external/chromium_org/ui/message_center/
notification_types.h 35 NOTIFICATION_TYPE_MULTIPLE,
  /external/chromium_org/chrome/browser/extensions/api/notifications/
notifications_api.cc 293 if (has_list_items != (type == message_center::NOTIFICATION_TYPE_MULTIPLE))
412 if (notification->type() != message_center::NOTIFICATION_TYPE_MULTIPLE)
458 return message_center::NOTIFICATION_TYPE_MULTIPLE;
  /external/chromium_org/chrome/browser/notifications/sync_notifier/
synced_notification.cc 231 notification_type = message_center::NOTIFICATION_TYPE_MULTIPLE;
  /external/chromium_org/ui/message_center/views/
notification_view.cc 416 case NOTIFICATION_TYPE_MULTIPLE:

Completed in 201 milliseconds