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

  /external/chromium_org/net/url_request/
ftp_protocol_handler.cc 21 ftp_auth_cache_(new FtpAuthCache) {
39 ftp_auth_cache_.get());
ftp_protocol_handler.h 33 scoped_ptr<FtpAuthCache> ftp_auth_cache_; member in class:net::FtpProtocolHandler
url_request_ftp_job.h 100 FtpAuthCache* ftp_auth_cache_; member in class:net::URLRequestFtpJob
url_request_ftp_job.cc 39 ftp_auth_cache_(ftp_auth_cache) {
323 ftp_auth_cache_->Add(request_->url().GetOrigin(),
388 ftp_auth_cache_->Remove(origin, auth_data_->credentials);
396 cached_auth = ftp_auth_cache_->Lookup(origin);
url_request_ftp_job_unittest.cc 46 return ftp_protocol_handler_->ftp_auth_cache_.get();
136 FtpAuthCache ftp_auth_cache_; member in class:net::__anon9586::URLRequestFtpJobPriorityTest
146 &req_, &ftp_factory_, &ftp_auth_cache_));
166 &req_, &ftp_factory_, &ftp_auth_cache_));
181 &req_, &ftp_factory_, &ftp_auth_cache_));
195 &req_, &ftp_factory_, &ftp_auth_cache_));
  /external/chromium/net/url_request/
url_request_context.h 153 FtpAuthCache* ftp_auth_cache() { return &ftp_auth_cache_; }
225 FtpAuthCache ftp_auth_cache_; member in class:net::URLRequestContext

Completed in 193 milliseconds