Searched refs:IsValidForPath (Results 1 - 3 of 3) sorted by relevance

/haiku/headers/private/netservices/
H A DNetworkCookie.h63 bool IsValidForPath(const BString& path) const;
/haiku/src/kits/network/libnetservices/
H A DNetworkCookie.cpp469 return Domain() == "localhost" && IsValidForPath(url.Path());
471 return IsValidForDomain(url.Host()) && IsValidForPath(url.Path());
502 BNetworkCookie::IsValidForPath(const BString& path) const function in class:BNetworkCookie
H A DNetworkCookieJar.cpp934 if (fElement->IsValidForPath(fUrl.Path()))

Completed in 35 milliseconds