OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:second_cache
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/net/http/
http_auth_cache_unittest.cc
481
HttpAuthCache
second_cache
;
local
483
second_cache
.Add(origin, realm3_digest_handler->realm(),
487
second_cache
.Add(origin, realm4_handler->realm(),
491
second_cache
.UpdateAllFrom(first_cache);
494
entry =
second_cache
.Lookup(origin, kRealm1, HttpAuth::AUTH_SCHEME_BASIC);
500
entry =
second_cache
.Lookup(origin, kRealm2, HttpAuth::AUTH_SCHEME_BASIC);
506
entry =
second_cache
.Lookup(origin, kRealm3, HttpAuth::AUTH_SCHEME_DIGEST);
514
entry =
second_cache
.LookupByPath(origin, another_path);
519
// Left intact in
second_cache
.
520
entry =
second_cache
.Lookup(origin, kRealm4, HttpAuth::AUTH_SCHEME_BASIC)
[
all
...]
Completed in 64 milliseconds