HomeSort by relevance Sort by last modified time
    Searched refs:DoNotAllowStoredCredentials (Results 1 - 15 of 15) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/fetch/
ResourceLoaderOptions.h 57 DoNotAllowStoredCredentials
91 , allowCredentials(DoNotAllowStoredCredentials)
CrossOriginAccessControl.cpp 76 updateRequestForAccessControl(preflightRequest, securityOrigin, DoNotAllowStoredCredentials);
129 if (includeCredentials == DoNotAllowStoredCredentials)
218 StoredCredentials withCredentials = resource->lastResourceRequest().allowStoredCredentials() ? AllowStoredCredentials : DoNotAllowStoredCredentials;
243 options.allowCredentials = DoNotAllowStoredCredentials;
FetchRequest.cpp 89 setCrossOriginAccessControl(origin, equalIgnoringCase(crossOriginMode, "use-credentials") ? AllowStoredCredentials : DoNotAllowStoredCredentials);
Resource.cpp 286 return blink::passesAccessControlCheck(m_response, resourceRequest().allowStoredCredentials() ? AllowStoredCredentials : DoNotAllowStoredCredentials, securityOrigin, errorDescription);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSFontFaceSrcValue.cpp 114 request.setCrossOriginAccessControl(securityOrigin, DoNotAllowStoredCredentials);
  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLResourcePreloader.h 68 , m_allowCredentials(DoNotAllowStoredCredentials)
HTMLPreloadScanner.cpp 115 , m_allowCredentials(DoNotAllowStoredCredentials)
343 m_allowCredentials = DoNotAllowStoredCredentials;
  /external/chromium_org/third_party/WebKit/Source/core/html/imports/
HTMLImportsController.cpp 119 master()->securityOrigin(), sameOriginRequest ? AllowStoredCredentials : DoNotAllowStoredCredentials,
  /external/chromium_org/third_party/WebKit/Source/core/loader/
CrossOriginPreflightResultCache.cpp 140 if (includeCredentials == AllowStoredCredentials && m_credentials == DoNotAllowStoredCredentials)
DocumentThreadableLoader.cpp 151 preflightOptions.allowCredentials = DoNotAllowStoredCredentials;
486 resourceLoaderOptions.allowCredentials = DoNotAllowStoredCredentials;
567 return DoNotAllowStoredCredentials;
PingLoader.cpp 119 PingLoader::start(frame, request, initiatorInfo, SecurityOrigin::create(reportURL)->isSameSchemeHostPort(frame->document()->securityOrigin()) ? AllowStoredCredentials : DoNotAllowStoredCredentials);
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
StyleResourceLoader.cpp 110 options.allowCredentials = DoNotAllowStoredCredentials;
  /external/chromium_org/third_party/WebKit/Source/core/page/
EventSource.cpp 145 resourceLoaderOptions.allowCredentials = (origin->canRequest(m_url) || m_withCredentials) ? AllowStoredCredentials : DoNotAllowStoredCredentials;
  /external/chromium_org/third_party/WebKit/Source/web/
AssociatedURLLoader.cpp 344 resourceLoaderOptions.allowCredentials = m_options.allowCredentials ? AllowStoredCredentials : DoNotAllowStoredCredentials;
  /external/chromium_org/third_party/WebKit/Source/core/xml/
XMLHttpRequest.cpp 856 resourceLoaderOptions.allowCredentials = (m_sameOriginRequest || m_includeCredentials) ? AllowStoredCredentials : DoNotAllowStoredCredentials;
    [all...]

Completed in 222 milliseconds