HomeSort by relevance Sort by last modified time
    Searched refs:RemoveAllNotifications (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/ui/message_center/
fake_message_center.cc 69 void FakeMessageCenter::RemoveAllNotifications(bool by_user) {
message_center.h 98 virtual void RemoveAllNotifications(bool by_user) = 0;
fake_message_center.h 38 virtual void RemoveAllNotifications(bool by_user) OVERRIDE;
notification_list.h 68 void RemoveAllNotifications();
message_center_impl.h 156 virtual void RemoveAllNotifications(bool by_user) OVERRIDE;
message_center_impl.cc 331 void MessageCenterImpl::RemoveAllNotifications(bool by_user) {
339 notification_list_->RemoveAllNotifications();
notification_list.cc 108 void NotificationList::RemoveAllNotifications() {
notification_list_unittest.cc 133 notification_list()->RemoveAllNotifications();
297 notification_list()->RemoveAllNotifications();
  /external/chromium_org/chrome/browser/ui/views/message_center/
web_notification_tray_browsertest.cc 42 message_center::MessageCenter::Get()->RemoveAllNotifications(false);
  /external/chromium_org/ash/system/web_notification/
web_notification_tray_unittest.cc 95 GetMessageCenter()->RemoveAllNotifications(false);
  /external/chromium_org/chrome/browser/notifications/
message_center_notification_manager.cc 153 message_center_->RemoveAllNotifications(/* by_user */ false);
  /external/chromium_org/ui/message_center/views/
message_popup_collection_unittest.cc 108 MessageCenter::Get()->RemoveAllNotifications(false);
message_center_view.cc 729 message_center_->RemoveAllNotifications(true); // Action by user.
    [all...]

Completed in 316 milliseconds