Searched refs:m_sniffedContentType (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/platform/network/soup/
H A DResourceResponse.h67 const String& sniffedContentType() const { return m_sniffedContentType; }
68 void setSniffedContentType(const String& value) { m_sniffedContentType = value; }
82 String m_sniffedContentType; member in class:WebCore::ResourceResponse
H A DResourceResponseSoup.cpp94 if (!m_sniffedContentType.isEmpty() && m_sniffedContentType != officialType)
95 contentType = m_sniffedContentType;

Completed in 112 milliseconds