Searched defs:AddNotification (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/ui/message_center/
H A Dmessage_center_tray_unittest.cc72 void AddNotification(const std::string& id) { function in class:message_center::MessageCenterTrayTest
83 message_center_->AddNotification(notification.Pass());
128 AddNotification("BasicPopup");
143 AddNotification("MessageCenterClosesPopups");
155 AddNotification("MessageCenterClosesPopups2");
189 message_center_->AddNotification(notification.Pass());
214 AddNotification("ShowBubbleFails");
H A Dfake_message_center.cc63 void FakeMessageCenter::AddNotification(scoped_ptr<Notification> notification) { function in class:message_center::FakeMessageCenter
H A Dnotification_list.cc86 void NotificationList::AddNotification(scoped_ptr<Notification> notification) { function in class:message_center::NotificationList
H A Dnotification_list_unittest.cc34 std::string AddNotification( function in class:message_center::NotificationListTest
39 notification_list_->AddNotification(notification.Pass());
44 std::string AddNotification() { function in class:message_center::NotificationListTest
45 return AddNotification(message_center::RichNotificationData());
70 // Utility methods of AddNotification.
74 return AddNotification(optional);
130 std::string id0 = AddNotification();
132 std::string id1 = AddNotification();
152 AddNotification();
157 AddNotification();
[all...]
H A Dmessage_center_impl.cc91 void AddNotification(scoped_ptr<Notification> notification);
163 message_center->AddNotification(change->PassNotification());
179 void ChangeQueue::AddNotification(scoped_ptr<Notification> notification) { function in class:message_center::internal::ChangeQueue
549 void MessageCenterImpl::AddNotification(scoped_ptr<Notification> notification) { function in class:message_center::MessageCenterImpl
556 notification_queue_->AddNotification(notification.Pass());
565 notification_list_->AddNotification(notification.Pass());
/external/chromium_org/chrome/browser/ui/views/message_center/
H A Dweb_notification_tray_browsertest.cc64 void AddNotification(const std::string& id, const std::string& replace_id) { function in class:message_center::__anon6633::WebNotificationTrayTest
117 AddNotification("test_id1", "replace_id1");
121 AddNotification("test_id2", "replace_id2");
122 AddNotification("test_id2", "replace_id2");
148 AddNotification("test_id1", "replace_id1");
152 AddNotification("test_id2", "replace_id2");
179 AddNotification(id, replace_id);
207 AddNotification(id, replace_id);
/external/chromium_org/ui/message_center/views/
H A Dmessage_popup_collection_unittest.cc85 std::string AddNotification() { function in class:message_center::test::MessagePopupCollectionTest
97 MessageCenter::Get()->AddNotification(notification.Pass());
126 std::string id1 = AddNotification();
127 std::string id2 = AddNotification();
149 std::string id1 = AddNotification();
150 std::string id2 = AddNotification();
163 std::string id0 = AddNotification();
164 std::string id1 = AddNotification();
165 std::string id2 = AddNotification();
166 std::string id3 = AddNotification();
[all...]
/external/chromium_org/ash/system/web_notification/
H A Dweb_notification_tray_unittest.cc106 void AddNotification(const std::string& id) { function in class:ash::WebNotificationTrayTest
118 GetMessageCenter()->AddNotification(notification.Pass());
166 AddNotification("test_id1");
169 AddNotification("test_id2");
170 AddNotification("test_id2");
196 AddNotification("test_id1");
200 AddNotification("test_id2");
213 AddNotification("test_id4");
214 AddNotification("test_id5");
233 AddNotification(i
[all...]
/external/chromium_org/chrome/browser/notifications/
H A Ddesktop_notification_service.cc266 std::string DesktopNotificationService::AddNotification( function in class:DesktopNotificationService
313 return AddNotification(

Completed in 295 milliseconds