Searched refs:mimeTypeTextPlainEtc (Results 1 – 3 of 3) sorted by relevance
38 const char mimeTypeTextPlainEtc[] = "text/plain;"; variable
40 PLATFORM_EXPORT extern const char mimeTypeTextPlainEtc[];
100 if (cleanType == mimeTypeText || cleanType.startsWith(mimeTypeTextPlainEtc)) in normalizeType()