Searched refs:plugin (Results 1 - 15 of 15) sorted by relevance

/openjdk7/jdk/make/com/sun/java/
H A DMakefile31 PRODUCT = plugin
/openjdk7/jdk/make/com/sun/java/browser/
H A DMakefile31 PRODUCT = plugin
/openjdk7/jdk/make/com/sun/java/browser/dom/
H A DMakefile30 PRODUCT = plugin
/openjdk7/jdk/make/com/sun/java/browser/net/
H A DMakefile30 PRODUCT = plugin
/openjdk7/jdk/make/mkdemo/scripting/
H A DMakefile34 SUBDIRS = jconsole-plugin
/openjdk7/jdk/make/mkdemo/scripting/jconsole-plugin/
H A DMakefile27 # Makefile for building the jconsole-plugin
32 DEMONAME = jconsole-plugin
/openjdk7/jdk/make/javax/imageio/
H A DMakefile44 OTHER_PROPERTIES = com/sun/imageio/plugins/common/iio-plugin.properties
/openjdk7/jdk/src/share/classes/sun/security/validator/
H A DPKIXValidator.java74 private final boolean plugin; field in class:PKIXValidator
116 plugin = variant.equals(VAR_PLUGIN_CODE_SIGNING);
118 plugin = false;
155 plugin = variant.equals(VAR_PLUGIN_CODE_SIGNING);
157 plugin = false;
263 // don't fallback to builder if called from plugin/webstart
264 if (plugin) {
266 // allows plugin/webstart to make sure the chain is
297 if (plugin) {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/
H A DAbstractExtensionBindingChecker.java85 for (Plugin plugin : options.getAllPlugins())
86 recognizableExtensions.addAll(plugin.getCustomizationURIs());
128 * If the tag name belongs to a plugin namespace-wise, check its local name
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/
H A DOptions.java282 * Identifies the plugin that owns this {@link FieldRendererFactory}.
323 * Identifies the plugin that owns this {@link NameConverter}.
351 * "-cp plugin.jar" has to come before you specify options to enable it.
675 for( Plugin plugin : getAllPlugins() ) {
677 if( ('-'+plugin.getOptionName()).equals(args[i]) ) {
678 activePlugins.add(plugin);
679 plugin.onActivated(this);
680 pluginURIs.addAll(plugin.getCustomizationURIs());
682 // give the plugin a chance to parse arguments to this option.
684 // if plugin did
[all...]
/openjdk7/corba/make/common/internal/
H A DResources.gmk38 # The LOCALE_SET_DEFINITION can have the value: jre, plugin, or jdk.
80 ifeq ($(LOCALE_SET_DEFINITION), plugin)
/openjdk7/jdk/make/common/internal/
H A DResources.gmk38 # The LOCALE_SET_DEFINITION can have the value: jre, plugin, or jdk.
83 ifeq ($(LOCALE_SET_DEFINITION), plugin)
/openjdk7/jdk/make/common/shared/
H A DDefs.gmk572 # MOZILLA_HEADERS_PATH: path to mozilla header files for plugin
576 MOZILLA_HEADERS_PATH =$(JDK_DEVTOOLS_DIR)/share/plugin
/openjdk7/jdk/src/share/demo/scripting/jconsole-plugin/src/resources/
H A Djconsole.js75 // "plugin" of type com.sun.tools.jconsole.JConsolePlugin
78 return plugin.getContext();
80 jcontext.docString = "returns JConsoleContext for the current jconsole plugin"
/openjdk7/jdk/make/docs/
H A DMakefile537 DOMAPI_DOCDIR := $(JRE_API_DOCSDIR)/plugin/dom

Completed in 100 milliseconds