RemoveAllVisibleNotifications   42 ui/message_center/fake_message_center.h   virtual void RemoveAllVisibleNotifications(bool by_user) OVERRIDE;
RemoveAllVisibleNotifications   90 ui/message_center/message_center.h   virtual void RemoveAllVisibleNotifications(bool by_user) = 0;
RemoveAllVisibleNotifications  165 ui/message_center/message_center_impl.h   virtual void RemoveAllVisibleNotifications(bool by_user) OVERRIDE;
RemoveAllVisibleNotifications  566 ui/message_center/message_center_impl_unittest.cc   message_center()->RemoveAllVisibleNotifications(false /* by_user */);
RemoveAllVisibleNotifications  695 ui/message_center/views/message_center_view.cc   message_center_->RemoveAllVisibleNotifications(true);  // Action by user.