Home
last modified time | relevance | path

Searched refs:LookupByPath (Results 1 – 5 of 5) sorted by relevance

/external/chromium/net/http/
Dhttp_auth_cache_unittest.cc180 entry = cache.LookupByPath(origin, "/foo2/index.html"); in TEST()
182 entry = cache.LookupByPath(origin, "/foo2/foobar.html"); in TEST()
184 entry = cache.LookupByPath(origin, "/foo2/bar/index.html"); in TEST()
186 entry = cache.LookupByPath(origin, "/foo2/"); in TEST()
188 entry = cache.LookupByPath(origin, "/foo2"); in TEST()
190 entry = cache.LookupByPath(origin, "/"); in TEST()
194 entry = cache.LookupByPath(origin, "/foo3/index.html"); in TEST()
196 entry = cache.LookupByPath(origin, ""); in TEST()
203 entry = cache.LookupByPath(origin, "/baz/index.html"); in TEST()
205 entry = cache.LookupByPath(origin, "/baz/"); in TEST()
[all …]
Dhttp_auth_cache.h59 Entry* LookupByPath(const GURL& origin, const std::string& path);
Dhttp_auth_cache.cc86 HttpAuthCache::Entry* HttpAuthCache::LookupByPath(const GURL& origin, in LookupByPath() function in net::HttpAuthCache
Dhttp_auth_controller.cc218 HttpAuthCache::Entry* entry = http_auth_cache_->LookupByPath( in SelectPreemptiveAuth()
/external/chromium/net/socket_stream/
Dsocket_stream.cc599 HttpAuthCache::Entry* entry = auth_cache_.LookupByPath( in DoWriteTunnelHeaders()