Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/network/
DResourceRequestTest.cpp31 original.setAllowStoredCredentials(false); in TEST()
89 copy1->setAllowStoredCredentials(true); in TEST()
DResourceRequest.cpp49 request->setAllowStoredCredentials(data->m_allowStoredCredentials); in adopt()
247 void ResourceRequest::setAllowStoredCredentials(bool allowCredentials) in setAllowStoredCredentials() function in blink::ResourceRequest
DResourceRequest.h141 void setAllowStoredCredentials(bool allowCredentials);
/external/chromium_org/third_party/WebKit/Source/platform/exported/
DWebURLRequest.cpp132 void WebURLRequest::setAllowStoredCredentials(bool allowStoredCredentials) in setAllowStoredCredentials() function in blink::WebURLRequest
134 m_private->m_resourceRequest->setAllowStoredCredentials(allowStoredCredentials); in setAllowStoredCredentials()
/external/chromium_org/third_party/WebKit/Source/core/loader/
DBeaconLoader.cpp27 request.setAllowStoredCredentials(true); in prepareRequest()
DPingLoader.cpp149 wrappedRequest.setAllowStoredCredentials(credentialsAllowed == AllowStoredCredentials); in PingLoader()
/external/chromium_org/third_party/WebKit/public/platform/
DWebURLRequest.h150 BLINK_PLATFORM_EXPORT void setAllowStoredCredentials(bool);
/external/chromium_org/third_party/WebKit/Source/core/fetch/
DCrossOriginAccessControl.cpp67 request.setAllowStoredCredentials(allowCredentials == AllowStoredCredentials); in updateRequestForAccessControl()
DResourceLoader.cpp533 request.setAllowStoredCredentials(m_options.allowCredentials == AllowStoredCredentials); in applyOptions()
/external/chromium_org/content/renderer/p2p/
Dport_allocator.cc189 request.setAllowStoredCredentials(false); in AllocateLegacyRelaySession()