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

/external/chromium/net/base/
H A Dmime_util.cc38 bool IsSupportedMimeType(const std::string& mime_type) const;
379 bool MimeUtil::IsSupportedMimeType(const std::string& mime_type) const { function in class:net::MimeUtil
513 bool IsSupportedMimeType(const std::string& mime_type) { function in namespace:net
514 return g_mime_util.Get().IsSupportedMimeType(mime_type);

Completed in 56 milliseconds