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

  /external/chromium_org/chrome/browser/notifications/
welcome_notification.cc 163 message_center::RichNotificationData rich_notification_data; local
164 rich_notification_data.priority = 2;
165 rich_notification_data.buttons.push_back(learn_more);
181 rich_notification_data,
welcome_notification_unittest.cc 172 message_center::RichNotificationData rich_notification_data; local
173 rich_notification_data.priority = 0;
184 rich_notification_data,
  /external/chromium_org/chrome/browser/local_discovery/
privet_notifications.cc 252 message_center::RichNotificationData rich_notification_data; local
254 rich_notification_data.buttons.push_back(
258 rich_notification_data.buttons.push_back(
273 rich_notification_data,
  /external/chromium_org/chrome/browser/notifications/sync_notifier/
synced_notification.cc 257 message_center::RichNotificationData rich_notification_data; local
258 rich_notification_data.timestamp = creation_time;
260 rich_notification_data.priority = priority;
278 rich_notification_data.buttons.push_back(button_info);
283 rich_notification_data.image = image_bitmap_;
287 rich_notification_data.context_message = annotation;
305 rich_notification_data,
  /external/chromium_org/ui/message_center/
notification.h 177 const RichNotificationData& rich_notification_data() const { function in class:message_center::Notification

Completed in 86 milliseconds