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

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

Completed in 58 milliseconds