HomeSort by relevance Sort by last modified time
    Searched refs:Plugin (Results 1 - 25 of 176) sorted by null

1 2 3 4 5 6 7 8

  /external/chromium_org/third_party/WebKit/Source/core/plugins/
PluginArray.idl 26 getter Plugin item([Default=Undefined] optional unsigned long index);
27 Plugin namedItem([Default=Undefined] optional DOMString name);
28 [NotEnumerable, ImplementedAs=namedItem] getter Plugin ([Default=Undefined] optional DOMString name);
MimeType.idl 28 readonly attribute Plugin enabledPlugin;
  /external/chromium_org/tools/cr/cr/actions/
debugger.py 10 class Debugger(cr.Action, cr.Plugin.Type):
29 @cr.Plugin.activemethod
38 @cr.Plugin.activemethod
43 @cr.Plugin.activemethod
48 @cr.Plugin.activemethod
builder.py 12 class Builder(cr.Action, cr.Plugin.Type):
28 @cr.Plugin.activemethod
32 @cr.Plugin.activemethod
37 @cr.Plugin.activemethod
47 @cr.Plugin.activemethod
56 @cr.Plugin.activemethod
61 @cr.Plugin.activemethod
installer.py 10 class Installer(cr.Action, cr.Plugin.Type):
22 @cr.Plugin.activemethod
28 @cr.Plugin.activemethod
33 @cr.Plugin.activemethod
runner.py 10 class Runner(cr.Action, cr.Plugin.Type):
34 @cr.Plugin.activemethod
39 @cr.Plugin.activemethod
44 @cr.Plugin.activemethod
49 @cr.Plugin.activemethod
61 @cr.Plugin.activemethod
action.py 5 """A module for the Action plugin base class."""
10 class Action(cr.Plugin):
31 @cr.Plugin.activemethod
  /frameworks/base/core/java/android/webkit/
PluginList.java 34 private ArrayList<Plugin> mPlugins;
45 mPlugins = new ArrayList<Plugin>();
61 * Adds a plugin to the list.
68 public synchronized void addPlugin(Plugin plugin) {
69 if (!mPlugins.contains(plugin)) {
70 mPlugins.add(plugin);
75 * Removes a plugin from the list.
82 public synchronized void removePlugin(Plugin plugin) {
111 Plugin plugin = mPlugins.get(position); local
    [all...]
  /external/chromium_org/ppapi/native_client/src/trusted/plugin/
pnacl_resources.h 18 #include "ppapi/native_client/src/trusted/plugin/plugin_error.h"
20 namespace plugin { namespace
22 class Plugin;
29 explicit PnaclResources(Plugin* plugin)
30 : plugin_(plugin),
54 // The plugin requesting the resource loading.
55 Plugin* plugin_;
68 } // namespace plugin;
temporary_file.h 13 namespace plugin { namespace
15 class Plugin;
39 explicit TempFile(Plugin* plugin);
64 Plugin* plugin_;
70 } // namespace plugin
plugin.cc 5 #include "ppapi/native_client/src/trusted/plugin/plugin.h"
30 #include "ppapi/native_client/src/trusted/plugin/nacl_subprocess.h"
31 #include "ppapi/native_client/src/trusted/plugin/plugin_error.h"
32 #include "ppapi/native_client/src/trusted/plugin/service_runtime.h"
33 #include "ppapi/native_client/src/trusted/plugin/utility.h"
35 namespace plugin { namespace
46 void Plugin::ShutDownSubprocesses() {
47 PLUGIN_PRINTF(("Plugin::ShutDownSubprocesses (this=%p)\n",
49 PLUGIN_PRINTF(("Plugin::ShutDownSubprocesses (%s)\n"
    [all...]
module_ppapi.cc 12 #include "ppapi/native_client/src/trusted/plugin/module_ppapi.h"
13 #include "ppapi/native_client/src/trusted/plugin/plugin.h"
14 #include "ppapi/native_client/src/trusted/plugin/utility.h"
16 namespace plugin { namespace
48 // NaCl trusted plugin on Unix, but NaClSecureRngModuleInit() is
54 // In the plugin, we don't need high resolution time of day.
71 Plugin* plugin = new Plugin(pp_instance) local
    [all...]
file_downloader.h 18 #include "ppapi/native_client/src/trusted/plugin/callback_source.h"
21 namespace plugin { namespace
23 class Plugin;
38 explicit FileDownloader(Plugin* instance);
107 Plugin* instance_;
123 } // namespace plugin
pnacl_translate_thread.h 19 #include "ppapi/native_client/src/trusted/plugin/plugin_error.h"
20 #include "ppapi/native_client/src/trusted/plugin/service_runtime.h"
29 namespace plugin { namespace
32 class Plugin;
53 Plugin* plugin);
56 // channel on the plugin side, which causes the trusted code in the nexe to
122 Plugin* plugin_;
plugin.h 7 // The PPAPI version of the plugin instantiates a subclass of this class.
31 #include "ppapi/native_client/src/trusted/plugin/file_downloader.h"
32 #include "ppapi/native_client/src/trusted/plugin/nacl_subprocess.h"
33 #include "ppapi/native_client/src/trusted/plugin/pnacl_coordinator.h"
34 #include "ppapi/native_client/src/trusted/plugin/service_runtime.h"
35 #include "ppapi/native_client/src/trusted/plugin/utility.h"
48 namespace plugin { namespace
55 class Plugin : public pp::Instance {
57 explicit Plugin(PP_Instance instance);
61 // Initializes this plugin with <embed/object ...> tag attribute count |argc|
    [all...]
service_runtime.h 27 #include "ppapi/native_client/src/trusted/plugin/utility.h"
35 namespace plugin { namespace
38 class Plugin;
97 Plugin* plugin,
145 Plugin* plugin_; // value may be copied, but should be used only in
161 ServiceRuntime(Plugin* plugin,
202 Plugin* plugin() const { return plugin_; function in class:plugin::ServiceRuntime
    [all...]
pnacl_coordinator.h 20 #include "ppapi/native_client/src/trusted/plugin/callback_source.h"
21 #include "ppapi/native_client/src/trusted/plugin/file_downloader.h"
22 #include "ppapi/native_client/src/trusted/plugin/nacl_subprocess.h"
23 #include "ppapi/native_client/src/trusted/plugin/plugin_error.h"
24 #include "ppapi/native_client/src/trusted/plugin/pnacl_resources.h"
28 namespace plugin { namespace
30 class Plugin;
35 // A class invoked by Plugin to handle PNaCl client-side translation.
38 // PnaclCoordinator* coord = BitcodeToNative(plugin,
63 Plugin* plugin
    [all...]
  /external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
cmserr.c 77 cmsBool _cmsRegisterMemHandlerPlugin(cmsContext ContextID, cmsPluginBase* Plugin);
194 // Auxiliar to fill memory management functions from plugin (or context 0 defaults)
195 void _cmsInstallAllocFunctions(cmsPluginMemHandler* Plugin, _cmsMemPluginChunkType* ptr)
197 if (Plugin == NULL) {
203 ptr ->MallocPtr = Plugin -> MallocPtr;
204 ptr ->FreePtr = Plugin -> FreePtr;
205 ptr ->ReallocPtr = Plugin -> ReallocPtr;
212 if (Plugin ->MallocZeroPtr != NULL) ptr ->MallocZeroPtr = Plugin -> MallocZeroPtr;
213 if (Plugin ->CallocPtr != NULL) ptr ->CallocPtr = Plugin -> CallocPtr
    [all...]
cmsplugin.c 516 // Plugin memory management -------------------------------------------------------------------------------------------------
547 cmsPluginBase* Plugin;
549 for (Plugin = (cmsPluginBase*) Plug_in;
550 Plugin != NULL;
551 Plugin = Plugin -> Next) {
553 if (Plugin -> Magic != cmsPluginMagicNumber) {
554 cmsSignalError(id, cmsERROR_UNKNOWN_EXTENSION, "Unrecognized plugin");
558 if (Plugin ->ExpectedVersion > LCMS_VERSION) {
559 cmsSignalError(id, cmsERROR_UNKNOWN_EXTENSION, "plugin needs Little CMS %d, current version is %d"
    [all...]
  /external/chromium_org/tools/cr/cr/base/
buildtype.py 10 class BuildType(cr.Plugin, cr.Plugin.Type):
platform.py 17 class Platform(cr.Plugin, cr.Plugin.Type):
47 @cr.Plugin.activemethod
host.py 25 class Host(cr.Plugin, cr.Plugin.Type):
41 true if the plugin matches the machine it is running on.
120 @cr.Plugin.activemethod
125 @cr.Plugin.activemethod
129 @cr.Plugin.activemethod
133 @cr.Plugin.activemethod
138 @cr.Plugin.activemethod
142 @cr.Plugin.activemethod
147 @cr.Plugin.activemetho
    [all...]
  /external/chromium_org/tools/cr/cr/commands/
prepare.py 44 class PrepareOut(cr.Plugin, cr.Plugin.Type):
command.py 4 """Module to hold the Command plugin."""
11 class Command(cr.Plugin, cr.Plugin.Type):
88 @cr.Plugin.activemethod
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
UiPlugin.java 13 import org.eclipse.core.runtime.Plugin;
20 * The main plugin class to be used in the desktop.
22 public class UiPlugin extends Plugin {
24 private static UiPlugin plugin; field in class:UiPlugin
32 if (plugin == null) {
33 plugin = this;
49 plugin = null;
56 return plugin;

Completed in 672 milliseconds

1 2 3 4 5 6 7 8