Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/public/platform/
DWebURLRequest.h129 BLINK_PLATFORM_EXPORT void setAllowStoredCredentials(bool);
/external/chromium_org/third_party/WebKit/Source/core/fetch/
DResourceLoader.cpp154 wrappedRequest.setAllowStoredCredentials(m_options.allowCredentials == AllowStoredCredentials); in start()
421 requestIn.setAllowStoredCredentials(m_options.allowCredentials == AllowStoredCredentials); in requestSynchronously()
/external/chromium_org/third_party/WebKit/Source/core/loader/
DPingLoader.cpp129 wrappedRequest.setAllowStoredCredentials(credentialsAllowed == AllowStoredCredentials); in PingLoader()
/external/chromium_org/third_party/WebKit/Source/platform/exported/
DWebURLRequest.cpp145 void WebURLRequest::setAllowStoredCredentials(bool allowStoredCredentials) in setAllowStoredCredentials() function in blink::WebURLRequest
/external/chromium_org/content/renderer/p2p/
Dport_allocator.cc293 request.setAllowStoredCredentials(false); in AllocateLegacyRelaySession()