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

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

Completed in 942 milliseconds