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

/macosx-10.10/WebCore-7600.1.25/loader/
H A DCookieJar.h46 bool cookiesEnabled(const Document*);
H A DCookieJar.cpp74 bool cookiesEnabled(const Document* document) function in namespace:WebCore
77 return platformStrategies()->cookiesStrategy()->cookiesEnabled(session, document->firstPartyForCookies(), document->cookieURL());
/macosx-10.10/WebCore-7600.1.25/platform/
H A DCookiesStrategy.h44 virtual bool cookiesEnabled(const NetworkStorageSession&, const URL& firstParty, const URL&) = 0;
/macosx-10.10/WebCore-7600.1.25/platform/network/
H A DPlatformCookieJar.h44 bool cookiesEnabled(const NetworkStorageSession&, const URL& firstParty, const URL&);
/macosx-10.10/WebKit-7600.1.25/win/WebCoreSupport/
H A DWebPlatformStrategies.cpp96 bool WebPlatformStrategies::cookiesEnabled(const NetworkStorageSession& session, const URL& firstParty, const URL& url) function in class:WebPlatformStrategies
98 return WebCore::cookiesEnabled(session, firstParty, url);
H A DWebPlatformStrategies.h56 virtual bool cookiesEnabled(const WebCore::NetworkStorageSession&, const WebCore::URL& firstParty, const WebCore::URL&);
/macosx-10.10/WebCore-7600.1.25/platform/network/win/
H A DCookieJarWin.cpp74 bool cookiesEnabled(const NetworkStorageSession& session, const URL& /*firstParty*/, const URL& /*url*/) function in namespace:WebCore
/macosx-10.10/WebKit-7600.1.25/wince/WebCoreSupport/
H A DPlatformStrategiesWinCE.cpp97 bool PlatformStrategiesWinCE::cookiesEnabled(const NetworkStorageSession& session, const URL& firstParty, const URL& url) function in class:PlatformStrategiesWinCE
99 return WebCore::cookiesEnabled(session, firstParty, url);
H A DPlatformStrategiesWinCE.h57 virtual bool cookiesEnabled(const WebCore::NetworkStorageSession&, const WebCore::URL& firstParty, const WebCore::URL&) override;
/macosx-10.10/WebCore-7600.1.25/page/
H A DNavigator.cpp122 return cookiesEnabled(m_frame->document());
/macosx-10.10/WebKit-7600.1.25/mac/WebCoreSupport/
H A DWebPlatformStrategies.mm103 bool WebPlatformStrategies::cookiesEnabled(const NetworkStorageSession& session, const URL& firstParty, const URL& url)
105 return WebCore::cookiesEnabled(session, firstParty, url);
H A DWebPlatformStrategies.h60 virtual bool cookiesEnabled(const WebCore::NetworkStorageSession&, const WebCore::URL& firstParty, const WebCore::URL&) override;
/macosx-10.10/WebKit2-7600.1.25/NetworkProcess/
H A DNetworkConnectionToWebProcess.cpp203 void NetworkConnectionToWebProcess::cookiesEnabled(SessionID sessionID, const URL& firstParty, const URL& url, bool& result) function in class:WebKit::NetworkConnectionToWebProcess
205 result = WebCore::cookiesEnabled(storageSession(sessionID), firstParty, url);
H A DNetworkConnectionToWebProcess.h84 void cookiesEnabled(WebCore::SessionID, const WebCore::URL& firstParty, const WebCore::URL&, bool& result);
/macosx-10.10/WebCore-7600.1.25/platform/network/mac/
H A DCookieJarMac.mm116 bool cookiesEnabled(const NetworkStorageSession& session, const URL& /*firstParty*/, const URL& /*url*/)
/macosx-10.10/WebCore-7600.1.25/platform/network/curl/
H A DCookieJarCurl.cpp299 bool cookiesEnabled(const NetworkStorageSession&, const URL& /*firstParty*/, const URL& /*url*/) function in namespace:WebCore
/macosx-10.10/WebCore-7600.1.25/platform/network/soup/
H A DCookieJarSoup.cpp143 bool cookiesEnabled(const NetworkStorageSession& session, const URL& /*firstParty*/, const URL& /*url*/) function in namespace:WebCore
/macosx-10.10/WebKit2-7600.1.25/WebProcess/WebCoreSupport/
H A DWebPlatformStrategies.h61 virtual bool cookiesEnabled(const WebCore::NetworkStorageSession&, const WebCore::URL& firstParty, const WebCore::URL&) override;
H A DWebPlatformStrategies.cpp155 bool WebPlatformStrategies::cookiesEnabled(const NetworkStorageSession& session, const URL& firstParty, const URL& url) function in class:WebKit::WebPlatformStrategies
166 return WebCore::cookiesEnabled(session, firstParty, url);
/macosx-10.10/WebCore-7600.1.25/platform/network/cf/
H A DCookieJarCFNet.cpp153 bool cookiesEnabled(const NetworkStorageSession& session, const URL& /*firstParty*/, const URL& /*url*/) function in namespace:WebCore
/macosx-10.10/WebCore-7600.1.25/Modules/websockets/
H A DWebSocketChannel.cpp421 if (cookiesEnabled(m_document)) {

Completed in 162 milliseconds