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

  /external/chromium_org/chrome/browser/ui/views/message_center/
web_notification_tray_browsertest.cc 111 EXPECT_TRUE(message_center->HasNotification("test_id1"));
112 EXPECT_FALSE(message_center->HasNotification("test_id2"));
116 EXPECT_TRUE(message_center->HasNotification("test_id2"));
122 EXPECT_FALSE(message_center->HasNotification("test_id2"));
126 EXPECT_FALSE(message_center->HasNotification("test_id1"));
132 EXPECT_FALSE(message_center->HasNotification("test_id3"));
  /external/chromium_org/ui/message_center/
message_center_impl.cc 250 bool MessageCenterImpl::HasNotification(const std::string& id) {
251 return notification_list_->HasNotification(id);
282 bool already_exists = notification_list_->HasNotification(id);
313 if (!HasNotification(id))
368 if (!HasNotification(notification_id))
412 if (!HasNotification(id))
420 if (!HasNotification(id))
434 if (!HasNotification(id))
449 if (!HasNotification(id))
457 if (!HasNotification(id)
    [all...]
fake_message_center.cc 37 bool FakeMessageCenter::HasNotification(const std::string& id) {
message_center.h 77 virtual bool HasNotification(const std::string& id) = 0;
fake_message_center.h 27 virtual bool HasNotification(const std::string& id) OVERRIDE;
notification_list.h 86 bool HasNotification(const std::string& id);
message_center_impl.h 146 virtual bool HasNotification(const std::string& id) OVERRIDE;
notification_list.cc 177 bool NotificationList::HasNotification(const std::string& id) {
notification_list_unittest.cc 116 EXPECT_TRUE(notification_list()->HasNotification(id0));
117 EXPECT_TRUE(notification_list()->HasNotification(id1));
118 EXPECT_FALSE(notification_list()->HasNotification(id1 + "foo"));
  /external/chromium_org/ash/system/chromeos/managed/
tray_locally_managed_user.cc 57 if (message_center::MessageCenter::Get()->HasNotification(
  /external/chromium_org/ash/system/web_notification/
web_notification_tray_unittest.cc 158 EXPECT_TRUE(GetMessageCenter()->HasNotification("test_id1"));
162 EXPECT_TRUE(GetMessageCenter()->HasNotification("test_id2"));
168 EXPECT_FALSE(GetMessageCenter()->HasNotification("test_id2"));
172 EXPECT_FALSE(GetMessageCenter()->HasNotification("test_id1"));
178 EXPECT_FALSE(GetMessageCenter()->HasNotification("test_id3"));
  /external/chromium_org/ash/system/chromeos/screen_security/
screen_tray_item_unittest.cc 183 EXPECT_TRUE(message_center->HasNotification(tray_item->GetNotificationId()));
  /external/chromium_org/ash/display/
resolution_notification_controller_unittest.cc 75 return message_center::MessageCenter::Get()->HasNotification(
  /external/chromium_org/ash/system/ime/
tray_ime.cc 214 if (!message_center->HasNotification(kIMENotificationId) && message_shown_)
  /external/chromium_org/chrome/browser/notifications/
message_center_notification_manager.cc 208 DCHECK(message_center_->HasNotification(old_id));
  /external/chromium_org/chrome/browser/chromeos/display/
display_preferences_unittest.cc 386 EXPECT_FALSE(message_center::MessageCenter::Get()->HasNotification(

Completed in 225 milliseconds