Home
last modified time | relevance | path

Searched refs:setAllowStoredCredentials (Results 1 – 7 of 7) sorted by relevance

/external/webkit/Source/WebKit/chromium/src/
DResourceHandle.cpp111 wrappedRequest.setAllowStoredCredentials(allowStoredCredentials()); in start()
299 requestIn.setAllowStoredCredentials(storedCredentials == AllowStoredCredentials); in loadResourceSynchronously()
DWebURLRequest.cpp122 void WebURLRequest::setAllowStoredCredentials(bool allowStoredCredentials) in setAllowStoredCredentials() function in WebKit::WebURLRequest
/external/webkit/Source/WebKit/chromium/public/
DWebURLRequest.h110 WEBKIT_API void setAllowStoredCredentials(bool allowStoredCredentials);
/external/webkit/Source/WebCore/platform/network/cf/
DResourceHandleCFNet.cpp78 void setAllowStoredCredentials(bool allow) { m_allowStoredCredentials = allow; } in setAllowStoredCredentials() function in WebCore::WebCoreSynchronousLoaderClient
640 client->setAllowStoredCredentials(storedCredentials == AllowStoredCredentials); in loadResourceSynchronously()
/external/webkit/Source/WebCore/platform/network/mac/
DResourceHandleMac.mm100 void setAllowStoredCredentials(bool allow) { m_allowStoredCredentials = allow; }
511 client->setAllowStoredCredentials(storedCredentials == AllowStoredCredentials);
/external/webkit/Source/WebKit/chromium/
DChangeLog-2011-02-1628412 (WebKit::WebURLRequest::setAllowStoredCredentials):
/external/webkit/Source/WebCore/
DChangeLog-2010-12-06100027 (WebCore::WebCoreSynchronousLoaderClient::setAllowStoredCredentials):