OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:forcePreflight
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/public/web/
WebURLLoaderOptions.h
48
,
forcePreflight
(false)
56
bool
forcePreflight
; // If policy is to use access control, whether to force a preflight for GET, HEAD, and POST requests.
/external/chromium_org/third_party/WebKit/Source/web/
AssociatedURLLoader.cpp
346
options.preflightPolicy = m_options.
forcePreflight
?
ForcePreflight
: ConsiderPreflight;
Completed in 154 milliseconds