Searched refs:plugin_mime_type (Results 1 - 5 of 5) sorted by last modified time

/external/chromium_org/chrome/renderer/plugins/
H A Dplugin_uma.cc69 void PluginUMAReporter::ReportPluginMissing(const std::string& plugin_mime_type, argument
72 GetPluginType(plugin_mime_type, plugin_src));
76 const std::string& plugin_mime_type,
79 GetPluginType(plugin_mime_type, plugin_src));
114 const std::string& plugin_mime_type,
118 if (!plugin_mime_type.empty())
119 return MimeTypeToPluginType(base::StringToLowerASCII(plugin_mime_type));
75 ReportPluginDisabled( const std::string& plugin_mime_type, const GURL& plugin_src) argument
113 GetPluginType( const std::string& plugin_mime_type, const GURL& plugin_src) argument
H A Dplugin_uma.h55 void ReportPluginMissing(const std::string& plugin_mime_type,
58 void ReportPluginDisabled(const std::string& plugin_mime_type,
75 PluginType GetPluginType(const std::string& plugin_mime_type,
H A Dplugin_uma_unittest.cc13 const std::string& plugin_mime_type,
16 PluginUMAReporter::GetInstance()->GetPluginType(plugin_mime_type,
11 ExpectPluginType( PluginUMAReporter::PluginType expected_plugin_type, const std::string& plugin_mime_type, const GURL& plugin_src) argument
/external/chromium_org/chrome/browser/ui/pdf/
H A Dadobe_reader_info_win.cc63 bool IsPdfMimeType(const content::WebPluginMimeType& plugin_mime_type) { argument
64 return plugin_mime_type.mime_type == kPdfMimeType;
/external/chromium_org/chrome/browser/download/
H A Ddownload_target_determiner_unittest.cc1975 content::WebPluginMimeType plugin_mime_type(mime_type,
1982 plugin_info.mime_types.push_back(plugin_mime_type);

Completed in 447 milliseconds