Searched refs:RemoveNotification (Results 1 - 25 of 46) sorted by relevance

12

/external/chromium_org/ui/message_center/views/
H A Dmessage_center_controller.h24 virtual void RemoveNotification(const std::string& notification_id,
H A Dmessage_view.cc138 controller_->RemoveNotification(notification_id_, true); // By user.
220 controller_->RemoveNotification(notification_id_, true); // By user.
225 controller_->RemoveNotification(notification_id_, true); // By user.
H A Dmessage_view.h34 virtual void RemoveNotification(const std::string& notification_id,
H A Dnotification_view.h62 virtual void RemoveNotification(const std::string& notification_id,
H A Dmessage_center_view_unittest.cc99 virtual void RemoveNotification(const std::string& notification_id,
183 void MessageCenterViewTest::RemoveNotification( function in class:message_center::MessageCenterViewTest
H A Dtoast_contents_view.cc302 void ToastContentsView::RemoveNotification( function in class:message_center::ToastContentsView
306 collection_->RemoveNotification(notification_id, by_user);
H A Dmessage_center_view.h85 virtual void RemoveNotification(const std::string& notification_id,
/external/chromium_org/ash/system/chromeos/session/
H A Dtray_session_length_limit_unittest.cc60 void RemoveNotification() { function in class:ash::test::TraySessionLengthLimitTest
61 message_center::MessageCenter::Get()->RemoveNotification(
124 TEST_F(TraySessionLengthLimitTest, RemoveNotification) {
132 RemoveNotification();
147 RemoveNotification();
H A Dtray_session_length_limit.cc136 message_center::MessageCenter::Get()->RemoveNotification(
/external/chromium_org/chrome/browser/ui/views/message_center/
H A Dweb_notification_tray_browsertest.cc95 void RemoveNotification(const std::string& id) { function in class:message_center::__anon5233::WebNotificationTrayTest
133 RemoveNotification("test_id1");
138 RemoveNotification("test_id3");
157 RemoveNotification("test_id1");
161 RemoveNotification("test_id3");
250 RemoveNotification("test_id");
/external/chromium_org/ash/display/
H A Ddisplay_error_observer_chromeos.cc36 message_center::MessageCenter::Get()->RemoveNotification(
H A Dresolution_notification_controller.cc203 message_center->RemoveNotification(kNotificationId, false /* by_user */);
270 message_center::MessageCenter::Get()->RemoveNotification(
279 message_center::MessageCenter::Get()->RemoveNotification(
/external/chromium_org/ash/system/web_notification/
H A Dweb_notification_tray_unittest.cc129 void RemoveNotification(const std::string& id) { function in class:ash::WebNotificationTrayTest
130 GetMessageCenter()->RemoveNotification(id, false);
173 RemoveNotification("test_id1");
178 RemoveNotification("test_id3");
197 RemoveNotification("test_id1");
201 RemoveNotification("test_id3");
/external/chromium_org/chrome/browser/chromeos/net/
H A Dnetwork_portal_notification_controller_unittest.cc128 MessageCenter::Get()->RemoveNotification(kNotificationId, true /* by_user */);
176 MessageCenter::Get()->RemoveNotification(kNotificationId, true /* by_user */);
H A Dnetwork_portal_notification_controller.cc46 message_center::MessageCenter::Get()->RemoveNotification(
H A Dnetwork_portal_detector_impl_browsertest.cc193 message_center()->RemoveNotification(kNotificationId, true);
/external/chromium_org/ui/message_center/
H A Dfake_message_center.cc71 void FakeMessageCenter::RemoveNotification(const std::string& id, function in class:message_center::FakeMessageCenter
H A Dfake_message_center.h41 virtual void RemoveNotification(const std::string& id, bool by_user) OVERRIDE;
H A Dmessage_center.h97 virtual void RemoveNotification(const std::string& id, bool by_user) = 0;
H A Dnotification_list.h70 void RemoveNotification(const std::string& id);
/external/chromium_org/ash/system/chromeos/bluetooth/
H A Dbluetooth_notification_controller.cc138 message_center::MessageCenter::Get()->RemoveNotification(
170 message_center::MessageCenter::Get()->RemoveNotification(
347 message_center::MessageCenter::Get()->RemoveNotification(
/external/chromium_org/chrome/browser/extensions/api/notifications/
H A Dnotifications_apitest.cc117 g_browser_process->message_center()->RemoveNotification(
125 g_browser_process->message_center()->RemoveNotification(
/external/chromium_org/chrome/browser/notifications/
H A Dmessage_center_notification_manager.cc180 message_center_->RemoveNotification(id, /* by_user */ false);
212 message_center_->RemoveNotification(id, /* by_user */ false);
229 message_center_->RemoveNotification(id, /* by_user */ false);
/external/chromium_org/ash/system/chromeos/screen_security/
H A Dscreen_tray_item.cc156 message_center::MessageCenter::Get()->RemoveNotification(
/external/chromium_org/chrome/browser/extensions/
H A Dextension_storage_monitor.cc372 message_center::MessageCenter::Get()->RemoveNotification(
438 message_center::MessageCenter::Get()->RemoveNotification(
523 message_center::MessageCenter::Get()->RemoveNotification(
535 center->RemoveNotification(GetNotificationId(*it), false);

Completed in 463 milliseconds

12