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

  /external/chromium_org/chrome/browser/ui/views/message_center/
web_notification_tray_browsertest.cc 65 void AddNotification(const std::string& id, const std::string& replace_id) {
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/
message_center_tray_unittest.cc 81 void AddNotification(const std::string& id) {
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(id3)
    [all...]
fake_message_center.cc 64 void FakeMessageCenter::AddNotification(scoped_ptr<Notification> notification) {
notification_list.cc 88 void NotificationList::AddNotification(scoped_ptr<Notification> notification) {
notification_list_unittest.cc 36 std::string AddNotification(
41 notification_list_->AddNotification(notification.Pass());
46 std::string AddNotification() {
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...]
message_center_impl.cc 91 void AddNotification(scoped_ptr<Notification> notification);
163 message_center->AddNotification(change->PassNotification());
179 void ChangeQueue::AddNotification(scoped_ptr<Notification> notification) {
562 void MessageCenterImpl::AddNotification(scoped_ptr<Notification> notification) {
569 notification_queue_->AddNotification(notification.Pass());
577 notification_list_->AddNotification(notification.Pass());
  /external/chromium_org/ui/message_center/views/
message_popup_collection_unittest.cc 94 std::string AddNotification() {
106 MessageCenter::Get()->AddNotification(notification.Pass());
136 std::string id1 = AddNotification();
137 std::string id2 = AddNotification();
159 std::string id1 = AddNotification();
160 std::string id2 = AddNotification();
173 std::string id0 = AddNotification();
174 std::string id1 = AddNotification();
175 std::string id2 = AddNotification();
176 std::string id3 = AddNotification();
    [all...]
  /external/chromium_org/ash/system/web_notification/
web_notification_tray_unittest.cc 110 void AddNotification(const std::string& id) {
122 GetMessageCenter()->AddNotification(notification.Pass());
170 AddNotification("test_id1");
173 AddNotification("test_id2");
174 AddNotification("test_id2");
200 AddNotification("test_id1");
204 AddNotification("test_id2");
217 AddNotification("test_id4");
218 AddNotification("test_id5");
237 AddNotification(id)
    [all...]

Completed in 1273 milliseconds