Home
last modified time | relevance | path

Searched refs:determineContentType (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/parser/
DTextResourceDecoder.h77 static ContentType determineContentType(const String& mimeType);
DTextResourceDecoder.cpp91 TextResourceDecoder::ContentType TextResourceDecoder::determineContentType(const String& mimeType) in determineContentType() function in blink::TextResourceDecoder
114 : m_contentType(determineContentType(mimeType)) in TextResourceDecoder()