Searched refs:IsSupportedMimeType (Results 1 – 7 of 7) sorted by relevance
67 EXPECT_TRUE(IsSupportedMimeType("image/jpeg")); in TEST()68 EXPECT_FALSE(IsSupportedMimeType("image/lolcat")); in TEST()69 EXPECT_TRUE(IsSupportedMimeType("text/html")); in TEST()70 EXPECT_FALSE(IsSupportedMimeType("text/virus")); in TEST()
38 bool IsSupportedMimeType(const std::string& mime_type) const;379 bool MimeUtil::IsSupportedMimeType(const std::string& mime_type) const { in IsSupportedMimeType() function in net::MimeUtil513 bool IsSupportedMimeType(const std::string& mime_type) { in IsSupportedMimeType() function514 return g_mime_util.Get().IsSupportedMimeType(mime_type); in IsSupportedMimeType()
43 bool IsSupportedMimeType(const std::string& mime_type);
203 !IsSupportedMimeType(mime_type)) in FixupEncodingTypes()
33 if (!net::IsSupportedMimeType(ToASCIIOrEmpty(mime_type).c_str())) in supportsMIMEType()
693 net::IsSupportedMimeType(mime_type)) in CanHandleDataURL()
576 if (net::IsSupportedMimeType(mime_type)) { in DragDownload()