Searched defs:name_c (Results 1 - 1 of 1) sorted by last modified time

/external/chromium_org/chrome/browser/profiles/
H A Dprofile_info_cache_unittest.cc227 base::string16 name_c = ASCIIToUTF16("cat"); local
229 GetProfilePath("path_c"), name_c, base::string16(), 0, std::string());
233 EXPECT_EQ(name_c, GetCache()->GetNameOfProfileAtIndex(1));
243 EXPECT_EQ(name_c, GetCache()->GetNameOfProfileAtIndex(2));
251 EXPECT_EQ(name_c, GetCache()->GetNameOfProfileAtIndex(1));

Completed in 89 milliseconds