Home | History | Annotate | Download | only in extensions

Lines Matching defs:plugins

11 #include "chrome/browser/plugins/chrome_plugin_service_filter.h"
14 #include "chrome/common/extensions/api/plugins/plugins_handler.h"
52 const PluginInfo::PluginVector* plugins = PluginInfo::GetPlugins(extension);
53 CHECK(plugins);
55 for (PluginInfo::PluginVector::const_iterator plugin = plugins->begin();
56 plugin != plugins->end();
117 const PluginInfo::PluginVector* plugins = PluginInfo::GetPlugins(extension);
119 for (PluginInfo::PluginVector::const_iterator plugin = plugins->begin();
120 plugin != plugins->end();
173 // MIME type to plugins which handle NaCl modules in order to allow the
184 // Check each MIME type the plugins handle for the NaCl MIME type.
212 // types, but continue checking other plugins.