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

  /external/chromium_org/net/url_request/
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_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 85 milliseconds