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

  /external/chromium/net/http/
http_auth_cache.h 169 // paths. Therefore it is possible for HasEnclosingPath() to return
171 bool HasEnclosingPath(const std::string& dir, size_t* path_len);
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,

Completed in 48 milliseconds