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

  /external/chromium/net/http/
http_auth_cache_unittest.cc 92 entry = cache.LookupByPath(origin, "/foo2/index.html");
94 entry = cache.LookupByPath(origin, "/foo2/foobar.html");
96 entry = cache.LookupByPath(origin, "/foo2/bar/index.html");
98 entry = cache.LookupByPath(origin, "/foo2/");
101 entry = cache.LookupByPath(origin, "/foo2");
103 entry = cache.LookupByPath(origin, "/foo3/index.html");
105 entry = cache.LookupByPath(origin, "");
107 entry = cache.LookupByPath(origin, "/");
111 entry = cache.LookupByPath(origin, "");
249 cache_.LookupByPath(origin_, GeneratePath(realm_i, path_i))
    [all...]
http_auth_cache.h 47 Entry* LookupByPath(const GURL& origin, const std::string& path);
http_auth_cache.cc 78 HttpAuthCache::Entry* HttpAuthCache::LookupByPath(const GURL& origin,
http_network_transaction.cc     [all...]
  /external/chromium/net/socket_stream/
socket_stream.cc 544 HttpAuthCache::Entry* entry = auth_cache_.LookupByPath(

Completed in 343 milliseconds