HomeSort by relevance Sort by last modified time
    Searched full:ftp_auth_cache (Results 1 - 20 of 20) sorted by null

  /external/chromium/net/ftp/
ftp_network_session.h 10 #include "net/ftp/ftp_auth_cache.h"
ftp_auth_cache.cc 5 #include "net/ftp/ftp_auth_cache.h"
ftp_auth_cache_unittest.cc 5 #include "net/ftp/ftp_auth_cache.h"
  /external/chromium_org/net/url_request/
ftp_protocol_handler.cc 10 #include "net/ftp/ftp_auth_cache.h"
url_request_ftp_job.h 34 FtpAuthCache* ftp_auth_cache);
url_request_ftp_job.cc 15 #include "net/ftp/ftp_auth_cache.h"
30 FtpAuthCache* ftp_auth_cache)
39 ftp_auth_cache_(ftp_auth_cache) {
42 DCHECK(ftp_auth_cache);
url_request_ftp_job_unittest.cc 10 #include "net/ftp/ftp_auth_cache.h"
97 FtpAuthCache* ftp_auth_cache)
98 : URLRequestFtpJob(request, NULL, ftp_factory, ftp_auth_cache) {}
  /external/chromium_org/net/ftp/
ftp_auth_cache.cc 5 #include "net/ftp/ftp_auth_cache.h"
ftp_auth_cache_unittest.cc 5 #include "net/ftp/ftp_auth_cache.h"
  /external/chromium/net/url_request/
url_request_ftp_job.cc 109 request_->context()->ftp_auth_cache()->Remove(origin,
118 request_->context()->ftp_auth_cache()->Lookup(origin);
211 request_->context()->ftp_auth_cache()->Add(request_->url().GetOrigin(),
url_request_context.h 20 #include "net/ftp/ftp_auth_cache.h"
153 FtpAuthCache* ftp_auth_cache() { return &ftp_auth_cache_; } function in class:net::URLRequestContext
  /external/chromium/
Android.mk 237 net/ftp/ftp_auth_cache.cc \
  /external/chromium/net/
net.gyp 430 'ftp/ftp_auth_cache.cc',
431 'ftp/ftp_auth_cache.h',
    [all...]
  /external/chromium_org/net/
net.target.darwin-arm.mk 183 net/ftp/ftp_auth_cache.cc \
net.target.darwin-mips.mk 183 net/ftp/ftp_auth_cache.cc \
net.target.darwin-x86.mk 183 net/ftp/ftp_auth_cache.cc \
net.target.linux-arm.mk 183 net/ftp/ftp_auth_cache.cc \
net.target.linux-mips.mk 183 net/ftp/ftp_auth_cache.cc \
net.target.linux-x86.mk 183 net/ftp/ftp_auth_cache.cc \
net.gyp 475 'ftp/ftp_auth_cache.cc',
476 'ftp/ftp_auth_cache.h',
    [all...]

Completed in 655 milliseconds