Searched refs:notification_id_ (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/chrome/browser/status_icons/
H A Ddesktop_notification_balloon.h30 std::string notification_id_; member in class:DesktopNotificationBalloon
H A Ddesktop_notification_balloon.cc69 if (!notification_id_.empty())
70 CloseBalloon(notification_id_);
85 notification_id_ = DesktopNotificationService::AddIconNotification(
/external/chromium_org/chrome/browser/sync/
H A Dsync_error_notifier_ash.cc129 notification_id_ = kProfileSyncNotificationId + profile_->GetProfileName();
154 g_browser_process->notification_ui_manager()->CancelById(notification_id_);
172 if (notification_ui_manager->FindById(notification_id_))
182 new SyncNotificationDelegate(notification_id_, profile_);
194 GURL(notification_id_),
202 base::ASCIIToUTF16(notification_id_),
H A Dsync_error_notifier_ash.h39 std::string notification_id_; member in class:SyncErrorNotifier
/external/chromium_org/chrome/browser/signin/
H A Dsignin_error_notifier_ash.h41 std::string notification_id_; member in class:SigninErrorNotifier
H A Dsignin_error_notifier_ash.cc142 notification_id_ = kProfileSigninNotificationId + profile->GetProfileName();
167 g_browser_process->notification_ui_manager()->CancelById(notification_id_);
191 new SigninNotificationDelegate(notification_id_, profile_);
202 GURL(notification_id_),
210 base::ASCIIToUTF16(notification_id_),
215 if (notification_ui_manager->FindById(notification_id_))
/external/chromium_org/ui/message_center/views/
H A Dmessage_view.cc69 notification_id_(notification_id),
153 controller_->ClickOnNotification(notification_id_);
162 controller_->ClickOnNotification(notification_id_);
166 controller_->RemoveNotification(notification_id_, true); // By user.
179 controller_->ClickOnNotification(notification_id_);
227 controller_->ClickOnNotification(notification_id_);
248 controller_->RemoveNotification(notification_id_, true); // By user.
253 controller_->RemoveNotification(notification_id_, true); // By user.
H A Dmessage_view.h94 std::string notification_id() { return notification_id_; }
108 std::string notification_id_; member in class:message_center::MessageView
/external/chromium_org/chrome/browser/notifications/
H A Dnotification_test_util.h50 : notification_id_(id) {
73 return notification_id_;
80 std::string notification_id_; member in class:LoggingNotificationDelegate
/external/chromium_org/content/browser/frame_host/
H A Drender_frame_host_impl.cc87 notification_id_(notification_id) {}
98 rfh->GetRoutingID(), notification_id_));
108 rfh->GetRoutingID(), notification_id_));
118 rfh->GetRoutingID(), notification_id_, by_user));
120 notification_id_); variable
130 rfh->GetRoutingID(), notification_id_));
136 int notification_id_; member in class:content::__anon7144::DesktopNotificationDelegateImpl

Completed in 2660 milliseconds