Searched defs:IsSupportedImageMimeType (Results 1 - 2 of 2) sorted by relevance

/external/chromium/net/base/
H A Dmime_util.cc31 bool IsSupportedImageMimeType(const char* mime_type) const;
358 bool MimeUtil::IsSupportedImageMimeType(const char* mime_type) const { function in class:net::MimeUtil
381 IsSupportedImageMimeType(mime_type.c_str())) ||
493 bool IsSupportedImageMimeType(const char* mime_type) { function in namespace:net
494 return g_mime_util.Get().IsSupportedImageMimeType(mime_type);
/external/chromium_org/net/base/
H A Dmime_util.cc56 bool IsSupportedImageMimeType(const std::string& mime_type) const;
494 bool MimeUtil::IsSupportedImageMimeType(const std::string& mime_type) const { function in class:net::MimeUtil
520 IsSupportedImageMimeType(mime_type)) ||
721 bool IsSupportedImageMimeType(const std::string& mime_type) { function in namespace:net
722 return g_mime_util.Get().IsSupportedImageMimeType(mime_type);

Completed in 161 milliseconds