Lines Matching refs:username
16 const string16& username,
19 username(username),
37 void FtpAuthCache::Add(const GURL& origin, const string16& username,
44 entry->username = username;
47 entries_.push_front(Entry(origin, username, password));
55 void FtpAuthCache::Remove(const GURL& origin, const string16& username,
58 if (it->origin == origin && it->username == username &&