HomeSort by relevance Sort by last modified time
    Searched full: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) {
324 ftp_auth_cache_->Add(request_->url().GetOrigin(),
389 ftp_auth_cache_->Remove(origin, auth_data_->credentials);
397 cached_auth = ftp_auth_cache_->Lookup(origin);
url_request_ftp_job_unittest.cc 45 return ftp_protocol_handler_->ftp_auth_cache_.get();
132 FtpAuthCache ftp_auth_cache_; member in class:net::__anon11605::URLRequestFtpJobPriorityTest
142 &req_, &ftp_factory_, &ftp_auth_cache_));
162 &req_, &ftp_factory_, &ftp_auth_cache_));
177 &req_, &ftp_factory_, &ftp_auth_cache_));
191 &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 93 milliseconds