Home | History | Annotate | Download | only in common

Lines Matching refs:plugins

44 // Appends the known built-in plugins to the given vector. Some built-in
45 // plugins are "internal" which means they are compiled into the Chrome binary,
48 // regular plugins).
49 void ComputeBuiltInPlugins(std::vector<PepperPluginInfo>* plugins) {
67 plugins->push_back(pdf);
87 plugins->push_back(nacl);
109 plugins->push_back(info);
114 void AddOutOfProcessFlash(std::vector<PepperPluginInfo>* plugins) {
115 // Flash being out of process is handled separately than general plugins
160 plugins->push_back(plugin);
180 std::vector<PepperPluginInfo>* plugins) {
182 ComputeBuiltInPlugins(plugins);
183 AddOutOfProcessFlash(plugins);