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

  /external/chromium_org/third_party/WebKit/Source/core/loader/
PingLoader.h 71 PingLoader(Frame*, ResourceRequest&, StoredCredentials = AllowStoredCredentials);
ResourceLoaderOptions.h 80 AllowStoredCredentials,
CrossOriginAccessControl.cpp 103 request.setAllowCookies(allowCredentials == AllowStoredCredentials);
158 if (includeCredentials == AllowStoredCredentials) {
PingLoader.cpp 117 OwnPtr<PingLoader> pingLoader = adoptPtr(new PingLoader(frame, request, SecurityOrigin::create(reportURL)->isSameSchemeHostPort(frame->document()->securityOrigin()) ? AllowStoredCredentials : DoNotAllowStoredCredentials));
133 wrappedRequest.setAllowStoredCredentials(credentialsAllowed == AllowStoredCredentials);
CrossOriginPreflightResultCache.cpp 141 if (includeCredentials == AllowStoredCredentials && m_credentials == DoNotAllowStoredCredentials)
TextTrackLoader.cpp 159 StoredCredentials allowCredentials = equalIgnoringCase(crossOriginMode, "use-credentials") ? AllowStoredCredentials : DoNotAllowStoredCredentials;
ResourceLoader.cpp 149 wrappedRequest.setAllowStoredCredentials(m_options.allowCredentials == AllowStoredCredentials);
397 requestIn.setAllowStoredCredentials(storedCredentials == AllowStoredCredentials);
ImageLoader.cpp 165 StoredCredentials allowCredentials = equalIgnoringCase(crossOriginMode, "use-credentials") ? AllowStoredCredentials : DoNotAllowStoredCredentials;
DocumentLoader.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/workers/
WorkerScriptLoader.cpp 69 options.allowCredentials = AllowStoredCredentials;
89 options.allowCredentials = AllowStoredCredentials;
  /external/chromium_org/third_party/WebKit/Source/core/fileapi/
FileReaderLoader.cpp 100 options.allowCredentials = AllowStoredCredentials;
  /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/core/xml/
XSLTProcessorLibxslt.cpp 108 globalResourceFetcher->frame()->loader()->loadResourceSynchronously(url, AllowStoredCredentials, error, response, data);
XMLHttpRequest.cpp 742 options.allowCredentials = (m_sameOriginRequest || m_includeCredentials) ? AllowStoredCredentials : DoNotAllowStoredCredentials;
    [all...]
  /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);
ResourceFetcher.cpp 269 request.setOptions(ResourceLoaderOptions(DoNotSendCallbacks, SniffContent, BufferData, AllowStoredCredentials, ClientRequestedCredentials, AskClientForCrossOriginCredentials, SkipSecurityCheck, CheckContentSecurityPolicy, UseDefaultOriginRestrictionsForType, DocumentContext));
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorResourceAgent.cpp 725 options.allowCredentials = AllowStoredCredentials;
  /external/chromium_org/third_party/WebKit/Source/core/xml/parser/
XMLDocumentParser.cpp 651 fetcher->frame()->loader()->loadResourceSynchronously(url, AllowStoredCredentials, error, response, data);
    [all...]

Completed in 3040 milliseconds