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