Searched defs:forcePreflight (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) { }
48 bool forcePreflight; // If policy is to use access control, whether to force a preflight for GET, HEAD, and POST requests. 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) { }
62 bool forcePreflight; // If AccessControl is used, whether to force a preflight. member in struct:WebCore::ThreadableLoaderOptions

Completed in 82 milliseconds