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

  /external/chromium_org/ash/system/chromeos/session/
tray_session_length_limit_unittest.cc 60 void RemoveNotification() {
61 message_center::MessageCenter::Get()->RemoveNotification(
124 TEST_F(TraySessionLengthLimitTest, RemoveNotification) {
132 RemoveNotification();
147 RemoveNotification();
  /external/chromium_org/chrome/browser/ui/views/message_center/
web_notification_tray_browsertest.cc 95 void RemoveNotification(const std::string& id) {
133 RemoveNotification("test_id1");
138 RemoveNotification("test_id3");
157 RemoveNotification("test_id1");
161 RemoveNotification("test_id3");
250 RemoveNotification("test_id");
  /external/chromium_org/ui/message_center/
fake_message_center.cc 71 void FakeMessageCenter::RemoveNotification(const std::string& id,
notification_list.cc 122 void NotificationList::RemoveNotification(const std::string& id) {
message_center_impl.cc 170 message_center->RemoveNotification(change->notification_list_id(),
635 void MessageCenterImpl::RemoveNotification(const std::string& id,
646 // but the instance can be destructed in RemoveNotification(). Hence
655 notification_list_->RemoveNotification(copied_id);
669 RemoveNotification((*iter)->id(), false);
699 notification_list_->RemoveNotification((*iter)->id());
  /external/chromium_org/ui/message_center/views/
message_center_view_unittest.cc 99 virtual void RemoveNotification(const std::string& notification_id,
183 void MessageCenterViewTest::RemoveNotification(
notification_view_unittest.cc 41 virtual void RemoveNotification(const std::string& notification_id,
153 void NotificationViewTest::RemoveNotification(
toast_contents_view.cc 299 void ToastContentsView::RemoveNotification(
303 collection_->RemoveNotification(notification_id, by_user);
message_popup_collection.cc 83 void MessagePopupCollection::RemoveNotification(
86 message_center_->RemoveNotification(notification_id, by_user);
message_center_view.cc 116 void RemoveNotification(MessageView* view);
249 void MessageListView::RemoveNotification(MessageView* view) {
876 message_list_view_->RemoveNotification(view);
907 void MessageCenterView::RemoveNotification(const std::string& notification_id,
909 message_center_->RemoveNotification(notification_id, by_user);
    [all...]
notification_view.cc 512 void NotificationView::RemoveNotification(const std::string& notification_id,
514 controller_->RemoveNotification(notification_id, by_user);
  /external/chromium_org/ash/system/web_notification/
web_notification_tray_unittest.cc 141 void RemoveNotification(const std::string& id) {
142 GetMessageCenter()->RemoveNotification(id, false);
185 RemoveNotification("test_id1");
190 RemoveNotification("test_id3");
209 RemoveNotification("test_id1");
213 RemoveNotification("test_id3");

Completed in 188 milliseconds