Searched refs:IsSupportedImageMimeType (Results 1 – 9 of 9) sorted by relevance
62 EXPECT_TRUE(IsSupportedImageMimeType("image/jpeg")); in TEST()63 EXPECT_FALSE(IsSupportedImageMimeType("image/lolcat")); in TEST()
31 bool IsSupportedImageMimeType(const char* mime_type) const;358 bool MimeUtil::IsSupportedImageMimeType(const char* mime_type) const { in IsSupportedImageMimeType() function in net::MimeUtil381 IsSupportedImageMimeType(mime_type.c_str())) || in IsSupportedMimeType()493 bool IsSupportedImageMimeType(const char* mime_type) { in IsSupportedImageMimeType() function494 return g_mime_util.Get().IsSupportedImageMimeType(mime_type); in IsSupportedImageMimeType()
33 bool IsSupportedImageMimeType(const char* mime_type);
61 bool IsSupportedImageMimeType(const std::string& mime_type) const;510 bool MimeUtil::IsSupportedImageMimeType(const std::string& mime_type) const { in IsSupportedImageMimeType() function in net::MimeUtil536 IsSupportedImageMimeType(mime_type)) || in IsSupportedMimeType()735 bool IsSupportedImageMimeType(const std::string& mime_type) { in IsSupportedImageMimeType() function736 return g_mime_util.Get().IsSupportedImageMimeType(mime_type); in IsSupportedImageMimeType()
67 EXPECT_TRUE(IsSupportedImageMimeType("image/jpeg")); in TEST()68 EXPECT_FALSE(IsSupportedImageMimeType("image/lolcat")); in TEST()
42 NET_EXPORT bool IsSupportedImageMimeType(const std::string& mime_type);
32 return net::IsSupportedImageMimeType(ToASCIIOrEmpty(mime_type)) ? in supportsImageMIMEType()
40 if (!net::IsSupportedImageMimeType(ToASCIIOrEmpty(mime_type).c_str())) in supportsImageMIMEType()
196 !net::IsSupportedImageMimeType(mime_type.c_str()) && in IsHandledSubresource()244 if (net::IsSupportedImageMimeType(mime_type.c_str())) in GetResourceTypeFromMimeType()