Searched refs:cached_auth (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/net/url_request/
H A Durl_request_ftp_job.cc397 FtpAuthCache::Entry* cached_auth = NULL; local
399 cached_auth = ftp_auth_cache_->Lookup(origin);
400 if (cached_auth) {
402 SetAuth(cached_auth->credentials);

Completed in 62 milliseconds