Searched refs:_CanBeSetFromPath (Results 1 - 2 of 2) sorted by relevance

/haiku/headers/private/netservices/
H A DNetworkCookie.h96 bool _CanBeSetFromPath(const BString& path) const;
/haiku/src/kits/network/libnetservices/
H A DNetworkCookie.cpp522 return Domain() == "localhost" && _CanBeSetFromPath(url.Path());
524 return _CanBeSetFromDomain(url.Host()) && _CanBeSetFromPath(url.Path());
562 BNetworkCookie::_CanBeSetFromPath(const BString& path) const function in class:BNetworkCookie

Completed in 168 milliseconds