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

  /external/chromium_org/chrome/browser/ui/cocoa/apps/
quit_with_apps_controller_mac.cc 51 message_center::RichNotificationData rich_notification_data; local
52 rich_notification_data.buttons.push_back(quit_apps_button_info);
53 rich_notification_data.buttons.push_back(suppression_button_info);
67 rich_notification_data,
  /external/chromium_org/chrome/browser/chromeos/file_system_provider/
notification_manager.cc 124 message_center::RichNotificationData rich_notification_data; local
125 rich_notification_data.buttons.push_back(
143 rich_notification_data,
  /external/chromium_org/chrome/browser/notifications/
extension_welcome_notification.cc 256 message_center::RichNotificationData rich_notification_data; local
257 rich_notification_data.priority = 2;
258 rich_notification_data.buttons.push_back(learn_more);
259 rich_notification_data.buttons.push_back(disable);
275 rich_notification_data,
extension_welcome_notification_unittest.cc 234 message_center::RichNotificationData rich_notification_data; local
235 rich_notification_data.priority = 0;
245 rich_notification_data,
  /external/chromium_org/ui/message_center/
notification.h 176 const RichNotificationData& rich_notification_data() const { function in class:message_center::Notification
  /external/chromium_org/chrome/browser/local_discovery/
privet_notifications.cc 255 message_center::RichNotificationData rich_notification_data; local
257 rich_notification_data.buttons.push_back(
261 rich_notification_data.buttons.push_back(
276 rich_notification_data,

Completed in 398 milliseconds