Searched refs:plugin (Results 201 - 225 of 304) sorted by relevance

1234567891011>>

/external/chromium_org/ppapi/proxy/
H A Dppp_instance_proxy_unittest.cc113 plugin().RegisterTestInterface(PPP_INSTANCE_INTERFACE_1_0, &ppp_instance_1_0);
120 // while the proxy ensures support for the 1.0 version on the plugin side.
H A Dppapi_proxy_test.h36 // Base class for plugin and host test harnesses. Tests will not use this
53 // Returns either the plugin or host dispatcher, depending on the test.
85 // The module and instance ID associated with the plugin dispatcher.
93 // Test harness for the plugin side of the proxy.
319 PluginProxyTestHarness& plugin() { return plugin_; } function in class:ppapi::proxy::TwoWayTest
330 // is typically used to test the state of the var tracker on the plugin
340 // The plugin side of the proxy runs on its own thread.
345 // Aliases for the host and plugin harnesses; if we're testing a PPP
/external/chromium_org/third_party/WebKit/Source/core/testing/
H A DInternals.idl282 [RaisesException, TypeChecking=Interface] void forcePluginPlaceholder(HTMLElement plugin, DOMString htmlSource);
283 [RaisesException, TypeChecking=Interface] void forcePluginPlaceholder(HTMLElement plugin, Dictionary options);
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebPluginContainerImpl.h124 virtual WebPlugin* plugin() OVERRIDE { return m_webPlugin; }
133 // Printing interface. The plugin can support custom printing
135 // Whether the plugin supports its own paginated print. The other print
138 // If the plugin content should not be scaled to the printable area of
153 // Pass the edit command to the plugin.
157 // Resource load events for the plugin's source data:
/external/chromium_org/third_party/protobuf/
H A Dprotoc.host.darwin-arm.mk31 third_party/protobuf/src/google/protobuf/compiler/plugin.cc \
32 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.cc \
H A Dprotoc.host.darwin-arm64.mk31 third_party/protobuf/src/google/protobuf/compiler/plugin.cc \
32 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.cc \
H A Dprotoc.host.darwin-mips.mk31 third_party/protobuf/src/google/protobuf/compiler/plugin.cc \
32 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.cc \
H A Dprotoc.host.darwin-mips64.mk31 third_party/protobuf/src/google/protobuf/compiler/plugin.cc \
32 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.cc \
H A Dprotoc.host.darwin-x86.mk31 third_party/protobuf/src/google/protobuf/compiler/plugin.cc \
32 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.cc \
H A Dprotoc.host.darwin-x86_64.mk31 third_party/protobuf/src/google/protobuf/compiler/plugin.cc \
32 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.cc \
H A Dprotoc.host.linux-arm.mk31 third_party/protobuf/src/google/protobuf/compiler/plugin.cc \
32 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.cc \
H A Dprotoc.host.linux-arm64.mk31 third_party/protobuf/src/google/protobuf/compiler/plugin.cc \
32 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.cc \
H A Dprotoc.host.linux-mips.mk31 third_party/protobuf/src/google/protobuf/compiler/plugin.cc \
32 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.cc \
H A Dprotoc.host.linux-mips64.mk31 third_party/protobuf/src/google/protobuf/compiler/plugin.cc \
32 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.cc \
H A Dprotoc.host.linux-x86.mk31 third_party/protobuf/src/google/protobuf/compiler/plugin.cc \
32 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.cc \
H A Dprotoc.host.linux-x86_64.mk31 third_party/protobuf/src/google/protobuf/compiler/plugin.cc \
32 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.cc \
/external/chromium_org/tools/cr/cr/base/
H A Dcontext.py230 cr.plugin.DynamicChoices.only_active = not speculative
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.ui.sdk_1.0.100.v20100513.jar ... RSA META-INF/ META-INF/eclipse.inf plugin.xml .api_description OSGI-INF/ OSGI-INF ...
/external/lldb/utils/vim-lldb/plugin/
H A Dlldb.vim74 command -complete=custom,s:CompleteCommand -nargs=* Lplugin python ctrl.doCommand('plugin', '<args>')
119 execute 'pyfile ' . vim_lldb_pydir . '/plugin.py'
/external/chromium_org/chrome/browser/ui/views/tabs/
H A Dbrowser_tab_strip_controller.cc579 // there is a plugin that supports the mime type (e.g. PDF).
582 content::WebPluginInfo plugin; local
592 NULL, &plugin, NULL));
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DScriptController.cpp119 // to it, so that if a plugin fails to release it properly we will
311 // window object) or by the plugin (the main plugin object
314 // if a plugin leaks a reference, it could leak its objects (or the browser's objects).
316 // The LocalFrame maintains a list of plugin objects (m_pluginObjects)
322 // be able to tear down the plugin objects immediately. When an object
332 // Track the plugin object. We've been given a reference to the object.
404 NPObject* ScriptController::createScriptObjectForPluginElement(HTMLPlugInElement* plugin) argument
416 v8::Handle<v8::Value> v8plugin = toV8(plugin, scriptState->context()->Global(), scriptState->isolate());
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
H A Dpdebuild.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/eclipse/ org/eclipse/pde/ org/eclipse/pde/build/ ...
/external/chromium_org/chrome/common/
H A Drender_messages.h101 IPC_STRUCT_MEMBER(content::WebPluginInfo, plugin)
430 // Return information about a plugin for the given URL and MIME type.
442 // Returns whether any internal plugin supporting |mime_type| is registered and
443 // enabled. Does not determine whether the plugin can actually be instantiated
447 // for the *first* non-disabled plugin found that is registered for |mime_type|.
539 // Notifies when a plugin couldn't be loaded because it's outdated.
544 // Notifies when a plugin couldn't be loaded because it requires
/external/chromium_org/content/browser/
H A Dplugin_service_impl_browsertest.cc34 // communication channel with the plugin.
128 WebPluginInfo* plugin) OVERRIDE { return true; }
150 // TODO(jam): since these plugin tests are running under Chrome, we need to
159 // Try to open a channel to the test plugin. Minimal plugin process spawning
270 // This gets called right before we request the plugin<=>renderer channel,
/external/chromium_org/ppapi/native_client/src/trusted/plugin/
H A Dplugin.cc5 #include "ppapi/native_client/src/trusted/plugin/plugin.h"
24 #include "ppapi/native_client/src/trusted/plugin/nacl_subprocess.h"
25 #include "ppapi/native_client/src/trusted/plugin/plugin_error.h"
26 #include "ppapi/native_client/src/trusted/plugin/service_runtime.h"
27 #include "ppapi/native_client/src/trusted/plugin/utility.h"
29 namespace plugin { namespace
95 // We can't use pp::BlockUntilComplete() inside an in-process plugin, so we
227 // manifest is a per-plugin-instance object, not a per
289 // since the renderer should be free to unload the plugin cod
[all...]

Completed in 379 milliseconds

1234567891011>>