Searched defs:UpdateNotification (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/ash/system/chromeos/session/
H A Dtray_session_length_limit.cc88 UpdateNotification();
119 void TraySessionLengthLimit::UpdateNotification() { function in class:ash::TraySessionLengthLimit
166 message_center->UpdateNotification(kNotificationId, notification.Pass());
/external/chromium_org/chrome/browser/ui/views/message_center/
H A Dweb_notification_tray_browsertest.cc80 void UpdateNotification(const std::string& replace_id, function in class:message_center::__anon5309::WebNotificationTrayTest
127 UpdateNotification("replace_id2", "test_id3");
128 UpdateNotification("replace_id2", "test_id3");
153 UpdateNotification("replace_id2", "test_id3");
/external/chromium_org/ash/system/web_notification/
H A Dweb_notification_tray_unittest.cc125 void UpdateNotification(const std::string& old_id, function in class:ash::WebNotificationTrayTest
138 GetMessageCenter()->UpdateNotification(old_id, notification.Pass());
179 UpdateNotification("test_id2", "test_id3");
180 UpdateNotification("test_id3", "test_id3");
205 UpdateNotification("test_id2", "test_id3");
/external/chromium_org/chrome/browser/extensions/api/notification_provider/
H A Dnotification_provider_api.cc44 void NotificationProviderEventRouter::UpdateNotification( function in class:extensions::NotificationProviderEventRouter
/external/chromium_org/chrome/browser/extensions/api/synced_notifications_private/
H A Dsynced_notifications_shim.cc217 bool SyncedNotificationsShim::UpdateNotification( function in class:SyncedNotificationsShim
/external/chromium_org/ui/message_center/
H A Dfake_message_center.cc67 void FakeMessageCenter::UpdateNotification( function in class:message_center::FakeMessageCenter
H A Dmessage_center_impl.cc94 void UpdateNotification(const std::string& old_id,
166 message_center->UpdateNotification(change->notification_list_id(),
187 void ChangeQueue::UpdateNotification(const std::string& old_id, function in class:message_center::internal::ChangeQueue
590 void MessageCenterImpl::UpdateNotification( function in class:message_center::MessageCenterImpl
614 notification_queue_->UpdateNotification(old_id, new_notification.Pass());
/external/chromium_org/chrome/browser/extensions/api/notifications/
H A Dnotifications_api.cc326 bool NotificationsApiFunction::UpdateNotification( function in class:extensions::NotificationsApiFunction
553 bool could_update_notification = UpdateNotification(
/external/chromium_org/ui/message_center/views/
H A Dmessage_center_view.cc117 void UpdateNotification(MessageView* view, const Notification& notification);
265 void MessageListView::UpdateNotification(MessageView* view, function in class:message_center::MessageListView
894 message_list_view_->UpdateNotification(view, **iter);

Completed in 5013 milliseconds