HomeSort by relevance Sort by last modified time
    Searched refs:LookupByRealm (Results 1 - 5 of 5) sorted by null

  /external/chromium/net/http/
http_auth_cache_unittest.cc 67 entry = cache.LookupByRealm(origin, "Realm4");
71 entry = cache.LookupByRealm(GURL("https://www.google.com"), "Realm3");
75 entry = cache.LookupByRealm(GURL("http://www.google.com:80"), "Realm3");
82 entry = cache.LookupByRealm(origin, "Realm2");
89 HttpAuthCache::Entry* realm2Entry = cache.LookupByRealm(origin, "Realm2");
163 HttpAuthCache::Entry* entry = cache.LookupByRealm(origin, "MyRealm");
238 cache_.LookupByRealm(origin_, GenerateRealm(realm_i));
http_auth_cache.h 38 Entry* LookupByRealm(const GURL& origin, const std::string& realm);
http_auth_cache.cc 63 HttpAuthCache::Entry* HttpAuthCache::LookupByRealm(const GURL& origin,
106 HttpAuthCache::Entry* entry = LookupByRealm(origin, handler->realm());
http_network_transaction.cc     [all...]
  /external/chromium/net/socket_stream/
socket_stream.cc 872 HttpAuthCache::Entry* entry = auth_cache_.LookupByRealm(

Completed in 21 milliseconds