Searched refs:ProfileListChromeOSTest (Results 1 – 2 of 2) sorted by relevance
53 class ProfileListChromeOSTest : public testing::Test { class55 ProfileListChromeOSTest() in ProfileListChromeOSTest() function in chromeos::ProfileListChromeOSTest129 DISALLOW_COPY_AND_ASSIGN(ProfileListChromeOSTest);132 TEST_F(ProfileListChromeOSTest, InitialCreation) { in TEST_F() argument146 TEST_F(ProfileListChromeOSTest, ShowLoggedInUsers) { in TEST_F() argument170 TEST_F(ProfileListChromeOSTest, DontShowManagedUsers) { in TEST_F() argument192 TEST_F(ProfileListChromeOSTest, ShowAddProfileLink) { in TEST_F() argument205 TEST_F(ProfileListChromeOSTest, DontShowAddProfileLink) { in TEST_F() argument218 TEST_F(ProfileListChromeOSTest, ActiveItem) { in TEST_F() argument239 TEST_F(ProfileListChromeOSTest, ModifyingNameResortsCorrectly) { in TEST_F() argument[all …]
85 friend class ProfileListChromeOSTest; variable