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