Searched refs:rich_notification_data (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/ash/system/chromeos/session/
H A Dtray_session_length_limit_unittest.cc87 EXPECT_TRUE(notification->rich_notification_data().
98 EXPECT_FALSE(notification->rich_notification_data().
107 EXPECT_TRUE(notification->rich_notification_data().
116 EXPECT_TRUE(notification->rich_notification_data().
144 EXPECT_TRUE(notification->rich_notification_data().
154 EXPECT_TRUE(notification->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/ash/system/chromeos/managed/
H A Dtray_locally_managed_user_unittest.cc75 notification->rich_notification_data().priority);
84 notification->rich_notification_data().priority);
/external/chromium_org/chrome/browser/notifications/
H A Dnotification.cc47 const message_center::RichNotificationData& rich_notification_data,
56 rich_notification_data,
37 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.cc258 message_center::RichNotificationData rich_notification_data; local
259 rich_notification_data.priority = 2;
260 rich_notification_data.buttons.push_back(learn_more);
261 rich_notification_data.buttons.push_back(disable);
277 rich_notification_data,
H A Dnotification.h59 const message_center::RichNotificationData& rich_notification_data,
H A Dextension_welcome_notification_unittest.cc235 message_center::RichNotificationData rich_notification_data; local
236 rich_notification_data.priority = 0;
246 rich_notification_data,
/external/chromium_org/chrome/browser/notifications/sync_notifier/
H A Dsynced_notification.cc139 message_center::RichNotificationData rich_notification_data; local
140 rich_notification_data.timestamp = creation_time;
142 rich_notification_data.priority = priority;
160 rich_notification_data.buttons.push_back(button_info);
165 rich_notification_data.image = image_bitmap_;
186 rich_notification_data.small_image = small_image;
191 rich_notification_data.context_message = annotation;
195 rich_notification_data.clickable = GetDefaultDestinationUrl().is_valid();
213 rich_notification_data,
H A Dchrome_notifier_service.cc850 message_center::RichNotificationData rich_notification_data; local
851 rich_notification_data.buttons.push_back(button_info);
862 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
/external/chromium_org/ui/message_center/views/
H A Dmessage_popup_collection.cc462 notification->rich_notification_data();

Completed in 736 milliseconds