Home
last modified time | relevance | path

Searched defs:PluginInfo (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/chrome/common/extensions/api/plugins/
Dplugins_handler.h17 struct PluginInfo { struct
18 typedef std::vector<PluginInfo> PluginVector; argument
23 base::FilePath path; // Path to the plugin.
24 bool is_public; // False if only this extension can load this plugin.
Dplugins_handler.cc37 PluginInfo::PluginInfo(const base::FilePath& plugin_path, bool plugin_is_public) in PluginInfo() function in extensions::PluginInfo
/external/chromium_org/third_party/WebKit/Source/platform/plugins/
DPluginData.h44 struct PluginInfo { struct
55 const Vector<PluginInfo>& plugins() const { return m_plugins; } in plugins() argument
/external/lldb/source/Core/
DPluginManager.cpp42 struct PluginInfo struct
49 typedef std::map<FileSpec, PluginInfo> PluginTerminateMap; argument