Home
last modified time | relevance | path

Searched refs:forcePreflight (Results 1 – 7 of 7) sorted by relevance

/external/webkit/Source/WebKit/chromium/public/
DWebURLLoaderOptions.h44 …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/
DThreadableLoader.h58 …dLoadCallbacks(false), sniffContent(false), allowCredentials(false), forcePreflight(false), crossO… in ThreadableLoaderOptions()
62 bool forcePreflight; // If AccessControl is used, whether to force a preflight. member
DDocumentThreadableLoader.cpp95 …if (!m_options.forcePreflight && isSimpleCrossOriginAccessRequest(crossOriginRequest->httpMethod()… in DocumentThreadableLoader()
/external/webkit/Source/WebKit/chromium/src/
DAssociatedURLLoader.cpp170 m_options.forcePreflight = false; in AssociatedURLLoader()
211 options.forcePreflight = m_options.forcePreflight; in loadAsynchronously()
/external/webkit/Source/WebCore/notifications/
DNotification.cpp170 options.forcePreflight = false; in startLoading()
/external/webkit/Source/WebCore/fileapi/
DFileReaderLoader.cpp91 options.forcePreflight = false; in start()
/external/webkit/Source/WebCore/xml/
DXMLHttpRequest.cpp642 options.forcePreflight = uploadEvents; in createRequest()