HomeSort by relevance Sort by last modified time
    Searched refs:LookupByPath (Results 1 - 10 of 10) 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_org/net/http/
http_auth_cache_unittest.cc 192 // LookupByPath() should return the closest enclosing path.
194 entry = cache.LookupByPath(origin, "/foo2/index.html");
196 entry = cache.LookupByPath(origin, "/foo2/foobar.html");
198 entry = cache.LookupByPath(origin, "/foo2/bar/index.html");
200 entry = cache.LookupByPath(origin, "/foo2/");
202 entry = cache.LookupByPath(origin, "/foo2");
204 entry = cache.LookupByPath(origin, "/");
208 entry = cache.LookupByPath(origin, "/foo3/index.html");
210 entry = cache.LookupByPath(origin, std::string());
217 entry = cache.LookupByPath(origin, "/baz/index.html")
    [all...]
http_auth_cache.h 128 Entry* LookupByPath(const GURL& origin, const std::string& path);
http_auth_cache.cc 88 HttpAuthCache::Entry* HttpAuthCache::LookupByPath(const GURL& origin,
190 // has the closest enclosing path in LookupByPath().
http_auth_controller.cc 209 // is expected to be fast. LookupByPath() is fast in the common case, since
212 HttpAuthCache::Entry* entry = http_auth_cache_->LookupByPath(
  /external/chromium_org/chrome/browser/net/spdyproxy/
data_reduction_proxy_settings_unittest.cc 252 net::HttpAuthCache::Entry* entry = cache.LookupByPath(*it,
260 cache.LookupByPath(bad_server, std::string());
  /external/chromium/net/socket_stream/
socket_stream.cc 599 HttpAuthCache::Entry* entry = auth_cache_.LookupByPath(
    [all...]

Completed in 380 milliseconds