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/fetch/
ResourceLoader.h 81 bool shouldSniffContent() const { return m_options.sniffContent == SniffContent; }
ResourceLoaderOptions.h 45 SniffContent,
103 , sniffContent(DoNotSniffContent)
118 ContentSniffingPolicy sniffContent,
127 , sniffContent(sniffContent)
141 ContentSniffingPolicy sniffContent;
ResourceFetcher.cpp 343 request.setOptions(ResourceLoaderOptions(DoNotSendCallbacks, SniffContent, BufferData, AllowStoredCredentials, ClientRequestedCredentials, AskClientForCrossOriginCredentials, SkipSecurityCheck, CheckContentSecurityPolicy, DocumentContext));
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
AssociatedURLLoader.cpp 347 options.sniffContent = m_options.sniffContent ? SniffContent : DoNotSniffContent;
  /external/chromium_org/third_party/WebKit/Source/core/loader/
DocumentLoader.cpp 846 (SendCallbacks, SniffContent, DoNotBufferData, AllowStoredCredentials, ClientRequestedCredentials, AskClientForCrossOriginCredentials, SkipSecurityCheck, CheckContentSecurityPolicy, DocumentContext));
    [all...]

Completed in 34 milliseconds