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

  /external/webkit/Source/WebKit/chromium/public/
WebURLLoaderOptions.h 44 WebURLLoaderOptions() : sniffContent(false), allowCredentials(false), forcePreflight(false), crossOriginRequestPolicy(CrossOriginRequestPolicyDeny) { }
47 bool allowCredentials; // Whether to send HTTP credentials and cookies with the request.
  /external/webkit/Source/WebCore/loader/
ThreadableLoader.h 58 ThreadableLoaderOptions() : sendLoadCallbacks(false), sniffContent(false), allowCredentials(false), forcePreflight(false), crossOriginRequestPolicy(DenyCrossOriginRequests), shouldBufferData(true) { }
61 bool allowCredentials; // Whether HTTP credentials and cookies are sent with the request.

Completed in 171 milliseconds