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

/macosx-10.10/WebCore-7600.1.25/loader/
H A DResourceLoaderOptions.h76 ResourceLoaderOptions(SendCallbackPolicy sendLoadCallbacks, ContentSniffingPolicy sniffContent, DataBufferingPolicy dataBufferingPolicy, StoredCredentials allowCredentials, ClientCredentialPolicy credentialPolicy, SecurityCheckPolicy securityCheck, RequestOriginPolicy requestOriginPolicy) argument
78 , m_sniffContent(sniffContent)
89 ContentSniffingPolicy sniffContent() const { return static_cast<ContentSniffingPolicy>(m_sniffContent); } function in struct:WebCore::ResourceLoaderOptions
H A DResourceLoader.h124 bool shouldSniffContent() const { return m_options.sniffContent() == SniffContent; }
H A DResourceLoader.cpp177 m_handle = ResourceHandle::create(m_frame->loader().networkingContext(), m_request, this, m_defersLoading, m_options.sniffContent() == SniffContent);

Completed in 105 milliseconds