OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cached_auth
(Results
1 - 2
of
2
) sorted by null
/external/chromium/net/url_request/
url_request_ftp_job.cc
117
FtpAuthCache::Entry*
cached_auth
=
local
120
if (
cached_auth
) {
122
SetAuth(
cached_auth
->username,
cached_auth
->password);
/external/chromium_org/net/url_request/
url_request_ftp_job.cc
394
FtpAuthCache::Entry*
cached_auth
= NULL;
local
396
cached_auth
= ftp_auth_cache_->Lookup(origin);
397
if (
cached_auth
) {
399
SetAuth(
cached_auth
->credentials);
Completed in 56 milliseconds