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 120 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,
154 void NotificationViewTest::RemoveNotification(
message_popup_collection.cc 95 void MessagePopupCollection::RemoveNotification(
98 message_center_->RemoveNotification(notification_id, by_user);
toast_contents_view.cc 302 void ToastContentsView::RemoveNotification(
306 collection_->RemoveNotification(notification_id, by_user);
message_center_view.cc 115 void RemoveNotification(MessageView* view);
248 void MessageListView::RemoveNotification(MessageView* view) {
873 message_list_view_->RemoveNotification(view);
904 void MessageCenterView::RemoveNotification(const std::string& notification_id,
906 message_center_->RemoveNotification(notification_id, by_user);
    [all...]
notification_view.cc 507 void NotificationView::RemoveNotification(const std::string& notification_id,
509 controller_->RemoveNotification(notification_id, by_user);
  /external/chromium_org/ash/system/web_notification/
web_notification_tray_unittest.cc 129 void RemoveNotification(const std::string& id) {
130 GetMessageCenter()->RemoveNotification(id, false);
173 RemoveNotification("test_id1");
178 RemoveNotification("test_id3");
197 RemoveNotification("test_id1");
201 RemoveNotification("test_id3");

Completed in 518 milliseconds