Searched defs:IsSupportedMimeType (Results 1 - 2 of 2) 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);
/external/chromium_org/net/base/
H A Dmime_util.cc62 bool IsSupportedMimeType(const std::string& mime_type) const;
518 bool MimeUtil::IsSupportedMimeType(const std::string& mime_type) const { function in class:net::MimeUtil
741 bool IsSupportedMimeType(const std::string& mime_type) { function in namespace:net
742 return g_mime_util.Get().IsSupportedMimeType(mime_type);

Completed in 514 milliseconds