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

/external/chromium_org/third_party/WebKit/Source/core/loader/
H A DCookieJar.h41 bool cookiesEnabled(const Document*);
H A DCookieJar.cpp74 bool cookiesEnabled(const Document* document) function in namespace:WebCore
79 return cookieJar->cookiesEnabled(document->cookieURL(), document->firstPartyForCookies());
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebCookieJar.h48 virtual bool cookiesEnabled(const WebURL&, const WebURL& firstPartyForCookies) { return true; } function in class:blink::WebCookieJar
/external/chromium_org/content/renderer/
H A Drenderer_webcookiejar_impl.h36 virtual bool cookiesEnabled(
H A Drenderer_webcookiejar_impl.cc71 bool RendererWebCookieJarImpl::cookiesEnabled( function in class:content::RendererWebCookieJarImpl
/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DNavigator.cpp140 return cookiesEnabled(m_frame->document());
/external/chromium_org/third_party/WebKit/Source/modules/websockets/
H A DMainThreadWebSocketChannel.cpp444 if (cookiesEnabled(m_document)) {

Completed in 389 milliseconds