HomeSort by relevance Sort by last modified time
    Searched defs:plugins (Results 26 - 50 of 55) sorted by null

12 3

  /external/chromium_org/chrome/browser/metrics/
plugin_metrics_provider.cc 16 #include "chrome/browser/plugins/plugin_prefs.h"
151 // low number of plugins installed on a "reasonable" setup, this should be
207 base::ListValue* plugins = update.Get(); local
208 DCHECK(plugins);
210 for (base::ListValue::iterator value_iter = plugins->begin();
211 value_iter != plugins->end(); ++value_iter) {
264 // Now go through and add dictionaries for plugins that didn't already have
271 // Insert only plugins information into the plugins list.
289 plugins->Append(plugin_dict)
    [all...]
  /external/chromium_org/chrome/browser/plugins/
plugin_info_message_filter.cc 5 #include "chrome/browser/plugins/plugin_info_message_filter.h"
16 #include "chrome/browser/plugins/chrome_plugin_service_filter.h"
17 #include "chrome/browser/plugins/plugin_finder.h"
18 #include "chrome/browser/plugins/plugin_metadata.h"
19 #include "chrome/browser/plugins/plugin_prefs.h"
52 // For certain sandboxed Pepper plugins, use the JavaScript Content Settings.
115 "Plugins.SilverlightOriginUrl", rappor::ETLD_PLUS_ONE_RAPPOR_TYPE,
122 "Plugins.FlashOriginUrl", rappor::ETLD_PLUS_ONE_RAPPOR_TYPE,
127 "Plugins.FlashUrl", rappor::ETLD_PLUS_ONE_RAPPOR_TYPE,
217 const std::vector<WebPluginInfo>& plugins) {
254 std::vector<WebPluginInfo> plugins; local
    [all...]
  /external/chromium_org/content/browser/
plugin_data_remover_impl.cc 46 std::vector<WebPluginInfo> plugins; local
48 GURL(), kFlashPluginSwfMimeType, allow_wildcard, &plugins, NULL); local
50 for (std::vector<WebPluginInfo>::iterator it = plugins.begin();
51 it != plugins.end(); ++it) {
91 std::vector<WebPluginInfo> plugins; local
93 GURL(), mime_type, false, &plugins, NULL); local
95 if (!plugins.empty()) // May be empty for some tests.
96 plugin_path = plugins[0].path;
205 // TODO(vtl): This "duplicates" logic in webkit/plugins/ppapi/file_path.cc
plugin_service_impl.cc 67 // If on POSIX, we don't want to load the list of NPAPI plugins in-process as
70 // Can't load the plugins on the utility thread when in single process mode
120 const std::vector<WebPluginInfo>& plugins) {
121 target_loop->PostTask(FROM_HERE, base::Bind(callback, plugins));
198 // watch for changes in the paths that are expected to contain plugins.
224 // On ChromeOS the user can't install plugins anyway and on Windows all
225 // important plugins register themselves in the registry so no need to do that.
228 // that will track and if needed reload the list of plugins on runtime.
402 // Make sure plugins are loaded if necessary.
514 std::vector<WebPluginInfo>* plugins,
533 std::vector<WebPluginInfo> plugins; local
558 std::vector<WebPluginInfo> plugins; local
621 std::vector<WebPluginInfo> plugins; local
    [all...]
  /external/chromium_org/content/ppapi_plugin/
ppapi_thread.cc 262 // Trusted Pepper plugins may be "internal", i.e. built-in to the browser
265 std::vector<PepperPluginInfo> plugins; local
266 GetContentClient()->AddPepperPlugins(&plugins);
267 for (size_t i = 0; i < plugins.size(); ++i) {
268 if (plugins[i].is_internal && plugins[i].path == path) {
270 plugin_entry_points_ = plugins[i].internal_entry_points;
331 // regular plugins.
431 // again here. We don't want random plugins depending on this dev interface.
  /external/chromium_org/content/zygote/
zygote_main_linux.cc 322 // access to the plugins before entering the sandbox.
324 std::vector<PepperPluginInfo> plugins; local
325 ComputePepperPluginList(&plugins);
326 for (size_t i = 0; i < plugins.size(); ++i) {
327 if (!plugins[i].is_internal && plugins[i].is_sandboxed) {
329 base::NativeLibrary library = base::LoadNativeLibrary(plugins[i].path,
332 << plugins[i].path.value() << " "
371 // Ensure access to the Pepper plugins before the sandbox is turned on.
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.runtime.compatibility_3.2.100.v20100505.jar 
org.eclipse.equinox.p2.extensionlocation_1.2.0.v20100518.jar 
org.eclipse.help.appserver_3.1.400.v20100427.jar 
org.eclipse.update.configurator_3.3.100.v20100512.jar 
org.eclipse.equinox.p2.reconciler.dropins_1.1.2.R36x_v20101111-1430.jar 
org.eclipse.pde.core_3.6.1.v20100902_r361.jar 
org.eclipse.ant.core_3.2.200.v20100427.jar 
org.eclipse.equinox.p2.metadata.generator_1.0.200.v20100503a.jar 
org.eclipse.help_3.5.0.v20100524.jar 
  /external/chromium_org/chrome/browser/
pepper_flash_settings_manager.cc 17 #include "chrome/browser/plugins/plugin_prefs.h"
955 std::vector<content::WebPluginInfo> plugins; local
957 GURL(), content::kFlashPluginSwfMimeType, false, &plugins, NULL); local
959 for (std::vector<content::WebPluginInfo>::iterator iter = plugins.begin();
960 iter != plugins.end(); ++iter) {
    [all...]
  /external/opencv/cxcore/src/
cxswitcher.cpp 346 static CvPluginInfo plugins[CV_PLUGIN_MAX]; variable
391 if( plugins[CV_PLUGIN_OPTCV].handle != 0 )
395 assert( plugins[i].handle == 0 );
396 plugins[i].handle = plugins[CV_PLUGIN_OPTCV].handle;
427 if( plugins[idx].handle != 0 && name_start )
437 addr = (uchar*)GetProcAddress( plugins[idx].handle, name );
454 ICV_PRINTF(("%s: \t%s\n", name, plugins[idx].name ));
479 if( plugins[CV_PLUGIN_OPTCV].handle != 0 )
482 plugins[i].handle = 0
    [all...]
  /external/chromium_org/content/browser/renderer_host/
render_message_filter.cc 696 // we do this is that some pages tend to request that the list of plugins be
720 std::vector<WebPluginInfo> plugins; local
733 plugins.push_back(plugin);
737 ViewHostMsg_GetPlugins::WriteReplyParams(reply_msg, plugins);
    [all...]
  /external/chromium_org/content/renderer/
renderer_webkitplatformsupport_impl.cc 783 std::vector<WebPluginInfo> plugins; local
787 new ViewHostMsg_GetPlugins(refresh, &plugins));
788 for (size_t i = 0; i < plugins.size(); ++i) {
789 const WebPluginInfo& plugin = plugins[i];
    [all...]
render_view_impl.cc 3295 PepperPluginSet plugins = active_pepper_instances_; local
3309 PepperPluginSet plugins = active_pepper_instances_; local
    [all...]
  /external/chromium_org/chrome/browser/policy/
policy_browsertest.cc 50 #include "chrome/browser/plugins/plugin_prefs.h"
405 void GetPluginList(std::vector<content::WebPluginInfo>* plugins) {
407 service->GetPlugins(base::Bind(CopyPluginListAndQuit, plugins));
412 const std::vector<content::WebPluginInfo>& plugins) {
414 for (size_t i = 0; i < plugins.size(); ++i) {
415 if (plugins[i].name == base::ASCIIToUTF16(content::kFlashPluginName)) {
416 flash = &plugins[i];
1287 std::vector<content::WebPluginInfo> plugins; local
1318 std::vector<content::WebPluginInfo> plugins; local
1356 std::vector<content::WebPluginInfo> plugins; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/34/1/.cp/ant_tasks/
pde-ant.jar 
  /external/chromium_org/chrome/browser/extensions/
extension_service_unittest.cc 69 #include "chrome/common/extensions/api/plugins/plugins_handler.h"
1277 const std::vector<extensions::PluginInfo>* plugins = local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
pdebuild.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/
buildTools.jar 

Completed in 641 milliseconds

12 3