Home | Sort by relevance Sort by last modified time |
/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 | 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 |