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