HomeSort by relevance Sort by last modified time
    Searched refs:AddNotification (Results 1 - 25 of 26) sorted by null

1 2

  /external/chromium_org/chrome/browser/ui/views/message_center/
web_notification_tray_browsertest.cc 64 void AddNotification(const std::string& id, const std::string& replace_id) {
109 AddNotification("test_id1", "replace_id1");
113 AddNotification("test_id2", "replace_id2");
114 AddNotification("test_id2", "replace_id2");
140 AddNotification("test_id1", "replace_id1");
144 AddNotification("test_id2", "replace_id2");
171 AddNotification(id, replace_id);
192 AddNotification(id, replace_id);
  /external/chromium_org/ui/message_center/views/
message_popup_collection_unittest.cc 84 std::string AddNotification() {
96 MessageCenter::Get()->AddNotification(notification.Pass());
122 std::string id1 = AddNotification();
123 std::string id2 = AddNotification();
143 std::string id1 = AddNotification();
144 std::string id2 = AddNotification();
157 std::string id0 = AddNotification();
158 std::string id1 = AddNotification();
159 std::string id2 = AddNotification();
160 std::string id3 = AddNotification();
    [all...]
  /external/chromium_org/ui/message_center/
message_center_tray_unittest.cc 66 void AddNotification(const std::string& id) {
77 message_center_->AddNotification(notification.Pass());
124 AddNotification("BasicPopup");
139 AddNotification("MessageCenterClosesPopups");
150 AddNotification("MessageCenterClosesPopups2");
178 message_center_->AddNotification(notification.Pass());
203 AddNotification("ShowBubbleFails");
notification_list_unittest.cc 33 std::string AddNotification(
46 notification_list_->AddNotification(notification.Pass());
51 std::string AddNotification() {
52 return AddNotification(message_center::RichNotificationData());
55 // Utility methods of AddNotification.
59 return AddNotification(optional);
109 std::string id0 = AddNotification();
111 std::string id1 = AddNotification();
130 AddNotification();
139 AddNotification();
    [all...]
fake_message_center.cc 58 void FakeMessageCenter::AddNotification(scoped_ptr<Notification> notification) {
message_center.h 89 virtual void AddNotification(scoped_ptr<Notification> notification) = 0;
fake_message_center.h 32 virtual void AddNotification(scoped_ptr<Notification> notification) OVERRIDE;
notification_list.h 61 void AddNotification(scoped_ptr<Notification> notification);
message_center_impl.h 151 virtual void AddNotification(scoped_ptr<Notification> notification) OVERRIDE;
message_center_impl.cc 275 void MessageCenterImpl::AddNotification(scoped_ptr<Notification> notification) {
283 notification_list_->AddNotification(notification.Pass());
notification_list.cc 75 void NotificationList::AddNotification(scoped_ptr<Notification> notification) {
  /external/chromium_org/ash/system/web_notification/
web_notification_tray_unittest.cc 100 void AddNotification(const std::string& id) {
112 GetMessageCenter()->AddNotification(notification.Pass());
156 AddNotification("test_id1");
159 AddNotification("test_id2");
160 AddNotification("test_id2");
186 AddNotification("test_id1");
190 AddNotification("test_id2");
213 AddNotification(id);
233 AddNotification(id);
305 AddNotification("test_id")
    [all...]
  /external/chromium_org/ash/display/
display_error_observer.cc 73 message_center::MessageCenter::Get()->AddNotification(notification.Pass());
resolution_notification_controller.cc 232 message_center->AddNotification(notification.Pass());
  /external/chromium_org/ash/system/chromeos/managed/
tray_locally_managed_user.cc 38 message_center::MessageCenter::Get()->AddNotification(notification.Pass());
  /external/chromium_org/ash/system/chromeos/screen_security/
screen_capture_tray_item.cc 69 message_center::MessageCenter::Get()->AddNotification(notification.Pass());
screen_share_tray_item.cc 79 message_center::MessageCenter::Get()->AddNotification(notification.Pass());
  /external/chromium_org/ash/system/locale/
locale_notification_controller.cc 120 message_center::MessageCenter::Get()->AddNotification(notification.Pass());
  /external/chromium_org/chrome/browser/notifications/
desktop_notification_service.h 111 static std::string AddNotification(const GURL& origin_url,
desktop_notification_service.cc 259 std::string DesktopNotificationService::AddNotification(
306 return AddNotification(
  /external/chromium_org/ash/system/chromeos/power/
tray_power_unittest.cc 27 virtual void AddNotification(scoped_ptr<Notification> notification) OVERRIDE {
tray_power.cc 213 message_center_->AddNotification(notification.Pass());
  /external/chromium_org/ash/system/ime/
tray_ime.cc 237 message_center->AddNotification(notification.Pass());
  /external/chromium_org/ash/shell/
window_type_launcher.cc 354 ->AddNotification(notification.Pass());
  /external/chromium_org/ash/system/chromeos/
tray_display.cc 207 message_center::MessageCenter::Get()->AddNotification(notification.Pass());

Completed in 191 milliseconds

1 2