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

  /external/chromium_org/third_party/WebKit/Source/core/loader/
PingLoader.h 71 PingLoader(Frame*, ResourceRequest&, StoredCredentials = AllowStoredCredentials);
PingLoader.cpp 114 OwnPtr<PingLoader> pingLoader = adoptPtr(new PingLoader(frame, request, SecurityOrigin::create(reportURL)->isSameSchemeHostPort(frame->document()->securityOrigin()) ? AllowStoredCredentials : DoNotAllowStoredCredentials));
129 wrappedRequest.setAllowStoredCredentials(credentialsAllowed == AllowStoredCredentials);
TextTrackLoader.cpp 123 StoredCredentials allowCredentials = equalIgnoringCase(crossOriginMode, "use-credentials") ? AllowStoredCredentials : DoNotAllowStoredCredentials;
CrossOriginPreflightResultCache.cpp 141 if (includeCredentials == AllowStoredCredentials && m_credentials == DoNotAllowStoredCredentials)
ImageLoader.cpp 162 StoredCredentials allowCredentials = equalIgnoringCase(crossOriginMode, "use-credentials") ? AllowStoredCredentials : DoNotAllowStoredCredentials;
DocumentLoader.cpp 846 (SendCallbacks, SniffContent, DoNotBufferData, AllowStoredCredentials, ClientRequestedCredentials, AskClientForCrossOriginCredentials, SkipSecurityCheck, CheckContentSecurityPolicy, DocumentContext));
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/workers/
WorkerScriptLoader.cpp 67 options.allowCredentials = AllowStoredCredentials;
87 options.allowCredentials = AllowStoredCredentials;
  /external/chromium_org/third_party/WebKit/Source/core/fetch/
CrossOriginAccessControl.cpp 102 request.setAllowCookies(allowCredentials == AllowStoredCredentials);
169 if (includeCredentials == AllowStoredCredentials) {
ResourceLoaderOptions.h 75 AllowStoredCredentials,
ResourceLoader.cpp 154 wrappedRequest.setAllowStoredCredentials(m_options.allowCredentials == AllowStoredCredentials);
421 requestIn.setAllowStoredCredentials(m_options.allowCredentials == AllowStoredCredentials);
Resource.cpp 268 return WebCore::passesAccessControlCheck(m_response, resourceRequest().allowCookies() ? AllowStoredCredentials : DoNotAllowStoredCredentials, securityOrigin, errorDescription);
ResourceFetcher.cpp 343 request.setOptions(ResourceLoaderOptions(DoNotSendCallbacks, SniffContent, BufferData, AllowStoredCredentials, ClientRequestedCredentials, AskClientForCrossOriginCredentials, SkipSecurityCheck, CheckContentSecurityPolicy, DocumentContext));
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/fileapi/
FileReaderLoader.cpp 111 options.allowCredentials = AllowStoredCredentials;
  /external/chromium_org/third_party/WebKit/Source/core/dom/
ScriptLoader.cpp 267 StoredCredentials allowCredentials = equalIgnoringCase(crossOriginMode, "use-credentials") ? AllowStoredCredentials : DoNotAllowStoredCredentials;
  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLPreloadScanner.cpp 252 m_allowCredentials = AllowStoredCredentials;
  /external/chromium_org/third_party/WebKit/Source/core/page/
EventSource.cpp 140 options.allowCredentials = (origin->canRequest(m_url) || m_withCredentials) ? AllowStoredCredentials : DoNotAllowStoredCredentials;
  /external/chromium_org/third_party/WebKit/Source/web/
AssociatedURLLoader.cpp 348 options.allowCredentials = m_options.allowCredentials ? AllowStoredCredentials : DoNotAllowStoredCredentials;
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorResourceAgent.cpp 724 options.allowCredentials = AllowStoredCredentials;
  /external/chromium_org/third_party/WebKit/Source/core/xml/
XMLHttpRequest.cpp 824 options.allowCredentials = (m_sameOriginRequest || m_includeCredentials) ? AllowStoredCredentials : DoNotAllowStoredCredentials;
    [all...]

Completed in 214 milliseconds