OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:forcePreflight
(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) { }
48
bool
forcePreflight
; // If policy is to use access control, whether to force a preflight for GET, HEAD, and POST requests.
/external/webkit/Source/WebCore/loader/
ThreadableLoader.h
58
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.
Completed in 29 milliseconds