HomeSort by relevance Sort by last modified time
    Searched refs:SniffContent (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/loader/
ResourceLoaderOptions.h 44 SniffContent,
96 , sniffContent(DoNotSniffContent)
110 ContentSniffingPolicy sniffContent,
120 , sniffContent(sniffContent)
132 ContentSniffingPolicy sniffContent;
ResourceLoader.h 80 bool shouldSniffContent() const { return m_options.sniffContent == SniffContent; }
DocumentLoader.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
AssociatedURLLoader.cpp 344 options.sniffContent = m_options.sniffContent ? SniffContent : DoNotSniffContent;
  /external/chromium_org/third_party/WebKit/Source/core/loader/cache/
ResourceFetcher.cpp 269 request.setOptions(ResourceLoaderOptions(DoNotSendCallbacks, SniffContent, BufferData, AllowStoredCredentials, ClientRequestedCredentials, AskClientForCrossOriginCredentials, SkipSecurityCheck, CheckContentSecurityPolicy, UseDefaultOriginRestrictionsForType, DocumentContext));
    [all...]

Completed in 112 milliseconds