Searched refs:RemoveNotification (Results 1 - 25 of 47) 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.cc166 controller_->RemoveNotification(notification_id_, true); // By user.
248 controller_->RemoveNotification(notification_id_, true); // By user.
253 controller_->RemoveNotification(notification_id_, true); // By user.
H A Dmessage_popup_collection.h66 virtual void RemoveNotification(const std::string& notification_id,
H A Dmessage_view.h38 virtual void RemoveNotification(const std::string& notification_id,
H A Dnotification_view.h64 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.cc299 void ToastContentsView::RemoveNotification( function in class:message_center::ToastContentsView
303 collection_->RemoveNotification(notification_id, by_user);
/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::__anon5309::WebNotificationTrayTest
133 RemoveNotification("test_id1");
138 RemoveNotification("test_id3");
157 RemoveNotification("test_id1");
161 RemoveNotification("test_id3");
250 RemoveNotification("test_id");
/external/chromium_org/chrome/browser/chromeos/file_system_provider/
H A Dnotification_manager.cc69 g_browser_process->message_center()->RemoveNotification(
96 g_browser_process->message_center()->RemoveNotification(
/external/chromium_org/ash/display/
H A Ddisplay_error_observer_chromeos.cc36 message_center::MessageCenter::Get()->RemoveNotification(
H A Dresolution_notification_controller.cc199 message_center->RemoveNotification(kNotificationId, false /* by_user */);
267 message_center::MessageCenter::Get()->RemoveNotification(
276 message_center::MessageCenter::Get()->RemoveNotification(
/external/chromium_org/ash/system/web_notification/
H A Dweb_notification_tray_unittest.cc141 void RemoveNotification(const std::string& id) { function in class:ash::WebNotificationTrayTest
142 GetMessageCenter()->RemoveNotification(id, false);
185 RemoveNotification("test_id1");
190 RemoveNotification("test_id3");
209 RemoveNotification("test_id1");
213 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.cc47 message_center::MessageCenter::Get()->RemoveNotification(
H A Dnetwork_portal_detector_impl_browsertest.cc196 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.cc120 g_browser_process->message_center()->RemoveNotification(
128 g_browser_process->message_center()->RemoveNotification(
/external/chromium_org/chrome/browser/notifications/
H A Dmessage_center_notification_manager.cc209 message_center_->RemoveNotification(id, /* by_user */ false);
241 message_center_->RemoveNotification(id, /* by_user */ false);
258 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(

Completed in 559 milliseconds

12