Home
last modified time | relevance | path

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

12

/external/chromium_org/third_party/WebKit/Source/core/fetch/
DResourceLoaderOptions.h91 , allowCredentials(DoNotAllowStoredCredentials) in ResourceLoaderOptions()
103 StoredCredentials allowCredentials, in ResourceLoaderOptions()
108 , allowCredentials(allowCredentials) in ResourceLoaderOptions()
138 …StoredCredentials allowCredentials; // Whether HTTP credentials and cookies are sent with the requ… member
153 , allowCredentials(options.allowCredentials) in CrossThreadResourceLoaderOptionsData()
167 options.allowCredentials = allowCredentials; in ResourceLoaderOptions()
180 StoredCredentials allowCredentials; member
DFetchRequest.cpp72 …tCrossOriginAccessControl(SecurityOrigin* origin, StoredCredentials allowCredentials, CredentialRe… in setCrossOriginAccessControl() argument
74 … ASSERT(requested == ClientDidNotRequestCredentials || allowCredentials == AllowStoredCredentials); in setCrossOriginAccessControl()
75 updateRequestForAccessControl(m_resourceRequest, origin, allowCredentials); in setCrossOriginAccessControl()
76 m_options.allowCredentials = allowCredentials; in setCrossOriginAccessControl()
82 …tchRequest::setCrossOriginAccessControl(SecurityOrigin* origin, StoredCredentials allowCredentials) in setCrossOriginAccessControl() argument
84 …setCrossOriginAccessControl(origin, allowCredentials, allowCredentials == AllowStoredCredentials ?… in setCrossOriginAccessControl()
DCrossOriginAccessControl.cpp64 …ntrol(ResourceRequest& request, SecurityOrigin* securityOrigin, StoredCredentials allowCredentials) in updateRequestForAccessControl() argument
67 request.setAllowStoredCredentials(allowCredentials == AllowStoredCredentials); in updateRequestForAccessControl()
243 options.allowCredentials = DoNotAllowStoredCredentials; in handleRedirect()
DResourceLoader.cpp533 request.setAllowStoredCredentials(m_options.allowCredentials == AllowStoredCredentials); in applyOptions()
/external/chromium_org/third_party/WebKit/public/web/
DWebURLLoaderOptions.h52 , allowCredentials(false) in WebURLLoaderOptions()
59 bool allowCredentials; // Whether to send HTTP credentials and cookies with the request. member
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
DHTMLResourcePreloader.h52 void setCrossOriginEnabled(StoredCredentials allowCredentials) in setCrossOriginEnabled() argument
55 m_allowCredentials = allowCredentials; in setCrossOriginEnabled()
/external/chromium_org/third_party/WebKit/Source/core/workers/
DWorkerScriptLoader.cpp73 resourceLoaderOptions.allowCredentials = AllowStoredCredentials; in loadSynchronously()
92 resourceLoaderOptions.allowCredentials = AllowStoredCredentials; in loadAsynchronously()
/external/chromium_org/content/renderer/pepper/
Dpepper_url_loader_host.cc265 options.allowCredentials = true; in InternalOnHostMsgOpen()
274 options.allowCredentials = filled_in_request_data.allow_credentials; in InternalOnHostMsgOpen()
279 options.allowCredentials = true; in InternalOnHostMsgOpen()
/external/chromium_org/content/renderer/media/android/
Dmedia_info_loader.cc66 options.allowCredentials = true; in Start()
77 options.allowCredentials = true; in Start()
/external/chromium_org/chrome/renderer/
Dprefetch_helper.cc39 options.allowCredentials = true; in OnPrefetch()
/external/chromium_org/third_party/WebKit/Source/web/
DAssociatedURLLoader.cpp344 …resourceLoaderOptions.allowCredentials = m_options.allowCredentials ? AllowStoredCredentials : DoN… in loadAsynchronously()
/external/chromium_org/third_party/WebKit/Source/platform/network/
DResourceRequest.cpp247 void ResourceRequest::setAllowStoredCredentials(bool allowCredentials) in setAllowStoredCredentials() argument
249 m_allowStoredCredentials = allowCredentials; in setAllowStoredCredentials()
DResourceRequest.h141 void setAllowStoredCredentials(bool allowCredentials);
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSImageValue.cpp68 …sOriginAccessControl(fetcher->document()->securityOrigin(), options.allowCredentials, options.cred… in cachedImage()
DCSSImageSetValue.cpp111 …ssOriginAccessControl(loader->document()->securityOrigin(), options.allowCredentials, options.cred… in cachedImageSet()
/external/chromium_org/third_party/WebKit/Source/core/loader/
DDocumentThreadableLoader.cpp151 preflightOptions.allowCredentials = DoNotAllowStoredCredentials; in makeCrossOriginAccessRequest()
486 resourceLoaderOptions.allowCredentials = DoNotAllowStoredCredentials; in loadRequest()
568 return m_resourceLoaderOptions.allowCredentials; in effectiveAllowCredentials()
/external/chromium_org/media/blink/
Dbuffered_resource_loader.cc186 options.allowCredentials = true; in Start()
196 options.allowCredentials = true; in Start()
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DStyleResourceLoader.cpp110 options.allowCredentials = DoNotAllowStoredCredentials; in loadPendingShapeImage()
/external/chromium_org/third_party/WebKit/Source/core/fileapi/
DFileReaderLoader.cpp119 resourceLoaderOptions.allowCredentials = AllowStoredCredentials; in startInternal()
/external/chromium_org/content/renderer/p2p/
Dport_allocator.cc169 options.allowCredentials = false; in AllocateLegacyRelaySession()
/external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/
DFetchManager.cpp308 resourceLoaderOptions.allowCredentials = AllowStoredCredentials; in performHTTPFetch()
/external/chromium_org/third_party/WebKit/Source/core/page/
DEventSource.cpp145 …resourceLoaderOptions.allowCredentials = (origin->canRequest(m_url) || m_withCredentials) ? AllowS… in connect()
/external/chromium_org/third_party/WebKit/Source/web/tests/
DAssociatedURLLoaderTest.cpp399 options.allowCredentials = true; in TEST_F()
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorResourceAgent.cpp810 resourceLoaderOptions.allowCredentials = AllowStoredCredentials; in loadResourceForFrontend()
/external/chromium_org/third_party/WebKit/Source/core/xml/
DXMLHttpRequest.cpp856 …resourceLoaderOptions.allowCredentials = (m_sameOriginRequest || m_includeCredentials) ? AllowStor… in createRequest()

12