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 245 StoredCredentials withCredentials = resource->lastResourceRequest().allowStoredCredentials() ? AllowStoredCredentials : DoNotAllowStoredCredentials;
246 allowRedirect = passesAccessControlCheck(redirectResponse, withCredentials, securityOrigin, errorDescription);
  /external/chromium_org/third_party/WebKit/Source/core/page/
EventSource.cpp 72 eventSourceInit.get("withCredentials", m_withCredentials);
186 bool EventSource::withCredentials() const
  /external/chromium_org/third_party/WebKit/Source/core/xml/
XMLHttpRequest.h 105 bool withCredentials() const { return m_includeCredentials; }

Completed in 448 milliseconds