Home
last modified time | relevance | path

Searched refs:OPERATION_CLICK (Results 1 – 10 of 10) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/notifications/
H A Dnotification_platform_bridge_win_interactive_uitest.cc287 bridge->ForwardHandleEventForTesting(NotificationCommon::OPERATION_CLICK, in IN_PROC_BROWSER_TEST_F()
292 EXPECT_EQ(NotificationCommon::OPERATION_CLICK, last_operation_); in IN_PROC_BROWSER_TEST_F()
319 EXPECT_EQ(NotificationCommon::OPERATION_CLICK, last_operation_); in IN_PROC_BROWSER_TEST_F()
639 EXPECT_EQ(NotificationCommon::OPERATION_CLICK, last_operation_); in IN_PROC_BROWSER_TEST_F()
657 EXPECT_EQ(NotificationCommon::OPERATION_CLICK, last_operation_); in IN_PROC_BROWSER_TEST_F()
674 EXPECT_EQ(NotificationCommon::OPERATION_CLICK, last_operation_); in IN_PROC_BROWSER_TEST_F()
H A Dnotification_common.h21 OPERATION_CLICK = 0, enumerator
H A Dnotification_platform_bridge_chromeos.cc144 NotificationCommon::OPERATION_CLICK, notification->type(), in HandleNotificationClicked()
164 NotificationCommon::OPERATION_CLICK, notification->type(), in HandleNotificationButtonClicked()
H A Dnotification_platform_bridge_message_center.cc67 NotificationCommon::OPERATION_CLICK, notification_type_, in Click()
H A Dnotification_display_service_impl.cc155 case NotificationCommon::OPERATION_CLICK: in ProcessNotificationOperation()
H A Dnotification_platform_bridge_linux_unittest.cc848 EXPECT_EQ(NotificationCommon::OPERATION_CLICK, last_operation_); in TEST_F()
891 EXPECT_EQ(NotificationCommon::OPERATION_CLICK, last_operation_); in TEST_F()
H A Dnotification_platform_bridge_android.cc197 NotificationCommon::OPERATION_CLICK, notification_type, in OnNotificationClicked()
H A Dnotification_platform_bridge_linux.cc880 FROM_HERE, data, NotificationCommon::OPERATION_CLICK, in OnActionInvoked()
900 NotificationCommon::OPERATION_CLICK, in OnActionInvoked()
H A Dnotification_platform_bridge_win.cc966 operation = NotificationCommon::OPERATION_CLICK; in HandleActivation()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/cocoa/notifications/
H A Dnotification_response_builder_mac_unittest.mm21 NotificationCommon::OPERATION_CLICK);