Home | History | Annotate | Download | only in base

Lines Matching refs:mime_type

19                                          std::string* mime_type);
27 std::string* mime_type);
32 std::string* mime_type);
38 const std::string& mime_type,
42 NET_EXPORT bool IsSupportedImageMimeType(const std::string& mime_type);
43 NET_EXPORT bool IsSupportedMediaMimeType(const std::string& mime_type);
44 NET_EXPORT bool IsSupportedNonImageMimeType(const std::string& mime_type);
45 NET_EXPORT bool IsUnsupportedTextMimeType(const std::string& mime_type);
46 NET_EXPORT bool IsSupportedJavascriptMimeType(const std::string& mime_type);
47 NET_EXPORT bool IsSupportedCertificateMimeType(const std::string& mime_type);
50 NET_EXPORT bool IsSupportedMimeType(const std::string& mime_type);
56 const std::string& mime_type);
77 NET_EXPORT bool IsStrictMediaMimeType(const std::string& mime_type);
85 const std::string& mime_type,
94 const std::string& mime_type,
103 // Returns the IANA media type contained in |mime_type|, or an empty
104 // string if |mime_type| does not specifify a known media type.
107 NET_EXPORT const std::string GetIANAMediaType(const std::string& mime_type);
117 const std::string& mime_type);