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 178 // LookupByPath() should return the closest enclosing path.
180 entry = cache.LookupByPath(origin, "/foo2/index.html");
182 entry = cache.LookupByPath(origin, "/foo2/foobar.html");
184 entry = cache.LookupByPath(origin, "/foo2/bar/index.html");
186 entry = cache.LookupByPath(origin, "/foo2/");
188 entry = cache.LookupByPath(origin, "/foo2");
190 entry = cache.LookupByPath(origin, "/");
194 entry = cache.LookupByPath(origin, "/foo3/index.html");
196 entry = cache.LookupByPath(origin, "");
203 entry = cache.LookupByPath(origin, "/baz/index.html")
    [all...]
http_auth_cache.h 59 Entry* LookupByPath(const GURL& origin, const std::string& path);
http_auth_cache.cc 86 HttpAuthCache::Entry* HttpAuthCache::LookupByPath(const GURL& origin,
190 // has the closest enclosing path in LookupByPath().
http_auth_controller.cc 215 // is expected to be fast. LookupByPath() is fast in the common case, since
218 HttpAuthCache::Entry* entry = http_auth_cache_->LookupByPath(
  /external/chromium/net/socket_stream/
socket_stream.cc 599 HttpAuthCache::Entry* entry = auth_cache_.LookupByPath(
    [all...]

Completed in 166 milliseconds