Searched refs:forcePreflight (Results 1 – 7 of 7) sorted by relevance
/external/webkit/Source/WebKit/chromium/public/ |
D | WebURLLoaderOptions.h | 44 …WebURLLoaderOptions() : sniffContent(false), allowCredentials(false), forcePreflight(false), cross… in WebURLLoaderOptions() 48 …bool forcePreflight; // If policy is to use access control, whether to force a preflight for GET, … member
|
/external/webkit/Source/WebCore/loader/ |
D | ThreadableLoader.h | 58 …dLoadCallbacks(false), sniffContent(false), allowCredentials(false), forcePreflight(false), crossO… in ThreadableLoaderOptions() 62 bool forcePreflight; // If AccessControl is used, whether to force a preflight. member
|
D | DocumentThreadableLoader.cpp | 95 …if (!m_options.forcePreflight && isSimpleCrossOriginAccessRequest(crossOriginRequest->httpMethod()… in DocumentThreadableLoader()
|
/external/webkit/Source/WebKit/chromium/src/ |
D | AssociatedURLLoader.cpp | 170 m_options.forcePreflight = false; in AssociatedURLLoader() 211 options.forcePreflight = m_options.forcePreflight; in loadAsynchronously()
|
/external/webkit/Source/WebCore/notifications/ |
D | Notification.cpp | 170 options.forcePreflight = false; in startLoading()
|
/external/webkit/Source/WebCore/fileapi/ |
D | FileReaderLoader.cpp | 91 options.forcePreflight = false; in start()
|
/external/webkit/Source/WebCore/xml/ |
D | XMLHttpRequest.cpp | 642 options.forcePreflight = uploadEvents; in createRequest()
|