Searched defs:cookiesEnabled (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/content/renderer/
H A Drenderer_webcookiejar_impl.cc70 bool RendererWebCookieJarImpl::cookiesEnabled( function in class:content::RendererWebCookieJarImpl
/external/chromium_org/third_party/WebKit/Source/core/loader/
H A DCookieJar.cpp69 bool cookiesEnabled(const Document* document) function in namespace:blink
74 return cookieJar->cookiesEnabled(document->cookieURL(), document->firstPartyForCookies());
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebCookieJar.h49 virtual bool cookiesEnabled(const WebURL&, const WebURL& firstPartyForCookies) { return true; } function in class:blink::WebCookieJar

Completed in 894 milliseconds