Home | History | Annotate | Download | only in base

Lines Matching refs:mime_type

20                               std::string* mime_type);
24 NET_EXPORT bool GetMimeTypeFromFile(const FilePath& file_path, std::string* mime_type);
29 bool GetPreferredExtensionForMimeType(const std::string& mime_type,
33 bool IsSupportedImageMimeType(const char* mime_type);
34 bool IsSupportedMediaMimeType(const char* mime_type);
35 bool IsSupportedNonImageMimeType(const char* mime_type);
36 bool IsSupportedJavascriptMimeType(const char* mime_type);
40 bool IsViewSourceMimeType(const char* mime_type);
43 bool IsSupportedMimeType(const std::string& mime_type);
49 const std::string &mime_type);
65 bool IsStrictMediaMimeType(const std::string& mime_type);
72 bool IsSupportedStrictMediaMimeType(const std::string& mime_type,
95 void GetExtensionsForMimeType(const std::string& mime_type,