Searched defs:shouldUseCredentialStorage (Results 1 - 20 of 20) sorted by relevance

/external/webkit/Source/WebCore/loader/
H A DPingLoader.h69 bool shouldUseCredentialStorage(ResourceHandle*) { return m_shouldUseCredentialStorage; } function in class:WebCore::PingLoader
H A DDocumentThreadableLoader.cpp285 bool DocumentThreadableLoader::getShouldUseCredentialStorage(SubresourceLoader* loader, bool& shouldUseCredentialStorage) argument
290 shouldUseCredentialStorage = false;
H A DResourceLoader.cpp467 bool ResourceLoader::shouldUseCredentialStorage() function in class:WebCore::ResourceLoader
470 return frameLoader()->shouldUseCredentialStorage(this);
H A DResourceLoader.h95 virtual bool shouldUseCredentialStorage();
114 virtual bool shouldUseCredentialStorage(ResourceHandle*) { return shouldUseCredentialStorage(); } function in class:WebCore::ResourceLoader
H A DSubresourceLoader.cpp245 bool SubresourceLoader::shouldUseCredentialStorage() function in class:WebCore::SubresourceLoader
253 return ResourceLoader::shouldUseCredentialStorage();
H A DEmptyClients.h250 virtual bool shouldUseCredentialStorage(DocumentLoader*, unsigned long) { return false; } function in class:WebCore::EmptyFrameLoaderClient
H A DFrameLoader.cpp3395 bool FrameLoader::shouldUseCredentialStorage(ResourceLoader* loader) function in class:WebCore::FrameLoader
3397 return m_client->shouldUseCredentialStorage(loader->documentLoader(), loader->identifier());
/external/webkit/Source/WebCore/platform/network/
H A DResourceHandleClient.h88 virtual bool shouldUseCredentialStorage(ResourceHandle*) { return false; } function in class:WebCore::ResourceHandleClient
/external/webkit/Source/WebCore/loader/appcache/
H A DApplicationCacheGroup.h112 virtual bool shouldUseCredentialStorage(ResourceHandle*) { return true; } function in class:WebCore::ApplicationCacheGroup
/external/webkit/Source/WebCore/platform/network/cf/
H A DResourceHandleCFNet.cpp93 virtual bool shouldUseCredentialStorage(ResourceHandle*);
226 LOG(Network, "CFNet - shouldUseCredentialStorage(conn=%p, handle=%p) (%s)", conn, handle, handle->firstRequest().url().string().utf8().data());
231 return handle->shouldUseCredentialStorage();
383 static CFDictionaryRef createConnectionProperties(bool shouldUseCredentialStorage) argument
389 CFDictionaryRef sessionID = shouldUseCredentialStorage ?
399 void ResourceHandle::createCFURLConnection(bool shouldUseCredentialStorage, bool shouldContentSniff) argument
411 if (shouldUseCredentialStorage && firstRequest().url().protocolInHTTPFamily()) {
432 RetainPtr<CFDictionaryRef> connectionProperties(AdoptCF, createConnectionProperties(shouldUseCredentialStorage));
447 bool shouldUseCredentialStorage = !client() || client()->shouldUseCredentialStorage(thi
497 bool ResourceHandle::shouldUseCredentialStorage() function in class:WebCore::ResourceHandle
784 bool WebCoreSynchronousLoaderClient::shouldUseCredentialStorage(ResourceHandle*) function in class:WebCore::WebCoreSynchronousLoaderClient
[all...]
/external/webkit/Source/WebKit/win/WebCoreSupport/
H A DWebFrameLoaderClient.cpp125 bool WebFrameLoaderClient::shouldUseCredentialStorage(DocumentLoader* loader, unsigned long identifier) function in class:WebFrameLoaderClient
137 if (SUCCEEDED(resourceLoadDelegatePrivate->shouldUseCredentialStorage(webView, identifier, getWebDataSource(loader), &shouldUse)))
/external/webkit/Source/WebKit/wince/WebCoreSupport/
H A DFrameLoaderClientWinCE.cpp88 bool FrameLoaderClientWinCE::shouldUseCredentialStorage(DocumentLoader*, unsigned long) function in class:WebKit::FrameLoaderClientWinCE
/external/webkit/Source/WebKit/chromium/src/
H A DFrameLoaderClientImpl.cpp342 bool FrameLoaderClientImpl::shouldUseCredentialStorage( function in class:WebKit::FrameLoaderClientImpl
/external/webkit/Source/WebKit/efl/WebCoreSupport/
H A DFrameLoaderClientEfl.cpp231 bool FrameLoaderClientEfl::shouldUseCredentialStorage(DocumentLoader*, unsigned long) function in class:WebCore::FrameLoaderClientEfl
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
H A DFrameLoaderClientGtk.cpp344 FrameLoaderClient::shouldUseCredentialStorage(WebCore::DocumentLoader*, unsigned long identifier) function in class:WebKit::FrameLoaderClient
/external/webkit/Source/WebKit/haiku/WebCoreSupport/
H A DFrameLoaderClientHaiku.cpp588 bool FrameLoaderClientHaiku::shouldUseCredentialStorage(DocumentLoader*, unsigned long) function in class:WebCore::FrameLoaderClientHaiku
/external/webkit/Source/WebKit/wx/WebKitSupport/
H A DFrameLoaderClientWx.cpp711 bool FrameLoaderClientWx::shouldUseCredentialStorage(DocumentLoader*, unsigned long) function in class:WebCore::FrameLoaderClientWx
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
H A DWebFrameLoaderClient.cpp175 bool WebFrameLoaderClient::shouldUseCredentialStorage(DocumentLoader*, unsigned long identifier) function in class:WebKit::WebFrameLoaderClient
/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DFrameLoaderClientAndroid.cpp166 bool FrameLoaderClientAndroid::shouldUseCredentialStorage(DocumentLoader*, unsigned long identifier) function in class:android::FrameLoaderClientAndroid
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DFrameLoaderClientQt.cpp1072 bool FrameLoaderClientQt::shouldUseCredentialStorage(DocumentLoader*, unsigned long) function in class:WebCore::FrameLoaderClientQt

Completed in 2352 milliseconds