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

/external/chromium_org/chrome/browser/ui/views/message_center/
H A Dweb_notification_tray_browsertest.cc65 void AddNotification(const std::string& id, const std::string& replace_id) { function in class:message_center::__anon5233::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);
200 AddNotification(id, replace_id);
247 AddNotification("test_id", "replace_id");
/external/chromium_org/ui/message_center/
H A Dmessage_center_tray_unittest.cc81 void AddNotification(const std::string& id) { function in class:message_center::MessageCenterTrayTest
92 message_center_->AddNotification(notification.Pass());
137 AddNotification("BasicPopup");
152 AddNotification("MessageCenterClosesPopups");
164 AddNotification("MessageCenterClosesPopups2");
198 message_center_->AddNotification(notification.Pass());
223 AddNotification("ShowBubbleFails");
256 AddNotification(id1);
272 message_center_->AddNotification(notification.Pass());
274 AddNotification(id
[all...]
H A Dfake_message_center.cc64 void FakeMessageCenter::AddNotification(scoped_ptr<Notification> notification) { function in class:message_center::FakeMessageCenter
H A Dnotification_list.cc88 void NotificationList::AddNotification(scoped_ptr<Notification> notification) { function in class:message_center::NotificationList
H A Dnotification_list_unittest.cc36 std::string AddNotification( function in class:message_center::NotificationListTest
41 notification_list_->AddNotification(notification.Pass());
46 std::string AddNotification() { function in class:message_center::NotificationListTest
47 return AddNotification(message_center::RichNotificationData());
72 // Utility methods of AddNotification.
76 return AddNotification(optional);
132 std::string id0 = AddNotification();
134 std::string id1 = AddNotification();
154 AddNotification();
159 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
562 void MessageCenterImpl::AddNotification(scoped_ptr<Notification> notification) { function in class:message_center::MessageCenterImpl
569 notification_queue_->AddNotification(notification.Pass());
577 notification_list_->AddNotification(notification.Pass());
/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.cc98 void AddNotification(const std::string& id) { function in class:ash::WebNotificationTrayTest
110 GetMessageCenter()->AddNotification(notification.Pass());
158 AddNotification("test_id1");
161 AddNotification("test_id2");
162 AddNotification("test_id2");
188 AddNotification("test_id1");
192 AddNotification("test_id2");
205 AddNotification("test_id4");
206 AddNotification("test_id5");
225 AddNotification(i
[all...]

Completed in 225 milliseconds