FtpAuthCache 13 net/ftp/ftp_auth_cache.cc const size_t FtpAuthCache::kMaxEntries = 10; FtpAuthCache 15 net/ftp/ftp_auth_cache.cc FtpAuthCache::Entry::Entry(const GURL& origin, FtpAuthCache 21 net/ftp/ftp_auth_cache.cc FtpAuthCache::Entry::~Entry() {} FtpAuthCache 23 net/ftp/ftp_auth_cache.cc FtpAuthCache::FtpAuthCache() {} FtpAuthCache 25 net/ftp/ftp_auth_cache.cc FtpAuthCache::~FtpAuthCache() {} FtpAuthCache 27 net/ftp/ftp_auth_cache.cc FtpAuthCache::Entry* FtpAuthCache::Lookup(const GURL& origin) { FtpAuthCache 35 net/ftp/ftp_auth_cache.cc void FtpAuthCache::Add(const GURL& origin, const AuthCredentials& credentials) { FtpAuthCache 51 net/ftp/ftp_auth_cache.cc void FtpAuthCache::Remove(const GURL& origin, FtpAuthCache 24 net/ftp/ftp_auth_cache.h class NET_EXPORT_PRIVATE FtpAuthCache { FtpAuthCache 37 net/ftp/ftp_auth_cache.h FtpAuthCache(); FtpAuthCache 38 net/ftp/ftp_auth_cache.h ~FtpAuthCache(); FtpAuthCache 15 net/ftp/ftp_auth_cache_unittest.cc using net::FtpAuthCache; FtpAuthCache 34 net/ftp/ftp_auth_cache_unittest.cc FtpAuthCache cache; FtpAuthCache 44 net/ftp/ftp_auth_cache_unittest.cc FtpAuthCache::Entry* entry1 = cache.Lookup(origin1); FtpAuthCache 52 net/ftp/ftp_auth_cache_unittest.cc FtpAuthCache::Entry* entry2 = cache.Lookup(origin2); FtpAuthCache 63 net/ftp/ftp_auth_cache_unittest.cc FtpAuthCache::Entry* entry3 = cache.Lookup(origin1); FtpAuthCache 81 net/ftp/ftp_auth_cache_unittest.cc FtpAuthCache cache; FtpAuthCache 97 net/ftp/ftp_auth_cache_unittest.cc FtpAuthCache cache; FtpAuthCache 103 net/ftp/ftp_auth_cache_unittest.cc FtpAuthCache::Entry* entry1 = cache.Lookup(GURL("ftp://HoSt:21")); FtpAuthCache 110 net/ftp/ftp_auth_cache_unittest.cc FtpAuthCache::Entry* entry2 = cache.Lookup(GURL("ftp://HoSt:21")); FtpAuthCache 123 net/ftp/ftp_auth_cache_unittest.cc FtpAuthCache cache; FtpAuthCache 138 net/ftp/ftp_auth_cache_unittest.cc FtpAuthCache cache; FtpAuthCache 140 net/ftp/ftp_auth_cache_unittest.cc for (size_t i = 0; i < FtpAuthCache::kMaxEntries; i++) { FtpAuthCache 146 net/ftp/ftp_auth_cache_unittest.cc for (size_t i = 0; i < FtpAuthCache::kMaxEntries; i++) { FtpAuthCache 156 net/ftp/ftp_auth_cache_unittest.cc for (size_t i = 1; i < FtpAuthCache::kMaxEntries; i++) { FtpAuthCache 21 net/url_request/ftp_protocol_handler.cc ftp_auth_cache_(new FtpAuthCache) { FtpAuthCache 15 net/url_request/ftp_protocol_handler.h class FtpAuthCache; FtpAuthCache 33 net/url_request/ftp_protocol_handler.h scoped_ptr<FtpAuthCache> ftp_auth_cache_; FtpAuthCache 30 net/url_request/url_request_ftp_job.cc FtpAuthCache* ftp_auth_cache) FtpAuthCache 394 net/url_request/url_request_ftp_job.cc FtpAuthCache::Entry* cached_auth = NULL; FtpAuthCache 25 net/url_request/url_request_ftp_job.h class FtpAuthCache; FtpAuthCache 34 net/url_request/url_request_ftp_job.h FtpAuthCache* ftp_auth_cache); FtpAuthCache 100 net/url_request/url_request_ftp_job.h FtpAuthCache* ftp_auth_cache_; FtpAuthCache 47 net/url_request/url_request_ftp_job_unittest.cc FtpAuthCache* GetFtpAuthCache() { FtpAuthCache 100 net/url_request/url_request_ftp_job_unittest.cc FtpAuthCache* ftp_auth_cache) FtpAuthCache 138 net/url_request/url_request_ftp_job_unittest.cc FtpAuthCache ftp_auth_cache_;