Searched defs:PluginInfo (Results 1 – 4 of 4) sorted by relevance
17 struct PluginInfo { struct18 typedef std::vector<PluginInfo> PluginVector; argument23 base::FilePath path; // Path to the plugin.24 bool is_public; // False if only this extension can load this plugin.
37 PluginInfo::PluginInfo(const base::FilePath& plugin_path, bool plugin_is_public) in PluginInfo() function in extensions::PluginInfo
44 struct PluginInfo { struct55 const Vector<PluginInfo>& plugins() const { return m_plugins; } in plugins() argument
42 struct PluginInfo struct49 typedef std::map<FileSpec, PluginInfo> PluginTerminateMap; argument