Searched defs:IsOnPath (Results 1 – 3 of 3) sorted by relevance
518 bool CookieBase::IsOnPath(const std::string& url_path) const { in IsOnPath() function in net::CookieBase
594 bool IsOnPath(const std::string& cookie_path, const std::string& url_path) { in IsOnPath() function
1493 TEST(CanonicalCookieTest, IsOnPath) { in TEST() argument