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

/macosx-10.10/WebKit2-7600.1.25/NetworkProcess/soup/
H A DRemoteNetworkingContextSoup.cpp54 NetworkStorageSession& RemoteNetworkingContext::storageSession() const function in class:WebKit::RemoteNetworkingContext
/macosx-10.10/WebCore-7600.1.25/loader/
H A DCookieJar.cpp52 inline NetworkStorageSession& storageSession(const Document* document) function in namespace:WebCore
55 return context ? context->storageSession() : NetworkStorageSession::defaultStorageSession();
57 #define LOCAL_SESSION(document) NetworkStorageSession& session = storageSession(document);
/macosx-10.10/WebKit2-7600.1.25/WebProcess/WebCoreSupport/soup/
H A DWebFrameNetworkingContext.h55 virtual WebCore::NetworkStorageSession& storageSession() const;
H A DWebFrameNetworkingContext.cpp86 NetworkStorageSession& WebFrameNetworkingContext::storageSession() const function in class:WebKit::WebFrameNetworkingContext
/macosx-10.10/WebKit2-7600.1.25/NetworkProcess/
H A DNetworkConnectionToWebProcess.cpp158 static NetworkStorageSession& storageSession(SessionID sessionID) function in namespace:WebKit
195 result = WebCore::cookiesForDOM(storageSession(sessionID), firstParty, url);
200 WebCore::setCookiesFromDOM(storageSession(sessionID), firstParty, url, cookieString);
205 result = WebCore::cookiesEnabled(storageSession(sessionID), firstParty, url);
210 result = WebCore::cookieRequestHeaderFieldValue(storageSession(sessionID), firstParty, url);
215 WebCore::getRawCookies(storageSession(sessionID), firstParty, url, result);
220 WebCore::deleteCookie(storageSession(sessionID), url, cookieName);
H A DRemoteNetworkingContext.h59 virtual WebCore::NetworkStorageSession& storageSession() const override;
/macosx-10.10/WebKit-7600.1.25/mac/WebCoreSupport/
H A DWebFrameNetworkingContext.h60 virtual WebCore::NetworkStorageSession& storageSession() const override;
H A DWebFrameNetworkingContext.mm117 NetworkStorageSession& WebFrameNetworkingContext::storageSession() const
/macosx-10.10/WebKit-7600.1.25/win/WebCoreSupport/
H A DWebFrameNetworkingContext.h52 virtual WebCore::NetworkStorageSession& storageSession() const override;
H A DWebFrameNetworkingContext.cpp113 NetworkStorageSession& WebFrameNetworkingContext::storageSession() const function in class:WebFrameNetworkingContext
/macosx-10.10/WebKit2-7600.1.25/WebProcess/WebCoreSupport/mac/
H A DWebFrameNetworkingContext.h62 virtual WebCore::NetworkStorageSession& storageSession() const override;
H A DWebFrameNetworkingContext.mm114 NetworkStorageSession& WebFrameNetworkingContext::storageSession() const
/macosx-10.10/WebKit2-7600.1.25/NetworkProcess/mac/
H A DRemoteNetworkingContext.mm61 NetworkStorageSession& RemoteNetworkingContext::storageSession() const
/macosx-10.10/WebCore-7600.1.25/platform/network/
H A DNetworkingContext.h63 virtual NetworkStorageSession& storageSession() const = 0;
H A DResourceHandle.h157 CFURLStorageSessionRef storageSession() const;
/macosx-10.10/WebCore-7600.1.25/platform/network/cocoa/
H A DResourceRequestCocoa.mm240 void ResourceRequest::setStorageSession(CFURLStorageSessionRef storageSession)
243 m_nsRequest = adoptNS(wkCopyRequestWithStorageSession(storageSession, m_nsRequest.get()));
/macosx-10.10/WebCore-7600.1.25/platform/network/cf/
H A DResourceHandleCFNet.cpp248 d->m_storageSession = d->m_context->storageSession().platformSession();
484 CFURLStorageSessionRef ResourceHandle::storageSession() const function in class:WebCore::ResourceHandle
519 handle->d->m_storageSession = context->storageSession().platformSession();
H A DResourceRequestCFNet.cpp330 void ResourceRequest::setStorageSession(CFURLStorageSessionRef storageSession) argument
335 wkSetRequestStorageSession(storageSession, cfRequest);
H A DResourceHandleCFURLConnectionDelegate.cpp151 wkSetRequestStorageSession(m_handle->storageSession(), mutableRequest.get());
/macosx-10.10/WebKit2-7600.1.25/WebProcess/WebPage/mac/
H A DWebPageMac.mm769 if (CFURLStorageSessionRef storageSession = corePage()->mainFrame().loader().networkingContext()->storageSession().platformSession())
770 cachedResponse = WKCachedResponseForRequest(storageSession, request);
783 if (CFURLStorageSessionRef storageSession = webPage->corePage()->mainFrame().loader().networkingContext()->storageSession().platformSession())
784 return WKCachedResponseForRequest(storageSession, request.get());
/macosx-10.10/WebCore-7600.1.25/platform/network/mac/
H A DResourceHandleMac.mm240 d->m_storageSession = d->m_context->storageSession().platformSession();
405 handle->d->m_storageSession = context->storageSession().platformSession();
/macosx-10.10/WebCore-7600.1.25/platform/network/soup/
H A DResourceHandleSoup.cpp263 return context->storageSession().soupNetworkSession().soupSession();
/macosx-10.10/WebKit-7600.1.25/mac/WebView/
H A DWebView.mm2905 if (CFURLStorageSessionRef storageSession = _private->page->mainFrame().loader().networkingContext()->storageSession().platformSession())
2906 cachedResponse = WKCachedResponseForRequest(storageSession, request.get());

Completed in 300 milliseconds