HomeSort by relevance Sort by last modified time
    Searched refs:UpdateNotification (Results 1 - 23 of 23) sorted by null

  /external/chromium_org/chrome/browser/chromeos/file_system_provider/
notification_manager.cc 82 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/
synced_notifications_private_api.cc 65 scoped_ptr<api::synced_notifications_private::UpdateNotification::Params>
67 api::synced_notifications_private::UpdateNotification::Params::Create(
80 if (!notifier_service->GetSyncedNotificationsShim()->UpdateNotification(
synced_notifications_shim.h 49 bool UpdateNotification(const std::string& changed_notification);
synced_notifications_shim_unittest.cc 306 TEST_F(SyncedNotificationsShimTest, UpdateNotification) {
311 EXPECT_FALSE(shim()->UpdateNotification(serialized));
315 EXPECT_FALSE(shim()->UpdateNotification("gibberish"));
318 EXPECT_TRUE(shim()->UpdateNotification(serialized));
synced_notifications_shim.cc 217 bool SyncedNotificationsShim::UpdateNotification(
  /external/chromium_org/ash/system/chromeos/session/
tray_session_length_limit.h 57 void UpdateNotification();
tray_session_length_limit.cc 88 UpdateNotification();
119 void TraySessionLengthLimit::UpdateNotification() {
166 message_center->UpdateNotification(kNotificationId, notification.Pass());
  /external/chromium_org/chrome/browser/extensions/api/notifications/
notifications_api.h 32 bool UpdateNotification(const std::string& id,
notifications_api.cc 326 bool NotificationsApiFunction::UpdateNotification(
553 bool could_update_notification = UpdateNotification(
  /external/chromium_org/chrome/browser/ui/views/message_center/
web_notification_tray_browsertest.cc 80 void UpdateNotification(const std::string& replace_id,
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/notification_provider/
notification_provider_api.h 31 void UpdateNotification(
notification_provider_api.cc 44 void NotificationProviderEventRouter::UpdateNotification(
  /external/chromium_org/ui/message_center/
fake_message_center.cc 67 void FakeMessageCenter::UpdateNotification(
fake_message_center.h 37 virtual void UpdateNotification(const std::string& old_id,
message_center.h 92 virtual void UpdateNotification(
message_center_impl_unittest.cc 619 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());
    [all...]
message_center_impl.cc 94 void UpdateNotification(const std::string& old_id,
166 message_center->UpdateNotification(change->notification_list_id(),
187 void ChangeQueue::UpdateNotification(const std::string& old_id,
590 void MessageCenterImpl::UpdateNotification(
614 notification_queue_->UpdateNotification(old_id, new_notification.Pass());
message_center_impl.h 165 virtual void UpdateNotification(const std::string& old_id,
notification_list_unittest.cc 184 TEST_F(NotificationListTest, UpdateNotification) {
  /external/chromium_org/ash/system/web_notification/
web_notification_tray_unittest.cc 125 void UpdateNotification(const std::string& old_id,
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/notifications/
message_center_notifications_unittest.cc 134 TEST_F(MessageCenterNotificationManagerTest, UpdateNotification) {
message_center_notification_manager.cc 181 message_center_->UpdateNotification(
  /external/chromium_org/ui/message_center/views/
message_center_view.cc 117 void UpdateNotification(MessageView* view, const Notification& notification);
265 void MessageListView::UpdateNotification(MessageView* view,
894 message_list_view_->UpdateNotification(view, **iter);
    [all...]

Completed in 907 milliseconds