HomeSort by relevance Sort by last modified time
    Searched defs:IsSupportedImageMimeType (Results 1 - 2 of 2) sorted by null

  /external/chromium/net/base/
mime_util.cc 31 bool IsSupportedImageMimeType(const char* mime_type) const;
358 bool MimeUtil::IsSupportedImageMimeType(const char* mime_type) const {
381 IsSupportedImageMimeType(mime_type.c_str())) ||
493 bool IsSupportedImageMimeType(const char* mime_type) {
494 return g_mime_util.Get().IsSupportedImageMimeType(mime_type);
  /external/chromium_org/net/base/
mime_util.cc 56 bool IsSupportedImageMimeType(const std::string& mime_type) const;
494 bool MimeUtil::IsSupportedImageMimeType(const std::string& mime_type) const {
520 IsSupportedImageMimeType(mime_type)) ||
721 bool IsSupportedImageMimeType(const std::string& mime_type) {
722 return g_mime_util.Get().IsSupportedImageMimeType(mime_type);
    [all...]

Completed in 70 milliseconds