HomeSort by relevance Sort by last modified time
    Searched defs:sniffContent (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebKit/chromium/public/
WebURLLoaderOptions.h 44 WebURLLoaderOptions() : sniffContent(false), allowCredentials(false), forcePreflight(false), crossOriginRequestPolicy(CrossOriginRequestPolicyDeny) { }
46 bool sniffContent; // Whether to sniff content.
  /external/webkit/Source/WebCore/loader/
ThreadableLoader.h 58 ThreadableLoaderOptions() : sendLoadCallbacks(false), sniffContent(false), allowCredentials(false), forcePreflight(false), crossOriginRequestPolicy(DenyCrossOriginRequests), shouldBufferData(true) { }
60 bool sniffContent;
DocumentThreadableLoader.cpp 348 bool sniffContent = m_options.sniffContent && !m_actualRequest;
355 sniffContent, m_optionalOutgoingReferrer, shouldBufferData);
359 // FIXME: ThreadableLoaderOptions.sniffContent is not supported for synchronous requests.

Completed in 147 milliseconds