HomeSort by relevance Sort by last modified time
    Searched refs:sniffContent (Results 1 - 8 of 8) 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.
  /external/webkit/Source/WebKit/chromium/src/
AssociatedURLLoader.cpp 168 m_options.sniffContent = false;
209 options.sniffContent = m_options.sniffContent;
  /external/webkit/Source/WebCore/notifications/
Notification.cpp 169 options.sniffContent = false;
  /external/webkit/Source/WebCore/fileapi/
FileReaderLoader.cpp 90 options.sniffContent = false;
  /external/webkit/Source/WebCore/page/
EventSource.cpp 115 options.sniffContent = false;
  /external/webkit/Source/WebCore/xml/
XMLHttpRequest.cpp 641 options.sniffContent = false;
    [all...]

Completed in 116 milliseconds