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

  /external/chromium_org/chrome/browser/ui/views/message_center/
web_notification_tray_browsertest.cc 119 EXPECT_TRUE(message_center->HasNotification("test_id1"));
120 EXPECT_FALSE(message_center->HasNotification("test_id2"));
124 EXPECT_TRUE(message_center->HasNotification("test_id2"));
130 EXPECT_FALSE(message_center->HasNotification("test_id2"));
134 EXPECT_FALSE(message_center->HasNotification("test_id1"));
140 EXPECT_FALSE(message_center->HasNotification("test_id3"));
  /external/chromium_org/ui/message_center/
message_center_impl_unittest.cc 151 // Right now, MessageCenter::HasNotification() returns regardless of blockers.
591 EXPECT_TRUE(message_center()->HasNotification(id2));
592 EXPECT_FALSE(message_center()->HasNotification(id));
600 EXPECT_TRUE(message_center()->HasNotification(id2));
601 EXPECT_FALSE(message_center()->HasNotification(id));
605 EXPECT_FALSE(message_center()->HasNotification(id2));
606 EXPECT_TRUE(message_center()->HasNotification(id));
621 EXPECT_TRUE(message_center()->HasNotification(ids[i]));
624 EXPECT_FALSE(message_center()->HasNotification(ids[i]));
654 EXPECT_TRUE(message_center()->HasNotification(ids[0]))
    [all...]
fake_message_center.cc 41 bool FakeMessageCenter::HasNotification(const std::string& id) {
fake_message_center.h 29 virtual bool HasNotification(const std::string& id) OVERRIDE;
message_center.h 59 virtual bool HasNotification(const std::string& id) = 0;
message_center_impl.cc 518 bool MessageCenterImpl::HasNotification(const std::string& id) {
524 return notification_list_->HasNotification(id);
564 bool already_exists = notification_list_->HasNotification(id);
630 if (!HasNotification(id))
769 if (!HasNotification(id))
777 if (!HasNotification(id))
791 if (!HasNotification(id))
806 if (!HasNotification(id))
815 if (!HasNotification(id))
notification_list.h 86 bool HasNotification(const std::string& id);
message_center_impl.h 153 virtual bool HasNotification(const std::string& id) OVERRIDE;
notification_list.cc 161 bool NotificationList::HasNotification(const std::string& id) {
notification_list_unittest.cc 137 EXPECT_TRUE(notification_list()->HasNotification(id0));
138 EXPECT_TRUE(notification_list()->HasNotification(id1));
139 EXPECT_FALSE(notification_list()->HasNotification(id1 + "foo"));
  /external/chromium_org/ash/system/chromeos/managed/
tray_locally_managed_user.cc 43 if (message_center::MessageCenter::Get()->HasNotification(kNotificationId))
  /external/chromium_org/ash/system/chromeos/network/
network_state_notifier_unittest.cc 102 EXPECT_TRUE(message_center->HasNotification(
  /external/chromium_org/ash/system/web_notification/
web_notification_tray_unittest.cc 168 EXPECT_TRUE(GetMessageCenter()->HasNotification("test_id1"));
172 EXPECT_TRUE(GetMessageCenter()->HasNotification("test_id2"));
178 EXPECT_FALSE(GetMessageCenter()->HasNotification("test_id2"));
182 EXPECT_FALSE(GetMessageCenter()->HasNotification("test_id1"));
188 EXPECT_FALSE(GetMessageCenter()->HasNotification("test_id3"));
  /external/chromium_org/chrome/browser/notifications/
welcome_notification.cc 194 message_center_->HasNotification(welcome_notification_id_)) {
welcome_notification_unittest.cc 39 virtual bool HasNotification(const std::string& id) OVERRIDE {
message_center_notification_manager.cc 127 DCHECK(message_center_->HasNotification(old_id));
  /external/chromium_org/ash/system/chromeos/screen_security/
screen_tray_item_unittest.cc 184 EXPECT_TRUE(message_center->HasNotification(tray_item->GetNotificationId()));
  /external/chromium_org/ash/display/
resolution_notification_controller_unittest.cc 77 return message_center::MessageCenter::Get()->HasNotification(
  /external/chromium_org/ash/system/ime/
tray_ime.cc 220 if (!message_center->HasNotification(kIMENotificationId) && message_shown_)
  /external/chromium_org/ash/system/session_length_limit/
tray_session_length_limit.cc 88 if (!state_changed && !message_center->HasNotification(notification_id))
  /external/chromium_org/chrome/browser/chromeos/display/
display_preferences_unittest.cc 386 EXPECT_FALSE(message_center::MessageCenter::Get()->HasNotification(

Completed in 220 milliseconds