Home
last modified time | relevance | path

Searched refs:notification_id_ (Results 1 – 12 of 12) sorted by relevance

/external/chromium/chrome/browser/notifications/
Dnotification_object_proxy.cc17 notification_id_(notification_id), in NotificationObjectProxy()
22 Send(new DesktopNotificationMsg_PostDisplay(route_id_, notification_id_)); in Display()
27 route_id_, notification_id_, string16())); in Error()
32 route_id_, notification_id_, by_user)); in Close()
36 Send(new DesktopNotificationMsg_PostClick(route_id_, notification_id_)); in Click()
41 notification_id_, worker_); in id()
Dnotification_test_util.h45 : notification_id_(id) { in LoggingNotificationDelegate()
65 return notification_id_; in id()
68 std::string notification_id_;
Dnotification_object_proxy.h48 int notification_id_; variable
/external/chromium_org/chrome/browser/notifications/
Dnotification_object_proxy.cc16 notification_id_(notification_id), in NotificationObjectProxy()
34 host->DesktopNotificationPostDisplay(notification_id_); in Display()
40 host->DesktopNotificationPostError(notification_id_, base::string16()); in Error()
46 host->DesktopNotificationPostClose(notification_id_, by_user); in Close()
52 host->DesktopNotificationPostClick(notification_id_); in Click()
57 notification_id_, worker_); in id()
Dnotification_test_util.h46 : notification_id_(id) { in LoggingNotificationDelegate()
69 return notification_id_; in id()
76 std::string notification_id_;
Dnotification_object_proxy.h41 int notification_id_; variable
/external/chromium_org/chrome/browser/notifications/sync_notifier/
Dchrome_notifier_delegate.cc21 : notification_id_(notification_id), chrome_notifier_(notifier) {} in ChromeNotifierDelegate()
26 return notification_id_; in id()
34 DCHECK(!notification_id_.empty()); in CollectAction()
45 chrome_notifier_->FindNotificationById(notification_id_); in Click()
61 chrome_notifier_->FindNotificationById(notification_id_); in ButtonClick()
89 chrome_notifier_->MarkNotificationAsRead(notification_id_); in Close()
Dchrome_notifier_delegate.h58 const std::string notification_id_; variable
/external/chromium_org/ui/message_center/views/
Dmessage_view.cc171 notification_id_(notification_id), in MessageView()
233 controller_->ClickOnNotification(notification_id_); in OnMousePressed()
242 controller_->ClickOnNotification(notification_id_); in OnKeyPressed()
246 controller_->RemoveNotification(notification_id_, true); // By user. in OnKeyPressed()
259 controller_->ClickOnNotification(notification_id_); in OnKeyReleased()
282 controller_->ClickOnNotification(notification_id_); in OnGestureEvent()
303 controller_->RemoveNotification(notification_id_, true); // By user. in ButtonPressed()
308 controller_->RemoveNotification(notification_id_, true); // By user. in OnSlideOut()
Dmessage_view.h82 std::string notification_id() { return notification_id_; } in notification_id()
94 std::string notification_id_; variable
/external/chromium_org/chrome/browser/status_icons/
Ddesktop_notification_balloon.cc69 if (!notification_id_.empty()) in ~DesktopNotificationBalloon()
70 CloseBalloon(notification_id_); in ~DesktopNotificationBalloon()
85 notification_id_ = DesktopNotificationService::AddIconNotification( in DisplayBalloon()
Ddesktop_notification_balloon.h30 std::string notification_id_;