Home
last modified time | relevance | path

Searched refs:PluginType (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/chrome/renderer/plugins/
Dplugin_uma.h27 enum PluginType { enum
49 PluginType plugin_type) = 0;
75 PluginType GetPluginType(const std::string& plugin_mime_type,
79 PluginType SrcToPluginType(const GURL& src);
81 PluginType MimeTypeToPluginType(const std::string& mime_type);
Dplugin_uma.cc41 PluginUMAReporter::PluginType plugin_type) OVERRIDE;
45 PluginUMAReporter::PluginType plugin_type) { in SendPluginUMA()
113 PluginUMAReporter::PluginType PluginUMAReporter::GetPluginType( in GetPluginType()
124 PluginUMAReporter::PluginType PluginUMAReporter::SrcToPluginType( in SrcToPluginType()
155 PluginUMAReporter::PluginType PluginUMAReporter::MimeTypeToPluginType( in MimeTypeToPluginType()
Dplugin_uma_unittest.cc12 PluginUMAReporter::PluginType expected_plugin_type, in ExpectPluginType()
/external/chromium_org/chrome/browser/extensions/
Dextension_nacl_browsertest.cc49 enum PluginType { enum in __anon69b1fa720111::NaClExtensionTest
116 void CheckPluginsCreated(const GURL& url, PluginType expected_to_succeed) { in CheckPluginsCreated()
142 PluginType expected_to_succeed) { in CheckPluginsCreated()
/external/chromium_org/third_party/WebKit/public/web/
DWebHelperPlugin.h46 BLINK_EXPORT static WebHelperPlugin* create(const WebString& PluginType, WebLocalFrame*);
/external/chromium_org/content/public/common/
Dwebplugininfo.h46 enum PluginType { enum
/external/chromium_org/chrome/browser/ui/webui/
Dplugins_ui.cc115 switch (static_cast<WebPluginInfo::PluginType>(type)) { in PluginTypeToString()
/external/chromium_org/chrome/browser/download/
Ddownload_target_determiner_unittest.cc1969 content::WebPluginInfo::PluginType type, in ScopedRegisterInternalPlugin()