Home
last modified time | relevance | path

Searched refs:renotify (Results 1 – 25 of 94) sorted by relevance

1234

/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/meta/notifications/
H A Didlharness.https.any.js.ini17 [Notification interface: attribute renotify]
37 [Notification interface: notification must inherit property "renotify" with the proper type]
40 [Notification interface: attribute renotify]
72 [Notification interface: notification must inherit property "renotify" with the proper type]
75 [Notification interface: attribute renotify]
107 [Notification interface: notification must inherit property "renotify" with the proper type]
110 [Notification interface: attribute renotify]
/dports/www/firefox/firefox-99.0/testing/web-platform/meta/notifications/
H A Didlharness.https.any.js.ini15 [Notification interface: attribute renotify]
35 [Notification interface: notification must inherit property "renotify" with the proper type]
38 [Notification interface: attribute renotify]
70 [Notification interface: notification must inherit property "renotify" with the proper type]
73 [Notification interface: attribute renotify]
105 [Notification interface: notification must inherit property "renotify" with the proper type]
108 [Notification interface: attribute renotify]
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/meta/notifications/
H A Didlharness.https.any.js.ini17 [Notification interface: attribute renotify]
37 [Notification interface: notification must inherit property "renotify" with the proper type]
40 [Notification interface: attribute renotify]
72 [Notification interface: notification must inherit property "renotify" with the proper type]
75 [Notification interface: attribute renotify]
107 [Notification interface: notification must inherit property "renotify" with the proper type]
110 [Notification interface: attribute renotify]
/dports/lang/spidermonkey78/firefox-78.9.0/testing/web-platform/meta/notifications/
H A Didlharness.https.any.js.ini18 [Notification interface: attribute renotify]
44 [Notification interface: notification must inherit property "renotify" with the proper type]
47 [Notification interface: attribute renotify]
91 [Notification interface: notification must inherit property "renotify" with the proper type]
94 [Notification interface: attribute renotify]
138 [Notification interface: notification must inherit property "renotify" with the proper type]
141 [Notification interface: attribute renotify]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/message_center/public/cpp/
H A Dnotification.h158 bool renotify = false; variable
290 bool renotify() const { return optional_fields_.renotify; } in renotify() function
291 void set_renotify(bool renotify) { optional_fields_.renotify = renotify; } in set_renotify() argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/message_center/public/cpp/
H A Dnotification.h164 bool renotify = false; variable
296 bool renotify() const { return optional_fields_.renotify; } in renotify() function
297 void set_renotify(bool renotify) { optional_fields_.renotify = renotify; } in set_renotify() argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/assistant/
H A Dassistant_notification_controller_impl_unittest.cc109 AssistantNotificationBuilder& WithRenotify(bool renotify) { in WithRenotify() argument
110 notification_.renotify = renotify; in WithRenotify()
572 EXPECT_FALSE(system_notification->renotify()); in TEST_F()
582 EXPECT_FALSE(system_notification->renotify()); in TEST_F()
592 EXPECT_TRUE(system_notification->renotify()); in TEST_F()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/modules/notifications/
H A Dnotification_data.cc57 if (options->renotify() && options->tag().IsEmpty()) { in CreateNotificationData()
89 notification_data->renotify = options->renotify(); in CreateNotificationData()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/notifications/
H A Dnotification_data.cc63 if (options->renotify() && options->tag().IsEmpty()) { in CreateNotificationData()
101 notification_data->renotify = options->renotify(); in CreateNotificationData()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/common/notifications/
H A Dnotification_mojom_traits.cc97 platform_notification_data->renotify = notification_data.renotify(); in Read()
H A Dnotification_mojom_traits_unittest.cc56 notification_data.renotify = true; in TEST()
97 EXPECT_EQ(roundtrip_notification_data.renotify, notification_data.renotify); in TEST()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/common/notifications/
H A Dnotification_mojom_traits.cc125 platform_notification_data->renotify = notification_data.renotify(); in Read()
H A Dnotification_mojom_traits_unittest.cc55 notification_data.renotify = true; in TEST()
94 EXPECT_EQ(roundtrip_notification_data.renotify, notification_data.renotify); in TEST()
/dports/www/firefox/firefox-99.0/testing/web-platform/tests/interfaces/
H A Dnotifications.idl30 readonly attribute boolean renotify;
49 boolean renotify = false;
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/tests/interfaces/
H A Dnotifications.idl30 readonly attribute boolean renotify;
49 boolean renotify = false;
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/tests/interfaces/
H A Dnotifications.idl30 readonly attribute boolean renotify;
49 boolean renotify = false;
/dports/lang/spidermonkey78/firefox-78.9.0/testing/web-platform/tests/interfaces/
H A Dnotifications.idl30 readonly attribute boolean renotify;
49 boolean renotify = false;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/public/common/notifications/
H A Dnotification_mojom_traits.h106 static bool renotify(const blink::PlatformNotificationData& data) {
107 return data.renotify;
H A Dplatform_notification_data.h88 bool renotify = false; member
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/public/common/notifications/
H A Dnotification_mojom_traits.h115 static bool renotify(const blink::PlatformNotificationData& data) {
116 return data.renotify;
H A Dplatform_notification_data.h95 bool renotify = false; member
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/java/src/org/chromium/chrome/browser/notifications/
H A DNotificationPlatformBridge.java497 final boolean renotify, final boolean silent, final ActionInfo[] actions) { in displayNotification() argument
506 icon, badge, vibrationPattern, timestamp, renotify, silent, actions, in displayNotification()
526 boolean renotify, boolean silent, ActionInfo[] actions, String webApkPackage) { in displayNotificationInternal() argument
536 vibrationPattern, timestamp, renotify, silent, actions, webApkPackage); in displayNotificationInternal()
579 boolean renotify, boolean silent, ActionInfo[] actions, String webApkPackage) { in prepareNotificationBuilder() argument
604 .setRenotify(renotify) in prepareNotificationBuilder()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/crosapi/
H A Dmessage_center_ash.cc76 rich_data.renotify = notification->renotify; in FromMojo()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chromeos/services/assistant/public/cpp/
H A Dassistant_notification.h91 bool renotify = false; in COMPONENT_EXPORT() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/notifications/
H A Dnotification_database_conversions.cc137 notification_data->renotify = payload.renotify(); in DeserializeNotificationDatabaseData()
228 payload->set_renotify(notification_data.renotify); in SerializeNotificationDatabaseData()

1234