Home
last modified time | relevance | path

Searched refs:ProfileListChromeOSTest (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/profiles/
Dprofile_list_chromeos_unittest.cc53 class ProfileListChromeOSTest : public testing::Test { class
55 ProfileListChromeOSTest() in ProfileListChromeOSTest() function in chromeos::ProfileListChromeOSTest
129 DISALLOW_COPY_AND_ASSIGN(ProfileListChromeOSTest);
132 TEST_F(ProfileListChromeOSTest, InitialCreation) { in TEST_F() argument
146 TEST_F(ProfileListChromeOSTest, ShowLoggedInUsers) { in TEST_F() argument
170 TEST_F(ProfileListChromeOSTest, DontShowManagedUsers) { in TEST_F() argument
192 TEST_F(ProfileListChromeOSTest, ShowAddProfileLink) { in TEST_F() argument
205 TEST_F(ProfileListChromeOSTest, DontShowAddProfileLink) { in TEST_F() argument
218 TEST_F(ProfileListChromeOSTest, ActiveItem) { in TEST_F() argument
239 TEST_F(ProfileListChromeOSTest, ModifyingNameResortsCorrectly) { in TEST_F() argument
[all …]
Dprofile_helper.h85 friend class ProfileListChromeOSTest; variable