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

  /external/chromium_org/third_party/WebKit/Source/core/loader/
ResourceLoaderOptions.h 81 DoNotAllowStoredCredentials
98 , allowCredentials(DoNotAllowStoredCredentials)
CrossOriginAccessControl.cpp 112 updateRequestForAccessControl(preflightRequest, securityOrigin, DoNotAllowStoredCredentials);
146 if (accessControlOriginString == "*" && includeCredentials == DoNotAllowStoredCredentials)
CrossOriginPreflightResultCache.cpp 141 if (includeCredentials == AllowStoredCredentials && m_credentials == DoNotAllowStoredCredentials)
PingLoader.cpp 117 OwnPtr<PingLoader> pingLoader = adoptPtr(new PingLoader(frame, request, SecurityOrigin::create(reportURL)->isSameSchemeHostPort(frame->document()->securityOrigin()) ? AllowStoredCredentials : DoNotAllowStoredCredentials));
TextTrackLoader.cpp 159 StoredCredentials allowCredentials = equalIgnoringCase(crossOriginMode, "use-credentials") ? AllowStoredCredentials : DoNotAllowStoredCredentials;
ImageLoader.cpp 165 StoredCredentials allowCredentials = equalIgnoringCase(crossOriginMode, "use-credentials") ? AllowStoredCredentials : DoNotAllowStoredCredentials;
DocumentThreadableLoader.cpp 235 m_options.allowCredentials = DoNotAllowStoredCredentials;
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLImportsController.cpp 76 request.setPotentiallyCrossOriginEnabled(securityOrigin(), DoNotAllowStoredCredentials);
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorFrontendHost.cpp 263 m_frontendPage->mainFrame()->loader()->loadResourceSynchronously(request, DoNotAllowStoredCredentials, error, response, data);
  /external/chromium_org/third_party/WebKit/Source/core/dom/
ScriptLoader.cpp 280 StoredCredentials allowCredentials = equalIgnoringCase(crossOriginMode, "use-credentials") ? AllowStoredCredentials : DoNotAllowStoredCredentials;
  /external/chromium_org/third_party/WebKit/Source/core/page/
EventSource.cpp 131 options.allowCredentials = (origin->canRequest(m_url) || m_withCredentials) ? AllowStoredCredentials : DoNotAllowStoredCredentials;
  /external/chromium_org/third_party/WebKit/Source/web/
AssociatedURLLoader.cpp 345 options.allowCredentials = m_options.allowCredentials ? AllowStoredCredentials : DoNotAllowStoredCredentials;
  /external/chromium_org/third_party/WebKit/Source/core/loader/cache/
Resource.cpp 256 return WebCore::passesAccessControlCheck(m_response, resourceRequest().allowCookies() ? AllowStoredCredentials : DoNotAllowStoredCredentials, securityOrigin, errorDescription);
  /external/chromium_org/third_party/WebKit/Source/core/xml/
XMLHttpRequest.cpp 742 options.allowCredentials = (m_sameOriginRequest || m_includeCredentials) ? AllowStoredCredentials : DoNotAllowStoredCredentials;
    [all...]

Completed in 772 milliseconds