Searched defs:IsOnPath (Results 1 – 3 of 3) sorted by relevance
610 bool IsOnPath(const std::string& cookie_path, const std::string& url_path) { in IsOnPath() function
1032 bool CanonicalCookie::IsOnPath(const std::string& url_path) const { in IsOnPath() function in net::CanonicalCookie
1295 TEST(CanonicalCookieTest, IsOnPath) { in TEST() argument