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

/external/chromium_org/content/shell/renderer/test_runner/
H A Dtest_plugin.cc755 bool TestPlugin::IsSupportedMimeType(const blink::WebString& mime_type) { function in class:content::TestPlugin
/external/chromium_org/net/base/
H A Dmime_util.cc88 bool IsSupportedMimeType(const std::string& mime_type) const;
727 bool MimeUtil::IsSupportedMimeType(const std::string& mime_type) const { function in class:net::MimeUtil
1130 bool IsSupportedMimeType(const std::string& mime_type) { function in namespace:net
1131 return g_mime_util.Get().IsSupportedMimeType(mime_type);

Completed in 662 milliseconds