Lines Matching defs:FtpAuthCache
13 const size_t FtpAuthCache::kMaxEntries = 10;
15 FtpAuthCache::Entry::Entry(const GURL& origin,
23 FtpAuthCache::Entry::~Entry() {}
25 FtpAuthCache::FtpAuthCache() {}
27 FtpAuthCache::~FtpAuthCache() {}
29 FtpAuthCache::Entry* FtpAuthCache::Lookup(const GURL& origin) {
37 void FtpAuthCache::Add(const GURL& origin, const string16& username,
55 void FtpAuthCache::Remove(const GURL& origin, const string16& username,