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

  /external/chromium_org/chrome/browser/ui/cocoa/apps/
quit_with_apps_controller_mac_interactive_uitest.cc 81 message_center->RemoveAllNotifications(false);
93 message_center->RemoveAllNotifications(false);
125 message_center->RemoveAllNotifications(false);
  /external/chromium_org/ui/message_center/
fake_message_center.cc 75 void FakeMessageCenter::RemoveAllNotifications(bool by_user) {
fake_message_center.h 42 virtual void RemoveAllNotifications(bool by_user) OVERRIDE;
message_center.h 98 virtual void RemoveAllNotifications(bool by_user) = 0;
message_center_impl.h 169 virtual void RemoveAllNotifications(bool by_user) OVERRIDE;
message_center_impl.cc 677 void MessageCenterImpl::RemoveAllNotifications(bool by_user) {
message_center_impl_unittest.cc 603 // And RemoveAllNotifications should remove all.
605 message_center()->RemoveAllNotifications(false /* by_user */);
    [all...]
  /external/chromium_org/chrome/browser/extensions/
extension_storage_monitor.h 98 void RemoveAllNotifications();
extension_storage_monitor.cc 506 RemoveAllNotifications();
530 void ExtensionStorageMonitor::RemoveAllNotifications() {
  /external/chromium_org/chrome/browser/extensions/api/notifications/
notifications_apitest.cc 136 g_browser_process->message_center()->RemoveAllNotifications(false);
141 g_browser_process->message_center()->RemoveAllNotifications(true);
  /external/chromium_org/chrome/browser/ui/views/message_center/
web_notification_tray_browsertest.cc 43 message_center::MessageCenter::Get()->RemoveAllNotifications(false);
  /external/chromium_org/ash/wm/maximize_mode/
maximize_mode_controller_unittest.cc 531 message_center->RemoveAllNotifications(false);
549 message_center->RemoveAllNotifications(false);
  /external/chromium_org/ash/system/web_notification/
web_notification_tray_unittest.cc 105 GetMessageCenter()->RemoveAllNotifications(false);
  /external/chromium_org/chrome/browser/notifications/
message_center_notification_manager.cc 266 message_center_->RemoveAllNotifications(/* by_user */ false);
  /external/chromium_org/ui/message_center/views/
message_popup_collection_unittest.cc 121 MessageCenter::Get()->RemoveAllNotifications(false);

Completed in 388 milliseconds