HomeSort by relevance Sort by last modified time
    Searched defs:HasEnclosingPath (Results 1 - 2 of 2) sorted by null

  /external/chromium/net/http/
http_auth_cache.cc 102 if (it->origin() == origin && it->HasEnclosingPath(parent_dir, &len) &&
165 if (!HasEnclosingPath(parent_dir, NULL)) {
181 bool HttpAuthCache::Entry::HasEnclosingPath(const std::string& dir,
  /external/chromium_org/net/http/
http_auth_cache.cc 104 if (it->origin() == origin && it->HasEnclosingPath(parent_dir, &len) &&
165 if (!HasEnclosingPath(parent_dir, NULL)) {
181 bool HttpAuthCache::Entry::HasEnclosingPath(const std::string& dir,

Completed in 38 milliseconds