Home
last modified time | relevance | path

Searched refs:ShouldShowNotification (Results 1 – 21 of 21) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/system/message_center/
H A Dinactive_user_notification_blocker.cc20 bool InactiveUserNotificationBlocker::ShouldShowNotification( in ShouldShowNotification() function in ash::InactiveUserNotificationBlocker
36 return ShouldShowNotification(notification); in ShouldShowNotificationAsPopup()
H A Dsession_state_notification_blocker.h31 bool ShouldShowNotification(
H A Dinactive_user_notification_blocker.h28 bool ShouldShowNotification(
H A Dsession_state_notification_blocker.cc60 bool SessionStateNotificationBlocker::ShouldShowNotification( in ShouldShowNotification() function in ash::SessionStateNotificationBlocker
H A Dinactive_user_notification_blocker_unittest.cc103 return blocker_->ShouldShowNotification(notification); in ShouldShow()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/media_message_center/
H A Dmedia_session_notification_item.cc222 bool MediaSessionNotificationItem::ShouldShowNotification() const { in ShouldShowNotification() function in media_message_center::MediaSessionNotificationItem
245 if (!ShouldShowNotification() || !is_bound_) in MaybeUnfreeze()
306 ShouldShowNotification() && is_bound_) { in OnFreezeTimerFired()
322 if (!ShouldShowNotification()) { in MaybeHideOrShowNotification()
H A Dmedia_session_notification_item.h96 bool ShouldShowNotification() const; in COMPONENT_EXPORT()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/media_message_center/
H A Dmedia_session_notification_item.cc226 bool MediaSessionNotificationItem::ShouldShowNotification() const { in ShouldShowNotification() function in media_message_center::MediaSessionNotificationItem
249 if (!ShouldShowNotification() || !is_bound_) in MaybeUnfreeze()
310 ShouldShowNotification() && is_bound_) { in OnFreezeTimerFired()
326 if (!ShouldShowNotification()) { in MaybeHideOrShowNotification()
H A Dmedia_session_notification_item.h97 bool ShouldShowNotification() const; in COMPONENT_EXPORT()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/system/cast/
H A Dcast_notification_controller.cc24 bool ShouldShowNotification() { in ShouldShowNotification() function
74 if (!ShouldShowNotification()) { in OnDevicesUpdated()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/message_center/
H A Dnotification_blocker.cc31 bool NotificationBlocker::ShouldShowNotification( in ShouldShowNotification() function in message_center::NotificationBlocker
H A Dnotification_blocker.h36 virtual bool ShouldShowNotification(
H A Dnotification_list.cc283 if (!blockers[i]->ShouldShowNotification(*tuple.first)) { in GetVisibleNotifications()
H A Dmessage_center_impl_unittest.cc284 bool ShouldShowNotification(const Notification& notification) const override { in ShouldShowNotification() function in message_center::__anon49b039ea0211::TotalNotificationBlocker
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/message_center/
H A Dnotification_blocker.cc31 bool NotificationBlocker::ShouldShowNotification( in ShouldShowNotification() function in message_center::NotificationBlocker
H A Dnotification_blocker.h37 virtual bool ShouldShowNotification(
H A Dnotification_list.cc290 if (!blockers[i]->ShouldShowNotification(*tuple.first)) { in GetVisibleNotifications()
H A Dmessage_center_impl_unittest.cc295 bool ShouldShowNotification(const Notification& notification) const override { in ShouldShowNotification() function in message_center::__anon1e44d6af0211::ToggledNotificationBlocker
336 bool ShouldShowNotification(const Notification& notification) const override { in ShouldShowNotification() function in message_center::__anon1e44d6af0211::TotalNotificationBlocker
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/media/
H A Dmedia_notification_controller_impl.cc63 bool ShouldShowNotification( in ShouldShowNotification() function in ash::__anon42ff844d0111::MediaNotificationBlocker
77 return ShouldShowNotification(notification); in ShouldShowNotificationAsPopup()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/usb/
H A Dcros_usb_detector.h191 bool ShouldShowNotification(const device::mojom::UsbDeviceInfo& device_info,
H A Dcros_usb_detector.cc415 bool CrosUsbDetector::ShouldShowNotification( in ShouldShowNotification() function in chromeos::CrosUsbDetector
485 !ShouldShowNotification(*device_info, in OnDeviceChecked()