Searched refs:plugins (Results 26 - 50 of 235) sorted by relevance

12345678910

/external/mockito/src/org/mockito/plugins/
H A DMockMaker.java5 package org.mockito.plugins;
27 * <li>A file "<code>mockito-extensions/org.mockito.plugins.MockMaker</code>". The content of this file is
31 * <p>Note that if several <code>mockito-extensions/org.mockito.plugins.MockMaker</code> files exists in the classpath
/external/chromium_org/chrome/browser/
H A Dchrome_plugin_browsertest.cc16 #include "chrome/browser/plugins/plugin_prefs.h"
119 std::vector<content::WebPluginInfo> plugins = GetPlugins(); local
121 plugins.begin(); it != plugins.end(); ++it) {
128 std::vector<content::WebPluginInfo> plugins; local
132 base::Bind(&GetPluginsInfoCallback, &plugins, runner->QuitClosure()));
134 return plugins;
185 const std::vector<content::WebPluginInfo>& plugins) {
186 *rv = plugins;
249 // Verify that the official builds have the known set of plugins
182 GetPluginsInfoCallback( std::vector<content::WebPluginInfo>* rv, const base::Closure& quit_task, const std::vector<content::WebPluginInfo>& plugins) argument
263 std::vector<content::WebPluginInfo> plugins = GetPlugins(); local
[all...]
/external/chromium_org/chrome/browser/ui/pdf/
H A Dadobe_reader_info_win.cc21 #include "chrome/browser/plugins/plugin_finder.h"
22 #include "chrome/browser/plugins/plugin_metadata.h"
23 #include "chrome/browser/plugins/plugin_prefs.h"
69 const std::vector<content::WebPluginInfo>& plugins) {
76 for (size_t i = 0; i < plugins.size(); ++i) {
77 const content::WebPluginInfo& plugin = plugins[i];
84 plugin_finder->GetPluginMetadata(plugins[i]));
100 plugin_metadata->GetSecurityStatus(plugins[i]);
105 reader_info.plugin_info = plugins[i];
113 const std::vector<content::WebPluginInfo>& plugins) {
67 GetReaderPlugin( Profile* profile, const std::vector<content::WebPluginInfo>& plugins) argument
111 OnGotPluginInfo(Profile* profile, const GetAdobeReaderPluginInfoCallback& callback, const std::vector<content::WebPluginInfo>& plugins) argument
154 std::vector<content::WebPluginInfo> plugins; local
[all...]
/external/chromium_org/content/common/
H A Dplugin_list_win.cc48 return path.AppendASCII("plugins");
149 // Hardcoded logic to detect Acrobat plugins locations.
220 // Returns true if the given plugins share at least one mime type. This is used
221 // to differentiate newer versions of a plugin vs two plugins which happen to
317 // Load firefox plugins too. This is mainly to try to locate
321 // Firefox hard-codes the paths of some popular plugins to ensure that
322 // the plugins are found. We are going to copy this as well.
332 const base::FilePath& path, std::vector<base::FilePath>* plugins) {
347 plugins->push_back(filename);
356 std::vector<base::FilePath>* plugins) {
331 GetPluginsInDir( const base::FilePath& path, std::vector<base::FilePath>* plugins) argument
355 GetPluginPathsFromRegistry( std::vector<base::FilePath>* plugins) argument
373 ShouldLoadPluginUsingPluginList( const WebPluginInfo& info, std::vector<WebPluginInfo>* plugins) argument
[all...]
H A Dpepper_plugin_list.cc21 // The maximum number of plugins allowed to be registered from command line.
24 // Appends any plugins from the command line to the given vector.
25 void ComputePluginsFromCommandLine(std::vector<PepperPluginInfo>* plugins) { argument
31 // NOTE: In theory we could have unlimited number of plugins registered in
32 // command line. But in practice, 64 plugins should be more than enough.
60 VLOG(1) << plugins_to_register << " pepper plugins registered from"
62 << kMaxPluginsToRegisterFromCommandLine << " plugins allowed)";
80 // This means we can't provide plugins from non-ASCII paths, but
117 // Command-line plugins get full permissions.
120 plugins
147 ComputePepperPluginList(std::vector<PepperPluginInfo>* plugins) argument
[all...]
H A Dplugin_list.cc53 // Chrome OS only loads plugins from /opt/google/chrome/plugins.
66 // Chrome OS only loads plugins from /opt/google/chrome/plugins.
213 std::vector<WebPluginInfo>* plugins,
220 if (!ShouldLoadPluginUsingPluginList(*plugin_info, plugins))
236 plugins->push_back(*plugin_info);
242 // Don't want to hold the lock while loading new plugins, so we don't block
262 // A bit confusingly, this function is used to load Pepper plugins as well.
263 // Those are all internal plugins s
211 LoadPluginIntoPluginList( const base::FilePath& path, std::vector<WebPluginInfo>* plugins, WebPluginInfo* plugin_info) argument
278 SetPlugins(const std::vector<WebPluginInfo>& plugins) argument
294 GetPlugins(std::vector<WebPluginInfo>* plugins, bool include_npapi) argument
301 GetPluginsNoRefresh(std::vector<WebPluginInfo>* plugins) argument
[all...]
/external/chromium_org/third_party/libxslt/linux/
H A Dxslt-config20 --plugins print plugin directory
67 --plugins)
68 echo /usr/local/lib/libxslt-plugins
/external/chromium_org/components/plugins/renderer/
H A Dmobile_youtube_plugin.h8 #include "components/plugins/renderer/plugin_placeholder.h"
10 namespace plugins { namespace
44 } // namespace plugins
/external/chromium_org/chrome/browser/plugins/
H A Dplugin_prefs.cc5 #include "chrome/browser/plugins/plugin_prefs.h"
21 #include "chrome/browser/plugins/plugin_installer.h"
22 #include "chrome/browser/plugins/plugin_metadata.h"
23 #include "chrome/browser/plugins/plugin_prefs_factory.h"
117 const std::vector<content::WebPluginInfo>& plugins) {
125 for (size_t i = 0; i < plugins.size(); ++i) {
126 scoped_ptr<PluginMetadata> plugin(finder->GetPluginMetadata(plugins[i]));
129 plugin_state_.Set(plugins[i].path, enabled);
133 base::Bind(&PluginPrefs::OnUpdatePreferences, this, plugins));
176 const std::vector<content::WebPluginInfo>& plugins) {
114 EnablePluginGroupInternal( bool enabled, const base::string16& group_name, const std::vector<content::WebPluginInfo>& plugins) argument
171 EnablePluginInternal( bool enabled, const base::FilePath& path, PluginFinder* plugin_finder, const base::Callback<void(bool)>& callback, const std::vector<content::WebPluginInfo>& plugins) argument
531 OnUpdatePreferences( const std::vector<content::WebPluginInfo>& plugins) argument
[all...]
H A Dplugin_prefs.h17 #include "chrome/browser/plugins/plugin_finder.h"
86 // some plugins in sync with each other.
120 const std::vector<content::WebPluginInfo>& plugins);
126 const std::vector<content::WebPluginInfo>& plugins);
129 void OnUpdatePreferences(const std::vector<content::WebPluginInfo>& plugins);
H A Dplugin_status_pref_setter.h56 const std::vector<content::WebPluginInfo>& plugins);
/external/chromium_org/content/browser/
H A Dplugin_data_remover_impl.cc46 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
/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DNavigator.idl26 readonly attribute PluginArray plugins;
/external/chromium_org/chrome/common/
H A Dchrome_content_client.cc123 // Appends the known built-in plugins to the given vector. Some built-in
124 // plugins are "internal" which means they are compiled into the Chrome binary,
127 // regular plugins).
128 void ComputeBuiltInPlugins(std::vector<content::PepperPluginInfo>* plugins) { argument
162 plugins->push_back(pdf);
193 plugins->push_back(nacl);
210 plugins->push_back(o1d);
231 plugins->push_back(effects);
250 plugins->push_back(gtalk);
298 plugins
368 AddPepperFlashFromCommandLine( std::vector<content::PepperPluginInfo>* plugins) argument
463 AddPepperPlugins( std::vector<content::PepperPluginInfo>* plugins) argument
[all...]
/external/chromium_org/chrome/browser/extensions/
H A Dplugin_manager.cc11 #include "chrome/browser/plugins/chrome_plugin_service_filter.h"
14 #include "chrome/common/extensions/api/plugins/plugins_handler.h"
52 const PluginInfo::PluginVector* plugins = PluginInfo::GetPlugins(extension); local
53 CHECK(plugins);
55 for (PluginInfo::PluginVector::const_iterator plugin = plugins->begin();
56 plugin != plugins->end();
117 const PluginInfo::PluginVector* plugins = PluginInfo::GetPlugins(extension); local
119 for (PluginInfo::PluginVector::const_iterator plugin = plugins->begin();
120 plugin != plugins->end();
173 // MIME type to plugins whic
[all...]
/external/chromium_org/chrome/browser/metrics/
H A Dplugin_metrics_provider_unittest.cc74 std::vector<content::WebPluginInfo> plugins; local
75 plugins.push_back(CreateFakePluginInfo("p1", FILE_PATH_LITERAL("p1.plugin"),
77 plugins.push_back(CreateFakePluginInfo("p2", FILE_PATH_LITERAL("p2.plugin"),
79 provider.SetPluginsForTesting(plugins);
161 std::vector<content::WebPluginInfo> plugins; local
162 plugins.push_back(CreateFakePluginInfo("p1", FILE_PATH_LITERAL("p1.plugin"),
164 provider.SetPluginsForTesting(plugins);
H A Dplugin_metrics_provider.cc16 #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
314 SetPluginsForTesting( const std::vector<content::WebPluginInfo>& plugins) argument
331 OnGotPlugins( const base::Closure& done_callback, const std::vector<content::WebPluginInfo>& plugins) argument
[all...]
H A Dplugin_metrics_provider.h51 // Sets this provider's list of plugins, exposed for testing.
52 void SetPluginsForTesting(const std::vector<content::WebPluginInfo>& plugins);
72 const std::vector<content::WebPluginInfo>& plugins);
100 // The list of plugins which was retrieved on the file thread.
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/
H A DFetchValidator.java22 * if all plugins defined in the features are present.
27 //directory containing of build source, parent of features and plugins
35 private Vector plugins; field in class:FetchValidator
100 plugins = parser.getPlugins();
105 // collect a list of missing plugins (or fragments), and features
108 Enumeration enumeration = plugins.elements();
112 if (new File(install + "/plugins/" + plugin).exists())
/external/chromium_org/chrome/browser/extensions/api/content_settings/
H A Dcontent_settings_api.h70 // Callback method that gets executed when |plugins|
72 void OnGotPlugins(const std::vector<content::WebPluginInfo>& plugins);
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/plugin_settings/js/
H A Dchrome_stubs.js15 chrome.contentSettings.plugins = {
/external/chromium_org/extensions/shell/common/
H A Dshell_content_client.h20 std::vector<content::PepperPluginInfo>* plugins) OVERRIDE;
/external/chromium_org/third_party/WebKit/Source/core/plugins/
H A DDOMPlugin.h25 #include "core/plugins/DOMMimeType.h"
59 const PluginInfo& pluginInfo() const { return m_pluginData->plugins()[m_index]; }
/external/proguard/examples/
H A Dproguardall.pro21 -libraryjars /usr/local/java/gradle-1.3/lib/plugins/gradle-plugins-1.3.jar
/external/chromium_org/third_party/libxslt/
H A Dxslt-config.in20 --plugins print plugin directory
67 --plugins)

Completed in 1683 milliseconds

12345678910