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

/external/webkit/Source/WebCore/platform/efl/
H A DCookieJarEfl.cpp50 bool cookiesEnabled(const Document* document) function in namespace:WebCore
/external/webkit/Source/WebCore/platform/network/android/
H A DCookieJarAndroid.cpp50 bool cookiesEnabled(const Document* document) function in namespace:WebCore
52 return PlatformBridge::cookiesEnabled(document);
/external/webkit/Source/WebKit/chromium/public/
H A DWebCookieJar.h48 virtual bool cookiesEnabled(const WebURL&, const WebURL& firstPartyForCookies) { return true; } function in class:WebKit::WebCookieJar
/external/webkit/Source/WebCore/platform/haiku/
H A DCookieJarHaiku.cpp60 bool cookiesEnabled(const Document*) function in namespace:WebCore
/external/webkit/Source/WebCore/platform/network/chromium/
H A DCookieJarChromium.cpp55 bool cookiesEnabled(const Document* document) function in namespace:WebCore
57 return PlatformBridge::cookiesEnabled(document);
/external/webkit/Source/WebCore/platform/network/curl/
H A DCookieJarCurl.cpp47 bool cookiesEnabled(const Document* /*document*/) function in namespace:WebCore
/external/webkit/Source/WebCore/platform/network/soup/
H A DCookieJarSoup.cpp108 bool cookiesEnabled(const Document* /*document*/) function in namespace:WebCore
/external/webkit/Source/WebCore/platform/network/win/
H A DCookieJarWin.cpp72 bool cookiesEnabled(const Document* /*document*/) function in namespace:WebCore
/external/webkit/Source/WebCore/platform/qt/
H A DCookieJarQt.cpp118 bool cookiesEnabled(const Document* document) function in namespace:WebCore
/external/webkit/Source/WebCore/platform/network/cf/
H A DCookieJarCFNet.cpp173 bool cookiesEnabled(const Document* /*document*/) function in namespace:WebCore
/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DPlatformBridge.cpp100 bool PlatformBridge::cookiesEnabled(const Document* document) function in class:WebCore::PlatformBridge
/external/webkit/Source/WebKit/android/jni/
H A DJavaBridge.cpp78 virtual bool cookiesEnabled();
139 mCookiesEnabled = env->GetMethodID(clazz, "cookiesEnabled", "()Z");
152 ALOG_ASSERT(mCookiesEnabled, "Could not find method cookiesEnabled");
236 JavaBridge::cookiesEnabled() function in class:android::JavaBridge
/external/webkit/Source/WebKit/chromium/src/
H A DPlatformBridge.cpp316 bool PlatformBridge::cookiesEnabled(const Document* document) function in class:WebCore::PlatformBridge
321 result = cookieJar->cookiesEnabled(document->cookieURL(), document->firstPartyForCookies());

Completed in 410 milliseconds