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

  /external/chromium_org/ui/message_center/
notification_types.h 34 NOTIFICATION_TYPE_IMAGE,
  /external/chromium_org/chrome/browser/extensions/api/notifications/
notifications_api.cc 288 if (has_image != (type == message_center::NOTIFICATION_TYPE_IMAGE))
390 if (notification->type() != message_center::NOTIFICATION_TYPE_IMAGE)
456 return message_center::NOTIFICATION_TYPE_IMAGE;
  /external/chromium_org/chrome/browser/notifications/sync_notifier/
synced_notification_unittest.cc 328 EXPECT_EQ(message_center::NOTIFICATION_TYPE_IMAGE, notification.type());
405 EXPECT_EQ(message_center::NOTIFICATION_TYPE_IMAGE,
synced_notification.cc 229 notification_type = message_center::NOTIFICATION_TYPE_IMAGE;
  /external/chromium_org/ui/message_center/views/
notification_view.cc 415 case NOTIFICATION_TYPE_IMAGE:

Completed in 197 milliseconds