Home
last modified time | relevance | path

Searched refs:wrappedRequest (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/loader/
DPingLoader.cpp128 blink::WrappedResourceRequest wrappedRequest(request); in PingLoader() local
129 wrappedRequest.setAllowStoredCredentials(credentialsAllowed == AllowStoredCredentials); in PingLoader()
130 m_loader->loadAsynchronously(wrappedRequest, this); in PingLoader()
/external/chromium_org/third_party/WebKit/Source/core/fetch/
DResourceLoader.cpp153 blink::WrappedResourceRequest wrappedRequest(m_request); in start() local
154 wrappedRequest.setAllowStoredCredentials(m_options.allowCredentials == AllowStoredCredentials); in start()
155 m_loader->loadAsynchronously(wrappedRequest, this); in start()