Searched refs:FtpAuthCache (Results 1 - 6 of 6) 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();
H A Dftp_network_session.h22 FtpAuthCache* auth_cache() { return &auth_cache_; }
30 FtpAuthCache auth_cache_;
H A Dftp_auth_cache_unittest.cc13 using net::FtpAuthCache;
32 FtpAuthCache cache;
42 FtpAuthCache::Entry* entry1 = cache.Lookup(origin1);
50 FtpAuthCache::Entry* entry2 = cache.Lookup(origin2);
61 FtpAuthCache::Entry* entry3 = cache.Lookup(origin1);
79 FtpAuthCache cache;
95 FtpAuthCache cache;
101 FtpAuthCache::Entry* entry1 = cache.Lookup(GURL("ftp://HoSt:21"));
108 FtpAuthCache::Entry* entry2 = cache.Lookup(GURL("ftp://HoSt:21"));
120 FtpAuthCache cach
[all...]
/external/chromium/net/url_request/
H A Durl_request_context.h153 FtpAuthCache* ftp_auth_cache() { return &ftp_auth_cache_; }
225 FtpAuthCache ftp_auth_cache_;
H A Durl_request_ftp_job.cc117 FtpAuthCache::Entry* cached_auth =

Completed in 972 milliseconds