Home
last modified time | relevance | path

Searched refs:allowCredentials (Results 1 – 9 of 9) sorted by relevance

/external/webkit/Source/WebCore/loader/
DDocumentThreadableLoader.cpp93 crossOriginRequest->setAllowCookies(m_options.allowCredentials); in DocumentThreadableLoader()
100 …nt->securityOrigin()->toString(), m_actualRequest->url(), m_options.allowCredentials, m_actualRequ… in DocumentThreadableLoader()
129 preflightRequest.setAllowCookies(m_options.allowCredentials); in makeCrossOriginAccessRequestWithPreflight()
209 …if (!passesAccessControlCheck(response, m_options.allowCredentials, m_document->securityOrigin(), … in didReceiveResponse()
214 …m> preflightResult = adoptPtr(new CrossOriginPreflightResultCacheItem(m_options.allowCredentials)); in didReceiveResponse()
225 …if (!passesAccessControlCheck(response, m_options.allowCredentials, m_document->securityOrigin(), … in didReceiveResponse()
289 if (!m_options.allowCredentials) { in getShouldUseCredentialStorage()
360 …StoredCredentials storedCredentials = m_options.allowCredentials ? AllowStoredCredentials : DoNotA… in loadRequest()
DThreadableLoader.h58 …ThreadableLoaderOptions() : sendLoadCallbacks(false), sniffContent(false), allowCredentials(false)… in ThreadableLoaderOptions()
61 bool allowCredentials; // Whether HTTP credentials and cookies are sent with the request. member
/external/webkit/Source/WebKit/chromium/public/
DWebURLLoaderOptions.h44 …WebURLLoaderOptions() : sniffContent(false), allowCredentials(false), forcePreflight(false), cross… in WebURLLoaderOptions()
47 bool allowCredentials; // Whether to send HTTP credentials and cookies with the request. member
/external/webkit/Source/WebKit/chromium/src/
DAssociatedURLLoader.cpp169 m_options.allowCredentials = true; in AssociatedURLLoader()
210 options.allowCredentials = m_options.allowCredentials; in loadAsynchronously()
/external/webkit/Source/WebCore/workers/
DWorkerScriptLoader.cpp65 options.allowCredentials = true; in loadSynchronously()
83 options.allowCredentials = true; in loadAsynchronously()
/external/webkit/Source/WebCore/notifications/
DNotification.cpp171 options.allowCredentials = AllowStoredCredentials; in startLoading()
/external/webkit/Source/WebCore/fileapi/
DFileReaderLoader.cpp92 options.allowCredentials = true; in start()
/external/webkit/Source/WebCore/page/
DEventSource.cpp116 options.allowCredentials = true; in connect()
/external/webkit/Source/WebCore/xml/
DXMLHttpRequest.cpp643 options.allowCredentials = m_sameOriginRequest || m_includeCredentials; in createRequest()