Home
last modified time | relevance | path

Searched defs:PepperPluginInfo (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/content/public/common/
Dpepper_plugin_info.h19 struct CONTENT_EXPORT PepperPluginInfo { struct
33 PepperPluginInfo(); argument
42 bool is_internal;
45 bool is_out_of_process;
49 bool is_sandboxed;
51 base::FilePath path; // Internal plugins have "internal-[name]" as path.
52 std::string name;
53 std::string description;
54 std::string version;
55 std::vector<WebPluginMimeType> mime_types;
[all …]
Dpepper_plugin_info.cc17 PepperPluginInfo::PepperPluginInfo() in PepperPluginInfo() function in content::PepperPluginInfo