Searched refs:determineContentType (Results 1 – 2 of 2) sorted by relevance
77 static ContentType determineContentType(const String& mimeType);
91 TextResourceDecoder::ContentType TextResourceDecoder::determineContentType(const String& mimeType) in determineContentType() function in blink::TextResourceDecoder114 : m_contentType(determineContentType(mimeType)) in TextResourceDecoder()