Home
last modified time | relevance | path

Searched defs:WebURLLoaderOptions (Results 1 – 1 of 1) sorted by relevance

/external/webkit/Source/WebKit/chromium/public/
DWebURLLoaderOptions.h36 struct WebURLLoaderOptions { struct
44WebURLLoaderOptions() : sniffContent(false), allowCredentials(false), forcePreflight(false), cross… in WebURLLoaderOptions() argument
46 bool sniffContent; // Whether to sniff content.
47 bool allowCredentials; // Whether to send HTTP credentials and cookies with the request.
48 … If policy is to use access control, whether to force a preflight for GET, HEAD, and POST requests.
49 CrossOriginRequestPolicy crossOriginRequestPolicy;