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/notifications/sync_notifier/
synced_notification_unittest.cc 261 EXPECT_EQ(message_center::NOTIFICATION_TYPE_IMAGE, notification.type());
329 EXPECT_EQ(message_center::NOTIFICATION_TYPE_IMAGE,
381 EXPECT_EQ(message_center::NOTIFICATION_TYPE_IMAGE,
404 EXPECT_EQ(message_center::NOTIFICATION_TYPE_IMAGE, notification2.type());
synced_notification.cc 132 notification_type = message_center::NOTIFICATION_TYPE_IMAGE;
  /external/chromium_org/chrome/browser/extensions/api/notifications/
notifications_api.cc 323 if (has_image != (type == message_center::NOTIFICATION_TYPE_IMAGE)) {
444 if (notification->type() != message_center::NOTIFICATION_TYPE_IMAGE) {
526 return message_center::NOTIFICATION_TYPE_IMAGE;
  /external/chromium_org/ui/message_center/views/
notification_view.cc 262 case NOTIFICATION_TYPE_IMAGE:

Completed in 249 milliseconds