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

  /external/chromium_org/chrome/browser/ui/views/message_center/
web_notification_tray_browsertest.cc 93 void RemoveNotification(const std::string& id) {
125 RemoveNotification("test_id1");
130 RemoveNotification("test_id3");
149 RemoveNotification("test_id1");
153 RemoveNotification("test_id3");
  /external/chromium_org/ash/system/web_notification/
web_notification_tray_unittest.cc 131 void RemoveNotification(const std::string& id) {
132 GetMessageCenter()->RemoveNotification(id, false);
171 RemoveNotification("test_id1");
176 RemoveNotification("test_id3");
195 RemoveNotification("test_id1");
199 RemoveNotification("test_id3");
  /external/chromium_org/ui/message_center/
fake_message_center.cc 65 void FakeMessageCenter::RemoveNotification(const std::string& id,
notification_list.cc 104 void NotificationList::RemoveNotification(const std::string& id) {
message_center_impl.cc 311 void MessageCenterImpl::RemoveNotification(const std::string& id,
322 // but the instance can be destructed in RemoveNotification(). Hence
325 notification_list_->RemoveNotification(copied_id);
388 RemoveNotification(id, false);
402 RemoveNotification(id, false);
  /external/chromium_org/chrome/browser/notifications/
desktop_notification_service.cc 311 void DesktopNotificationService::RemoveNotification(

Completed in 752 milliseconds