Searched defs:allowCredentials (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebKit/chromium/public/
H A DWebURLLoaderOptions.h44 WebURLLoaderOptions() : sniffContent(false), allowCredentials(false), forcePreflight(false), crossOriginRequestPolicy(CrossOriginRequestPolicyDeny) { }
47 bool allowCredentials; // Whether to send HTTP credentials and cookies with the request. member in struct:WebKit::WebURLLoaderOptions
/external/webkit/Source/WebCore/loader/
H A DThreadableLoader.h58 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. member in struct:WebCore::ThreadableLoaderOptions

Completed in 90 milliseconds