Home
last modified time | relevance | path

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

12

/external/chromium_org/ui/message_center/
Dmessage_center_observer.h23 virtual void OnNotificationAdded(const std::string& notification_id) {} in OnNotificationAdded()
27 virtual void OnNotificationRemoved(const std::string& notification_id, in OnNotificationRemoved()
32 virtual void OnNotificationUpdated(const std::string& notification_id) {} in OnNotificationUpdated()
36 virtual void OnNotificationClicked(const std::string& notification_id) {} in OnNotificationClicked()
40 virtual void OnNotificationButtonClicked(const std::string& notification_id, in OnNotificationButtonClicked()
46 const std::string& notification_id, in OnNotificationDisplayed()
Dmessage_center_tray.cc207 const std::string& notification_id) { in OnNotificationAdded()
212 const std::string& notification_id, in OnNotificationRemoved()
218 const std::string& notification_id) { in OnNotificationUpdated()
223 const std::string& notification_id) { in OnNotificationClicked()
229 const std::string& notification_id, in OnNotificationButtonClicked()
236 const std::string& notification_id, in OnNotificationDisplayed()
Dfake_message_center.cc81 void FakeMessageCenter::SetNotificationIcon(const std::string& notification_id, in SetNotificationIcon()
85 void FakeMessageCenter::SetNotificationImage(const std::string& notification_id, in SetNotificationImage()
90 const std::string& notification_id, in SetNotificationButtonIcon()
Dnotification_list.cc137 bool NotificationList::SetNotificationIcon(const std::string& notification_id, in SetNotificationIcon()
146 bool NotificationList::SetNotificationImage(const std::string& notification_id, in SetNotificationImage()
156 const std::string& notification_id, int button_index, in SetNotificationButtonIcon()
Dnotification.cc131 const std::string& notification_id, in CreateSystemNotification()
Dfake_notifier_settings_provider.cc91 const std::string* notification_id) { in OnNotifierAdvancedSettingsRequested()
/external/chromium_org/chrome/browser/notifications/
Dmessage_center_stats_collector.cc57 const std::string& notification_id) { in OnNotificationAdded()
67 const std::string& notification_id, bool by_user) { in OnNotificationRemoved()
80 const std::string& notification_id) { in OnNotificationUpdated()
90 const std::string& notification_id) { in OnNotificationClicked()
100 const std::string& notification_id, in OnNotificationButtonClicked()
111 const std::string& notification_id, in OnNotificationDisplayed()
Dgoogle_now_notification_stats_collector.cc32 const std::string& notification_id, in OnNotificationDisplayed()
52 const std::string& notification_id) { in IsNotificationIdForGoogleNow()
Dnotification_ui_manager_android.cc37 const std::string& notification_id) { in CancelById()
Dnotification_test_util.cc57 bool StubNotificationUIManager::CancelById(const std::string& notification_id) { in CancelById()
Dnotification_browsertest.cc91 const std::string& notification_id) OVERRIDE { in OnNotificationAdded()
95 virtual void OnNotificationRemoved(const std::string& notification_id, in OnNotificationRemoved()
101 const std::string& notification_id) OVERRIDE { in OnNotificationUpdated()
269 const char* notification_id, in CancelNotification()
Dmessage_center_notification_manager.cc272 const std::string& notification_id, in OnNotificationRemoved()
293 const std::string& notification_id) { in OnNotificationUpdated()
/external/chromium_org/chrome/browser/extensions/api/notification_provider/
Dnotification_provider_api.cc39 const std::string& notification_id, in CreateNotification()
47 const std::string& notification_id, in UpdateNotification()
54 const std::string& notification_id) { in ClearNotification()
61 const std::string& notification_id, in Create()
77 const std::string& notification_id, in Update()
93 const std::string& notification_id) { in Clear()
/external/chromium_org/ui/message_center/views/
Dmessage_popup_collection.cc79 const std::string& notification_id) { in ClickOnNotification()
84 const std::string& notification_id, in RemoveNotification()
96 const std::string& notification_id) { in HasClickedListener()
101 const std::string& notification_id, in ClickOnNotificationButton()
328 const std::string& notification_id) { in OnNotificationAdded()
333 const std::string& notification_id, in OnNotificationRemoved()
375 const std::string& notification_id) { in OnNotificationUpdated()
Dtoast_contents_view.cc51 const std::string& notification_id, in ToastContentsView()
294 const std::string& notification_id) { in ClickOnNotification()
300 const std::string& notification_id, in RemoveNotification()
316 const std::string& notification_id) { in HasClickedListener()
323 const std::string& notification_id, in ClickOnNotificationButton()
Dmessage_center_view_unittest.cc178 const std::string& notification_id) { in ClickOnNotification()
184 const std::string& notification_id, in RemoveNotification()
199 const std::string& notification_id) { in HasClickedListener()
204 const std::string& notification_id, in ClickOnNotificationButton()
Dnotification_view_unittest.cc148 const std::string& notification_id) { in ClickOnNotification()
154 const std::string& notification_id, in RemoveNotification()
169 const std::string& notification_id) { in HasClickedListener()
174 const std::string& notification_id, in ClickOnNotificationButton()
Dmessage_view.h94 std::string notification_id() { return notification_id_; } in notification_id() function
Dmessage_center_view.cc903 const std::string& notification_id) { in ClickOnNotification()
907 void MessageCenterView::RemoveNotification(const std::string& notification_id, in RemoveNotification()
918 bool MessageCenterView::HasClickedListener(const std::string& notification_id) { in HasClickedListener()
923 const std::string& notification_id, in ClickOnNotificationButton()
Dnotifier_settings_view_unittest.cc40 const std::string* notification_id) OVERRIDE { in OnNotifierAdvancedSettingsRequested()
/external/chromium_org/chrome/browser/chromeos/net/
Dnetwork_portal_notification_controller_unittest.cc33 const std::string& notification_id) OVERRIDE { in OnNotificationAdded()
38 virtual void OnNotificationRemoved(const std::string& notification_id, in OnNotificationRemoved()
45 const std::string& notification_id) OVERRIDE { in OnNotificationUpdated()
Dnetwork_portal_detector_impl_browsertest.cc74 const std::string& notification_id, in OnNotificationDisplayed()
81 virtual void OnNotificationRemoved(const std::string& notification_id, in OnNotificationRemoved()
/external/chromium_org/chrome/browser/background/
Dbackground_contents_service_unittest.cc143 const std::string& notification_id) OVERRIDE { in OnNotificationAdded()
149 const std::string& notification_id) OVERRIDE { in OnNotificationUpdated()
199 std::string notification_id = in CreateCrashNotification() local
/external/chromium_org/content/renderer/
Dnotification_provider.cc35 int notification_id = manager_.RegisterNotification(notification); in show() local
/external/chromium_org/win8/metro_driver/
Dtoast_notification_handler.cc104 const char* notification_id, in DesktopNotification()

12