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

/haiku/src/kits/network/libnetservices/
H A DNetworkCookie.cpp31 static const char* kArchivedCookieSecure = "be:cookie.secure"; variable
70 archive->FindBool(kArchivedCookieSecure, &fSecure);
675 error = into->AddBool(kArchivedCookieSecure, fSecure);

Completed in 57 milliseconds