Searched refs:kOtherword (Results 1 – 2 of 2) sorted by relevance
19 const string16 kOtherword(ASCIIToUTF16("otherword")); variable107 cache.Add(GURL("ftp://host"), kOthername, kOtherword); in TEST()112 EXPECT_EQ(kOtherword, entry2->password); in TEST()115 cache.Remove(GURL("ftp://HOsT"), kOthername, kOtherword); in TEST()
20 const base::string16 kOtherword(ASCIIToUTF16("otherword")); variable108 cache.Add(GURL("ftp://host"), net::AuthCredentials(kOthername, kOtherword)); in TEST()113 EXPECT_EQ(kOtherword, entry2->credentials.password()); in TEST()117 net::AuthCredentials(kOthername, kOtherword)); in TEST()