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

/external/chromium_org/net/base/
H A Dmime_util.cc84 bool IsSupportedNonImageMimeType(const std::string& mime_type) const;
392 // IsSupportedNonImageMimeType())
709 bool MimeUtil::IsSupportedNonImageMimeType(const std::string& mime_type) const { function in class:net::MimeUtil
730 IsSupportedNonImageMimeType(mime_type);
1118 bool IsSupportedNonImageMimeType(const std::string& mime_type) { function in namespace:net
1119 return g_mime_util.Get().IsSupportedNonImageMimeType(mime_type);

Completed in 375 milliseconds