Searched defs:sniffContent (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebKit/chromium/public/
H A DWebURLLoaderOptions.h44 WebURLLoaderOptions() : sniffContent(false), allowCredentials(false), forcePreflight(false), crossOriginRequestPolicy(CrossOriginRequestPolicyDeny) { }
46 bool sniffContent; // Whether to sniff content. member in struct:WebKit::WebURLLoaderOptions
/external/webkit/Source/WebCore/loader/
H A DThreadableLoader.h58 ThreadableLoaderOptions() : sendLoadCallbacks(false), sniffContent(false), allowCredentials(false), forcePreflight(false), crossOriginRequestPolicy(DenyCrossOriginRequests), shouldBufferData(true) { }
60 bool sniffContent; member in struct:WebCore::ThreadableLoaderOptions
H A DDocumentThreadableLoader.cpp348 bool sniffContent = m_options.sniffContent && !m_actualRequest; local
355 sniffContent, m_optionalOutgoingReferrer, shouldBufferData);
359 // FIXME: ThreadableLoaderOptions.sniffContent is not supported for synchronous requests.

Completed in 309 milliseconds