Home
last modified time | relevance | path

Searched defs:notification_id (Results 1 – 25 of 309) sorted by relevance

12345678910>>...13

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/message_center/views/
H A Dmessage_view.h58 virtual void OnSlideStarted(const std::string& notification_id) {} in OnSlideStarted()
59 virtual void OnSlideChanged(const std::string& notification_id) {} in OnSlideChanged()
60 virtual void OnPreSlideOut(const std::string& notification_id) {} in OnPreSlideOut()
61 virtual void OnSlideOut(const std::string& notification_id) {} in OnSlideOut()
62 virtual void OnCloseButtonPressed(const std::string& notification_id) {} in OnCloseButtonPressed()
63 virtual void OnSettingsButtonPressed(const std::string& notification_id) {} in OnSettingsButtonPressed()
64 virtual void OnSnoozeButtonPressed(const std::string& notification_id) {} in OnSnoozeButtonPressed()
165 std::string notification_id() const { return notification_id_; } in notification_id() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/system/message_center/
H A Dmetrics_utils.cc230 const std::string& notification_id) { in GetNotificationType()
241 void LogClickedBody(const std::string& notification_id, bool is_popup) { in LogClickedBody()
255 void LogClickedActionButton(const std::string& notification_id, bool is_popup) { in LogClickedActionButton()
269 void LogInlineReplySent(const std::string& notification_id, bool is_popup) { in LogInlineReplySent()
283 void LogPopupExpiredToTray(const std::string& notification_id) { in LogPopupExpiredToTray()
292 void LogClosedByUser(const std::string& notification_id, in LogClosedByUser()
318 void LogSettingsShown(const std::string& notification_id, in LogSettingsShown()
343 void LogSnoozed(const std::string& notification_id, in LogSnoozed()
367 void LogPopupShown(const std::string& notification_id) { in LogPopupShown()
376 void LogClosedByClearAll(const std::string& notification_id) { in LogClosedByClearAll()
[all …]
H A Dmessage_center_ui_controller.cc104 const std::string& notification_id) { in OnNotificationAdded()
110 const std::string& notification_id, in OnNotificationRemoved()
116 const std::string& notification_id) { in OnNotificationUpdated()
121 const std::string& notification_id, in OnNotificationClicked()
139 const std::string& notification_id, in OnNotificationDisplayed()
154 const std::string& notification_id, in OnNotificationPopupShown()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/message_center/views/
H A Dmessage_view.h58 virtual void OnSlideStarted(const std::string& notification_id) {} in OnSlideStarted()
59 virtual void OnSlideChanged(const std::string& notification_id) {} in OnSlideChanged()
60 virtual void OnPreSlideOut(const std::string& notification_id) {} in OnPreSlideOut()
61 virtual void OnSlideOut(const std::string& notification_id) {} in OnSlideOut()
62 virtual void OnCloseButtonPressed(const std::string& notification_id) {} in OnCloseButtonPressed()
63 virtual void OnSettingsButtonPressed(const std::string& notification_id) {} in OnSettingsButtonPressed()
64 virtual void OnSnoozeButtonPressed(const std::string& notification_id) {} in OnSnoozeButtonPressed()
165 std::string notification_id() const { return notification_id_; } in notification_id() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/message_center/
H A Dmessage_center_observer.h27 virtual void OnNotificationAdded(const std::string& notification_id) {} in OnNotificationAdded()
31 virtual void OnNotificationRemoved(const std::string& notification_id, in OnNotificationRemoved()
36 virtual void OnNotificationUpdated(const std::string& notification_id) {} in OnNotificationUpdated()
43 const std::string& notification_id, in OnNotificationClicked()
54 const std::string& notification_id, in OnNotificationDisplayed()
69 virtual void OnNotificationPopupShown(const std::string& notification_id, in OnNotificationPopupShown()
H A Dmessage_center_stats_collector.cc65 const std::string& notification_id) { in OnNotificationAdded()
80 const std::string& notification_id, in OnNotificationRemoved()
94 const std::string& notification_id) { in OnNotificationUpdated()
104 const std::string& notification_id, in OnNotificationClicked()
122 const std::string& notification_id, in OnNotificationDisplayed()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/message_center/
H A Dmessage_center_observer.h26 virtual void OnNotificationAdded(const std::string& notification_id) {} in OnNotificationAdded()
30 virtual void OnNotificationRemoved(const std::string& notification_id, in OnNotificationRemoved()
35 virtual void OnNotificationUpdated(const std::string& notification_id) {} in OnNotificationUpdated()
42 const std::string& notification_id, in OnNotificationClicked()
53 const std::string& notification_id, in OnNotificationDisplayed()
68 virtual void OnNotificationPopupShown(const std::string& notification_id, in OnNotificationPopupShown()
H A Dmessage_center_stats_collector.cc65 const std::string& notification_id) { in OnNotificationAdded()
80 const std::string& notification_id, in OnNotificationRemoved()
94 const std::string& notification_id) { in OnNotificationUpdated()
104 const std::string& notification_id, in OnNotificationClicked()
122 const std::string& notification_id, in OnNotificationDisplayed()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/test/
H A Dmock_platform_notification_service.cc33 const std::string& notification_id, in DisplayNotification()
49 const std::string& notification_id, in DisplayPersistentNotification()
65 const std::string& notification_id) { in CloseNotification()
77 const std::string& notification_id) { in ClosePersistentNotification()
90 for (const auto& notification_id : non_persistent_notifications_) in GetDisplayedNotifications() local
130 const std::string& notification_id = notification_id_iter->second; in SimulateClick() local
159 const std::string& notification_id = notification_id_iter->second; in SimulateClose() local
171 const std::string& notification_id) { in ReplaceNotificationIfNeeded()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/notifications/
H A Dpopups_only_ui_controller.cc28 const std::string& notification_id) { in OnNotificationAdded()
33 const std::string& notification_id, in OnNotificationRemoved()
39 const std::string& notification_id) { in OnNotificationUpdated()
44 const std::string& notification_id, in OnNotificationClicked()
H A Dnon_persistent_notification_handler.cc31 const std::string& notification_id) { in OnShow()
39 const std::string& notification_id, in OnClose()
50 const std::string& notification_id, in OnClick()
71 const std::string& notification_id, in DidDispatchClickEvent()
H A Dnotification_handler.cc12 const std::string& notification_id) {} in OnShow()
16 const std::string& notification_id, in OnClose()
24 const std::string& notification_id, in OnClick()
/dports/net-mgmt/icingaweb2-module-director/icingaweb2-module-director-1.6.2/schema/mysql-migrations/
H A Dupgrade_77.sql2 notification_id INT(10) UNSIGNED NOT NULL, field
22 notification_id INT(10) UNSIGNED NOT NULL, field
45 notification_id INT(10) UNSIGNED NOT NULL, field
59 notification_id INT(10) UNSIGNED NOT NULL, field
H A Dupgrade_86.sql2 notification_id INT(10) UNSIGNED NOT NULL, field
18 notification_id INT(10) UNSIGNED NOT NULL, field
/dports/net-mgmt/icingaweb2-module-director/icingaweb2-module-director-1.6.2/schema/pgsql-migrations/
H A Dupgrade_77.sql5 notification_id integer NOT NULL, field
20 notification_id integer NOT NULL, field
35 notification_id integer NOT NULL, field
51 notification_id integer NOT NULL, field
H A Dupgrade_86.sql2 notification_id integer NOT NULL, field
18 notification_id integer NOT NULL, field
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/notifications/
H A Dnotification_event_dispatcher_impl.cc193 const std::string& notification_id, in ReadNotificationDatabaseData()
286 const std::string& notification_id, in DeleteNotificationDataFromDatabase()
326 const std::string& notification_id, in DoDispatchNotificationCloseEvent()
357 const std::string& notification_id, in DispatchNotificationEvent()
401 const std::string& notification_id, in DispatchNotificationClickEvent()
421 const std::string& notification_id, in DispatchNotificationCloseEvent()
435 const std::string& notification_id, in RegisterNonPersistentNotificationListener()
465 const std::string& notification_id) { in DispatchNonPersistentShowEvent()
472 const std::string& notification_id, in DispatchNonPersistentClickEvent()
484 const std::string& notification_id, in DispatchNonPersistentCloseEvent()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/notifications/
H A Dnotification_event_dispatcher_impl.cc193 const std::string& notification_id, in ReadNotificationDatabaseData()
286 const std::string& notification_id, in DeleteNotificationDataFromDatabase()
326 const std::string& notification_id, in DoDispatchNotificationCloseEvent()
357 const std::string& notification_id, in DispatchNotificationEvent()
401 const std::string& notification_id, in DispatchNotificationClickEvent()
421 const std::string& notification_id, in DispatchNotificationCloseEvent()
435 const std::string& notification_id, in RegisterNonPersistentNotificationListener()
466 const std::string& notification_id) { in DispatchNonPersistentShowEvent()
473 const std::string& notification_id, in DispatchNonPersistentClickEvent()
485 const std::string& notification_id, in DispatchNonPersistentCloseEvent()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/apps/app_service/
H A Dapp_notifications.cc16 const std::string& notification_id) { in AddNotification()
21 void AppNotifications::RemoveNotification(const std::string& notification_id) { in RemoveNotification()
41 for (const auto& notification_id : it->second) { in RemoveNotificationsForApp() local
56 const std::string& notification_id) { in GetAppIdsForNotification()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/app_menu/
H A Dnotification_menu_controller.cc32 const std::string& notification_id) { in OnNotificationAdded()
51 const std::string& notification_id) { in OnNotificationUpdated()
67 const std::string& notification_id, in OnNotificationRemoved()
106 const std::string& notification_id) { in ActivateNotificationAndClose()
H A Dnotification_overflow_view.cc49 const std::string& notification_id) in NotificationOverflowImageView()
57 const std::string& notification_id() const { return notification_id_; } in notification_id() function in ash::NotificationOverflowImageView
78 const std::string& notification_id) { in AddIcon()
104 void NotificationOverflowView::RemoveIcon(const std::string& notification_id) { in RemoveIcon()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/nearby_sharing/
H A Dnearby_notification_handler.cc29 const std::string& notification_id) { in GetNotificationDelegate()
39 const std::string& notification_id) { in CloseNearbyNotification()
54 const std::string& notification_id, in OnClick()
74 const std::string& notification_id, in OnClose()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chromeos/components/phonehub/
H A Dfake_notification_manager.cc13 int64_t notification_id, in InlineReplyMetadata()
32 void FakeNotificationManager::DismissNotification(int64_t notification_id) { in DismissNotification()
39 int64_t notification_id, in SendInlineReply()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/browser/extensions/api/notifications/
H A Dextension_notification_display_helper.cc39 const std::string& notification_id) { in GetByNotificationId()
61 const std::string& notification_id) { in EraseDataForNotificationId()
77 const std::string& notification_id) { in Close()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/extensions/api/notifications/
H A Dextension_notification_display_helper.cc39 const std::string& notification_id) { in GetByNotificationId()
61 const std::string& notification_id) { in EraseDataForNotificationId()
77 const std::string& notification_id) { in Close()

12345678910>>...13