Searched defs:FtpAuthCache (Results 1 - 2 of 2) sorted by relevance

/external/chromium/net/ftp/
H A Dftp_auth_cache.cc13 const size_t FtpAuthCache::kMaxEntries = 10;
15 FtpAuthCache::Entry::Entry(const GURL& origin,
23 FtpAuthCache::Entry::~Entry() {}
25 FtpAuthCache::FtpAuthCache() {} function in class:net::FtpAuthCache
27 FtpAuthCache::~FtpAuthCache() {}
29 FtpAuthCache::Entry* FtpAuthCache::Lookup(const GURL& origin) {
37 void FtpAuthCache
[all...]
H A Dftp_auth_cache.h16 // The FtpAuthCache class is a simple cache structure to store authentication
24 class FtpAuthCache { class in namespace:net
39 FtpAuthCache();
40 ~FtpAuthCache();

Completed in 81 milliseconds