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

  /external/chromium_org/ui/message_center/
message_center_impl_unittest.cc 620 EXPECT_TRUE(message_center()->FindVisibleNotificationById(id2));
621 EXPECT_FALSE(message_center()->FindVisibleNotificationById(id));
629 EXPECT_TRUE(message_center()->FindVisibleNotificationById(id2));
630 EXPECT_FALSE(message_center()->FindVisibleNotificationById(id));
634 EXPECT_FALSE(message_center()->FindVisibleNotificationById(id2));
635 EXPECT_TRUE(message_center()->FindVisibleNotificationById(id));
650 EXPECT_TRUE(message_center()->FindVisibleNotificationById(ids[i]));
653 EXPECT_FALSE(message_center()->FindVisibleNotificationById(ids[i]));
683 EXPECT_TRUE(message_center()->FindVisibleNotificationById(ids[0]));
684 EXPECT_TRUE(message_center()->FindVisibleNotificationById(ids[1]))
    [all...]
fake_message_center.cc 49 message_center::Notification* FakeMessageCenter::FindVisibleNotificationById(
fake_message_center.h 31 virtual message_center::Notification* FindVisibleNotificationById(
message_center.h 69 virtual message_center::Notification* FindVisibleNotificationById(
message_center_impl.cc 545 message_center::Notification* MessageCenterImpl::FindVisibleNotificationById(
642 if (FindVisibleNotificationById(id) == NULL)
787 if (FindVisibleNotificationById(id) == NULL)
801 if (FindVisibleNotificationById(id) == NULL)
816 if (FindVisibleNotificationById(id) == NULL)
827 if (FindVisibleNotificationById(id) == NULL)
message_center_impl.h 159 virtual message_center::Notification* FindVisibleNotificationById(
  /external/chromium_org/ash/system/chromeos/session/
tray_session_length_limit.cc 126 !message_center->FindVisibleNotificationById(kNotificationId)) {
135 message_center->FindVisibleNotificationById(kNotificationId)) {
165 if (message_center->FindVisibleNotificationById(kNotificationId))
  /external/chromium_org/ash/system/chromeos/network/
network_state_notifier_unittest.cc 101 EXPECT_TRUE(message_center->FindVisibleNotificationById(
  /external/chromium_org/chrome/browser/chromeos/net/
network_portal_detector_impl_browsertest.cc 177 ASSERT_FALSE(message_center()->FindVisibleNotificationById(kNotificationId));
183 ASSERT_TRUE(message_center()->FindVisibleNotificationById(kNotificationId));
network_portal_notification_controller_unittest.cc 24 return message_center->FindVisibleNotificationById(kNotificationId);
  /external/chromium_org/ash/system/chromeos/supervised/
tray_supervised_user.cc 44 if (message_center::MessageCenter::Get()->FindVisibleNotificationById(
  /external/chromium_org/ash/system/web_notification/
web_notification_tray_unittest.cc 172 EXPECT_TRUE(GetMessageCenter()->FindVisibleNotificationById("test_id1"));
176 EXPECT_TRUE(GetMessageCenter()->FindVisibleNotificationById("test_id2"));
182 EXPECT_FALSE(GetMessageCenter()->FindVisibleNotificationById("test_id2"));
186 EXPECT_FALSE(GetMessageCenter()->FindVisibleNotificationById("test_id1"));
192 EXPECT_FALSE(GetMessageCenter()->FindVisibleNotificationById("test_id3"));
  /external/chromium_org/ash/system/chromeos/screen_security/
screen_tray_item_unittest.cc 184 EXPECT_TRUE(message_center->FindVisibleNotificationById(
  /external/chromium_org/chrome/browser/ui/views/message_center/
web_notification_tray_browsertest.cc 101 return message_center->FindVisibleNotificationById(id) != NULL;
  /external/chromium_org/chrome/browser/notifications/
extension_welcome_notification.cc 290 GetMessageCenter()->FindVisibleNotificationById(
extension_welcome_notification_unittest.cc 41 virtual message_center::Notification* FindVisibleNotificationById(
  /external/chromium_org/ash/display/
resolution_notification_controller_unittest.cc 136 return message_center::MessageCenter::Get()->FindVisibleNotificationById(
  /external/chromium_org/chrome/browser/chromeos/display/
display_preferences_unittest.cc 468 message_center::MessageCenter::Get()->FindVisibleNotificationById(
    [all...]

Completed in 440 milliseconds