Home
last modified time | relevance | path

Searched defs:IsEnclosedBy (Results 1 – 1 of 1) sorted by relevance

/external/chromium/net/http/
Dhttp_auth_cache.cc50 struct IsEnclosedBy { struct
51 explicit IsEnclosedBy(const std::string& path) : path(path) { } in IsEnclosedBy() function
52 bool operator() (const std::string& x) { in operator ()()
55 const std::string& path;