HomeSort by relevance Sort by last modified time
    Searched refs:FtpAuthCache (Results 1 - 6 of 6) sorted by null

  /external/chromium/net/ftp/
ftp_auth_cache.cc 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
    [all...]
ftp_network_session.h 22 FtpAuthCache* auth_cache() { return &auth_cache_; }
30 FtpAuthCache auth_cache_;