Searched defs:rich_notification_data (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/chrome/browser/notifications/
H A Dnotification.cc39 const message_center::RichNotificationData& rich_notification_data,
48 rich_notification_data,
29 Notification( message_center::NotificationType type, const GURL& origin_url, const base::string16& title, const base::string16& body, const gfx::Image& icon, blink::WebTextDirection dir, const message_center::NotifierId& notifier_id, const base::string16& display_source, const base::string16& replace_id, const message_center::RichNotificationData& rich_notification_data, NotificationDelegate* delegate) argument
H A Dextension_welcome_notification.cc256 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,
H A Dextension_welcome_notification_unittest.cc234 message_center::RichNotificationData rich_notification_data; local
235 rich_notification_data.priority = 0;
245 rich_notification_data,
/external/chromium_org/chrome/browser/ui/cocoa/apps/
H A Dquit_with_apps_controller_mac.cc51 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/
H A Dnotification_manager.cc124 message_center::RichNotificationData rich_notification_data; local
125 rich_notification_data.buttons.push_back(
143 rich_notification_data,
/external/chromium_org/chrome/browser/local_discovery/
H A Dprivet_notifications.cc255 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,
/external/chromium_org/ui/message_center/
H A Dnotification.h176 const RichNotificationData& rich_notification_data() const { function in class:message_center::Notification

Completed in 3391 milliseconds