Searched refs:allowCredentials (Results 1 – 9 of 9) sorted by relevance
/external/webkit/Source/WebCore/loader/ |
D | DocumentThreadableLoader.cpp | 93 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()
|
D | ThreadableLoader.h | 58 …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/ |
D | WebURLLoaderOptions.h | 44 …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/ |
D | AssociatedURLLoader.cpp | 169 m_options.allowCredentials = true; in AssociatedURLLoader() 210 options.allowCredentials = m_options.allowCredentials; in loadAsynchronously()
|
/external/webkit/Source/WebCore/workers/ |
D | WorkerScriptLoader.cpp | 65 options.allowCredentials = true; in loadSynchronously() 83 options.allowCredentials = true; in loadAsynchronously()
|
/external/webkit/Source/WebCore/notifications/ |
D | Notification.cpp | 171 options.allowCredentials = AllowStoredCredentials; in startLoading()
|
/external/webkit/Source/WebCore/fileapi/ |
D | FileReaderLoader.cpp | 92 options.allowCredentials = true; in start()
|
/external/webkit/Source/WebCore/page/ |
D | EventSource.cpp | 116 options.allowCredentials = true; in connect()
|
/external/webkit/Source/WebCore/xml/ |
D | XMLHttpRequest.cpp | 643 options.allowCredentials = m_sameOriginRequest || m_includeCredentials; in createRequest()
|