HomeSort by relevance Sort by last modified time
    Searched defs:withCredentials (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/fetch/
CrossOriginAccessControl.cpp 218 StoredCredentials withCredentials = resource->lastResourceRequest().allowStoredCredentials() ? AllowStoredCredentials : DoNotAllowStoredCredentials;
219 allowRedirect = passesAccessControlCheck(redirectResponse, withCredentials, securityOrigin, errorDescription);
  /external/chromium_org/third_party/WebKit/Source/core/page/
EventSource.cpp 65 , m_withCredentials(eventSourceInit.withCredentials())
185 bool EventSource::withCredentials() const
  /external/chromium_org/third_party/WebKit/Source/core/xml/
XMLHttpRequest.h 105 bool withCredentials() const { return m_includeCredentials; }

Completed in 143 milliseconds