Searched refs:UpdateNotification (Results 1 - 23 of 23) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/file_system_provider/
H A Dnotification_manager.cc82 g_browser_process->message_center()->UpdateNotification(
91 g_browser_process->message_center()->UpdateNotification(
115 g_browser_process->message_center()->UpdateNotification(
/external/chromium_org/chrome/browser/extensions/api/synced_notifications_private/
H A Dsynced_notifications_private_api.cc65 scoped_ptr<api::synced_notifications_private::UpdateNotification::Params>
67 api::synced_notifications_private::UpdateNotification::Params::Create(
80 if (!notifier_service->GetSyncedNotificationsShim()->UpdateNotification(
H A Dsynced_notifications_shim.h49 bool UpdateNotification(const std::string& changed_notification);
H A Dsynced_notifications_shim_unittest.cc306 TEST_F(SyncedNotificationsShimTest, UpdateNotification) {
311 EXPECT_FALSE(shim()->UpdateNotification(serialized));
315 EXPECT_FALSE(shim()->UpdateNotification("gibberish"));
318 EXPECT_TRUE(shim()->UpdateNotification(serialized));
H A Dsynced_notifications_shim.cc217 bool SyncedNotificationsShim::UpdateNotification( function in class:SyncedNotificationsShim
/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());
H A Dtray_session_length_limit.h57 void UpdateNotification();
/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/chrome/browser/extensions/api/notifications/
H A Dnotifications_api.h32 bool UpdateNotification(const std::string& id,
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/
H A Dfake_message_center.cc67 void FakeMessageCenter::UpdateNotification( function in class:message_center::FakeMessageCenter
H A Dfake_message_center.h37 virtual void UpdateNotification(const std::string& old_id,
H A Dmessage_center.h92 virtual void UpdateNotification(
H A Dmessage_center_impl_unittest.cc619 message_center()->UpdateNotification(id, notification.Pass());
628 message_center()->UpdateNotification(id2, notification.Pass());
665 message_center()->UpdateNotification(ids[1], notification.Pass());
668 message_center()->UpdateNotification(ids[4], notification.Pass());
671 message_center()->UpdateNotification(ids[4], notification.Pass());
675 message_center()->UpdateNotification(ids[3], notification.Pass());
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());
H A Dmessage_center_impl.h165 virtual void UpdateNotification(const std::string& old_id,
H A Dnotification_list_unittest.cc184 TEST_F(NotificationListTest, UpdateNotification) {
/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.h31 void UpdateNotification(
H A Dnotification_provider_api.cc44 void NotificationProviderEventRouter::UpdateNotification( function in class:extensions::NotificationProviderEventRouter
/external/chromium_org/chrome/browser/notifications/
H A Dmessage_center_notifications_unittest.cc134 TEST_F(MessageCenterNotificationManagerTest, UpdateNotification) {
H A Dmessage_center_notification_manager.cc181 message_center_->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 419 milliseconds