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

/haiku/headers/private/netservices/
H A DNetworkCookie.h21 class BNetworkCookie : public BArchivable { class in namespace:BPrivate::Network
23 BNetworkCookie(const char* name,
25 BNetworkCookie(const BString& cookieString,
27 BNetworkCookie(BMessage* archive);
28 BNetworkCookie();
29 virtual ~BNetworkCookie();
37 BNetworkCookie& SetName(const BString& name);
38 BNetworkCookie& SetValue(const BString& value);
41 BNetworkCookie& SetMaxAge(int32 maxAge);
42 BNetworkCookie
[all...]
H A DNetworkCookieJar.h24 class BNetworkCookieList: public BObjectList<const BNetworkCookie> {
54 status_t AddCookie(const BNetworkCookie& cookie);
57 status_t AddCookie(BNetworkCookie* cookie);
105 const BNetworkCookie* Next();
106 const BNetworkCookie* NextDomain();
107 const BNetworkCookie* Remove();
122 const BNetworkCookie* fElement;
123 const BNetworkCookie* fLastElement;
136 const BNetworkCookie* Next();
137 const BNetworkCookie* Remov
[all...]
/haiku/src/kits/network/libnetservices/
H A DNetworkCookie.cpp36 BNetworkCookie::BNetworkCookie(const char* name, const char* value, function in class:BNetworkCookie
54 BNetworkCookie::BNetworkCookie(const BString& cookieString, const BUrl& url) function in class:BNetworkCookie
61 BNetworkCookie::BNetworkCookie(BMessage* archive) function in class:BNetworkCookie
89 BNetworkCookie::BNetworkCookie() function in class:BNetworkCookie
95 BNetworkCookie::~BNetworkCookie()
[all...]
H A DNetworkCookieJarPrivate.h11 using BPrivate::Network::BNetworkCookie;
H A DNetworkCookieJar.cpp66 BNetworkCookie* heapCookie
67 = new(std::nothrow) BNetworkCookie(&extractedCookie);
102 BNetworkCookieJar::AddCookie(const BNetworkCookie& cookie)
104 BNetworkCookie* heapCookie = new(std::nothrow) BNetworkCookie(cookie);
119 BNetworkCookie* heapCookie = new(std::nothrow) BNetworkCookie(cookie,
135 BNetworkCookieJar::AddCookie(BNetworkCookie* cookie)
176 const BNetworkCookie* c = list->ItemAt(i);
203 const BNetworkCookie* curren
[all...]
H A DHttpRequest.cpp1071 const BNetworkCookie* cookie = iterator.Next();
/haiku/src/tests/kits/net/service/
H A DCookieTest.h14 class BNetworkCookie;
18 using BPrivate::Network::BNetworkCookie;
52 const BNetworkCookie* _GetCookie(BNetworkCookieJar& jar, const BUrl& url,
H A DCookieTest.cpp93 const BNetworkCookie* cookie = _GetCookie(jar, url, "001");
163 const BNetworkCookie* cookie = _GetCookie(jar, url, "006");
189 const BNetworkCookie* cookie = _GetCookie(jar, url, cookieString.String());
211 const BNetworkCookie* cookie = _GetCookie(jar, url, "008");
228 const BNetworkCookie* cookie = _GetCookie(jar, url, "010");
247 const BNetworkCookie* cookie = _GetCookie(jar, url, "011");
268 const BNetworkCookie* cookie = _GetCookie(jar, url, "012-1");
303 const BNetworkCookie* cookie = _GetCookie(jar, url, "013-1");
381 const BNetworkCookie* cookie = it.Next();
405 BNetworkCookie cooki
[all...]
H A DHttpTest.cpp549 const BNetworkCookie* cookie = iter.Next();
/haiku/src/tests/kits/net/cookie/
H A Dcookie_test.cpp42 BNetworkCookie c;
56 const BNetworkCookie* c;
97 const BNetworkCookie* c;
/haiku/src/apps/webpositive/
H A DCookieWindow.cpp60 const BPrivate::Network::BNetworkCookie& cookie)
83 BPrivate::Network::BNetworkCookie& Cookie() {
88 BPrivate::Network::BNetworkCookie fCookie;
227 const BPrivate::Network::BNetworkCookie* cookie;
359 const BPrivate::Network::BNetworkCookie* cookie;
394 BPrivate::Network::BNetworkCookie& cookie = row->Cookie();
408 BPrivate::Network::BNetworkCookie& cookie = row->Cookie();

Completed in 86 milliseconds