Searched refs:NotificationViewTest (Results 1 – 2 of 2) sorted by relevance
25 class NotificationViewTest : public views::ViewsTestBase, class28 NotificationViewTest();29 virtual ~NotificationViewTest();101 DISALLOW_COPY_AND_ASSIGN(NotificationViewTest);104 NotificationViewTest::NotificationViewTest() { in NotificationViewTest() function in message_center::NotificationViewTest107 NotificationViewTest::~NotificationViewTest() { in ~NotificationViewTest()110 void NotificationViewTest::SetUp() { in SetUp()141 void NotificationViewTest::TearDown() { in TearDown()147 void NotificationViewTest::ClickOnNotification( in ClickOnNotification()153 void NotificationViewTest::RemoveNotification( in RemoveNotification()[all …]
76 FRIEND_TEST_ALL_PREFIXES(NotificationViewTest, CreateOrUpdateTest);77 FRIEND_TEST_ALL_PREFIXES(NotificationViewTest, TestLineLimits);78 FRIEND_TEST_ALL_PREFIXES(NotificationViewTest, UpdateButtonsStateTest);79 FRIEND_TEST_ALL_PREFIXES(NotificationViewTest, UpdateButtonCountTest);81 friend class NotificationViewTest; variable