OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 658 milliseconds