Searched defs:NetworkStorageSession (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/platform/network/
H A DNetworkStorageSessionStub.cpp37 NetworkStorageSession::NetworkStorageSession(NetworkingContext* context) function in class:WebCore::NetworkStorageSession
[all...]
H A DNetworkStorageSession.h42 class NetworkStorageSession { class in namespace:WebCore
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/network/soup/
H A DNetworkStorageSessionSoup.cpp39 NetworkStorageSession::NetworkStorageSession(std::unique_ptr<SoupNetworkSession> session) function in class:WebCore::NetworkStorageSession
[all...]
H A DCookieJarSoup.cpp230 deleteAllCookiesModifiedAfterDate(const NetworkStorageSession&, double) argument
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/network/cf/
H A DNetworkStorageSessionCFNet.cpp41 NetworkStorageSession::NetworkStorageSession(RetainPtr<CFURLStorageSessionRef> platformSession) function in class:WebCore::NetworkStorageSession
[all...]
H A DCookieJarCFNet.cpp242 deleteAllCookiesModifiedAfterDate(const NetworkStorageSession&, double) argument
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/network/win/
H A DCookieJarWin.cpp39 void setCookiesFromDOM(const NetworkStorageSession&, const URL&, const URL& url, const String& value) argument
47 String cookiesForDOM(const NetworkStorageSession&, const URL&, const URL& url) argument
86 void deleteCookie(const NetworkStorageSession&, const URL&, const String&) argument
91 void getHostnamesWithCookies(const NetworkStorageSession&, HashSet<String>& hostnames) argument
96 void deleteCookiesForHostname(const NetworkStorageSession&, const String& hostname) argument
101 void deleteAllCookies(const NetworkStorageSession&) argument
/macosx-10.10/WebCore-7600.1.25/platform/network/curl/
H A DCookieJarCurl.cpp224 void setCookiesFromDOM(const NetworkStorageSession&, const URL&, const URL& url, const String& value) argument
253 static String cookiesForSession(const NetworkStorageSession&, const URL&, const URL& url, bool httponly) argument
299 bool cookiesEnabled(const NetworkStorageSession&, const URL& /*firstParty*/, const URL& /*url*/) argument
304 bool getRawCookies(const NetworkStorageSession&, const URL& /*firstParty*/, const URL& /*url*/, Vector<Cookie>& rawCookies) argument
311 void deleteCookie(const NetworkStorageSession&, const URL&, const String&) argument
316 void getHostnamesWithCookies(const NetworkStorageSession&, HashSet<String>& hostnames) argument
321 void deleteCookiesForHostname(const NetworkStorageSession&, const String& hostname) argument
326 void deleteAllCookies(const NetworkStorageSession argument
331 deleteAllCookiesModifiedAfterDate(const NetworkStorageSession&, double) argument
[all...]

Completed in 84 milliseconds