HomeSort by relevance Sort by last modified time
    Searched refs:RemoveNotification (Results 1 - 25 of 47) sorted by null

1 2

  /external/chromium_org/ui/message_center/views/
message_center_controller.h 24 virtual void RemoveNotification(const std::string& notification_id,
message_view.cc 166 controller_->RemoveNotification(notification_id_, true); // By user.
248 controller_->RemoveNotification(notification_id_, true); // By user.
253 controller_->RemoveNotification(notification_id_, true); // By user.
message_center_view.h 85 virtual void RemoveNotification(const std::string& notification_id,
message_popup_collection.h 66 virtual void RemoveNotification(const std::string& notification_id,
message_view.h 38 virtual void RemoveNotification(const std::string& notification_id,
notification_view.h 64 virtual void RemoveNotification(const std::string& notification_id,
toast_contents_view.h 83 virtual void RemoveNotification(const std::string& notification_id,
message_center_view_unittest.cc 99 virtual void RemoveNotification(const std::string& notification_id,
183 void MessageCenterViewTest::RemoveNotification(
toast_contents_view.cc 299 void ToastContentsView::RemoveNotification(
303 collection_->RemoveNotification(notification_id, by_user);
  /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/chrome/browser/chromeos/file_system_provider/
notification_manager.cc 69 g_browser_process->message_center()->RemoveNotification(
96 g_browser_process->message_center()->RemoveNotification(
  /external/chromium_org/ash/display/
display_error_observer_chromeos.cc 36 message_center::MessageCenter::Get()->RemoveNotification(
resolution_notification_controller.cc 199 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/
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");
  /external/chromium_org/chrome/browser/chromeos/net/
network_portal_notification_controller_unittest.cc 128 MessageCenter::Get()->RemoveNotification(kNotificationId, true /* by_user */);
176 MessageCenter::Get()->RemoveNotification(kNotificationId, true /* by_user */);
network_portal_notification_controller.cc 47 message_center::MessageCenter::Get()->RemoveNotification(
  /external/chromium_org/ui/message_center/
fake_message_center.cc 71 void FakeMessageCenter::RemoveNotification(const std::string& id,
fake_message_center.h 41 virtual void RemoveNotification(const std::string& id, bool by_user) OVERRIDE;
message_center.h 97 virtual void RemoveNotification(const std::string& id, bool by_user) = 0;
notification_list.h 70 void RemoveNotification(const std::string& id);
  /external/chromium_org/ash/system/chromeos/bluetooth/
bluetooth_notification_controller.cc 138 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/
notifications_apitest.cc 120 g_browser_process->message_center()->RemoveNotification(
128 g_browser_process->message_center()->RemoveNotification(
  /external/chromium_org/chrome/browser/notifications/
message_center_notification_manager.cc 209 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/
screen_tray_item.cc 156 message_center::MessageCenter::Get()->RemoveNotification(

Completed in 591 milliseconds

1 2