Searched refs:plugin (Results 176 - 200 of 304) sorted by relevance

1234567891011>>

/external/chromium_org/ppapi/native_client/src/trusted/plugin/
H A Dsrpc_client.cc7 #include "ppapi/native_client/src/trusted/plugin/srpc_client.h"
12 #include "ppapi/native_client/src/trusted/plugin/plugin.h"
13 #include "ppapi/native_client/src/trusted/plugin/srpc_params.h"
14 #include "ppapi/native_client/src/trusted/plugin/utility.h"
16 namespace plugin { namespace
28 // index is set to UINT_MAX for methods implemented by the plugin,
163 // case. However, there are calls to Invoke from within the plugin itself,
199 } // namespace plugin
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/
H A DDesignerPlugin.java25 import org.eclipse.ui.plugin.AbstractUIPlugin;
36 * it's the plugin activator, and contains a number of important utility methods, such
40 * above mentioned pieces, and this class is no longer a plugin. Instead, it *delegates*
41 * to the plugin which initializes it via the {@link #initialize} method for things
43 * it can find its image resources locally instead of requiring the embedding plugin
46 * "DesignerPlugin" is not a very good name for this class since it is not a plugin,
56 * Initialize the property sheet for use in the ADT plugin
58 * @param hostPlugin the plugin to embed the property sheet
59 * @param pluginId the id of the plugin to use in status messages etc
76 * plugin referenc
[all...]
/external/chromium_org/content/child/npapi/
H A Dwebplugin_delegate_impl.h50 // An implementation of WebPluginDelegate that runs in the plugin process,
76 static WebPluginDelegateImpl* Create(WebPlugin* plugin,
136 // Returns the path for the library implementing this plugin.
142 // Informs the plugin that the view it is in has gained or lost focus.
152 // Informs the plugin that IME composition has completed./ If |text| is empty,
161 // Informs the plugin that the geometry has changed, as with UpdateGeometry,
166 // Informs the delegate that the plugin called NPN_Invalidate*. Used as a
171 // Informs the plugin that the window it is in has gained or lost focus.
173 // Informs the plugin that its tab or window has been hidden or shown.
175 // Informs the plugin tha
[all...]
H A Dplugin_instance.cc31 PluginInstance::PluginInstance(PluginLib* plugin, const std::string& mime_type) argument
32 : plugin_(plugin),
35 npp_functions_(plugin->functions()),
210 // By default the plugin instance is not backed by an OpenGL texture.
240 // to new instances of the plugin at the same URL.
549 // which owns it. When a plugin invokes NPN_RequestRead on a seekable stream,
H A Dplugin_instance.h44 // A single plugin may have many PluginInstances.
47 // Create a new instance of a plugin. The PluginInstance
48 // will hold a reference to the plugin.
49 PluginInstance(PluginLib* plugin, const std::string &mime_type);
54 // requests from the plugin. We must not call any
55 // functions on the plugin instance until start has
63 // load_manually: if true indicates that the plugin data would be passed
64 // from webkit. if false indicates that the plugin should
66 // This also controls whether the plugin is instantiated as
67 // a full page plugin (NP_FUL
[all...]
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebPluginScrollbarImpl.cpp50 WebPluginContainerImpl* plugin = toWebPluginContainerImpl(pluginContainer); local
51 return new WebPluginScrollbarImpl(orientation, plugin->scrollbarGroup(), client);
H A DChromeClientImpl.cpp556 WebPluginContainerImpl* plugin = toWebPluginContainerImpl(widget); local
557 url = plugin->plugin()->linkAtPosition(result.roundedPointInInnerNodeFrame());
H A DWebLocalFrameImpl.cpp406 // the frame hosts a plugin that supports custom printing. In this case, we
407 // want to delegate all printing related calls to the plugin.
410 ChromePluginPrintContext(LocalFrame* frame, WebPluginContainerImpl* plugin, const WebPrintParams& printParams) argument
411 : ChromePrintContext(frame), m_plugin(plugin), m_printParams(printParams)
1100 return pluginContainer->plugin()->hasSelection();
1115 return pluginContainer->plugin()->selectionAsText();
1133 return pluginContainer->plugin()->selectionAsMarkup();
1212 if (WebPlugin* plugin = focusedPluginIfInputMethodSupported()) {
1213 plugin->extendSelectionAndDelete(before, after);
1246 return container->plugin();
[all...]
/external/chromium_org/content/renderer/
H A Drenderer_webkitplatformsupport_impl.cc789 const WebPluginInfo& plugin = plugins[i]; local
792 plugin.name, plugin.desc,
793 plugin.path.BaseName().AsUTF16Unsafe());
795 for (size_t j = 0; j < plugin.mime_types.size(); ++j) {
796 const WebPluginMimeType& mime_type = plugin.mime_types[j];
H A Drender_view_impl.h260 // Get/set the plugin which will be used as to handle document find requests.
261 void set_plugin_find_handler(PepperPluginInstanceImpl* plugin) { argument
262 plugin_find_handler_ = plugin;
274 void set_pepper_last_mouse_event_target(PepperPluginInstanceImpl* plugin) { argument
275 pepper_last_mouse_event_target_ = plugin;
279 // Informs the render view that the given plugin has gained or lost focus.
284 // Starts plugin IME.
296 // Notification that the given plugin is focused or unfocused.
1030 // All the currently active plugin delegates for this RenderView; kept so
1051 // Whether or not the focus is on a PPAPI plugin
[all...]
/external/chromium_org/remoting/webapp/
H A Dmain.css612 #daemon-plugin-container {
657 #host-plugin-container {
673 #session-client-plugin {
678 #session-client-plugin {
769 * at the same position as the plugin. */
779 * With MediaSource-based rendering the plugin is transparent and is placed on
783 * should be captured on JS level and passed to the plugin.
785 #video-container.mediasource-rendering .client-plugin-container {
/external/chromium_org/third_party/protobuf/src/
H A DMakefile.am28 google/protobuf/compiler/plugin.proto
84 google/protobuf/compiler/plugin.h \
85 google/protobuf/compiler/plugin.pb.h \
147 google/protobuf/compiler/plugin.cc \
148 google/protobuf/compiler/plugin.pb.cc \
375 # Test plugin binary.
/external/protobuf/src/
H A DMakefile.am28 google/protobuf/compiler/plugin.proto
71 google/protobuf/compiler/plugin.h \
72 google/protobuf/compiler/plugin.pb.h \
133 google/protobuf/compiler/plugin.cc \
134 google/protobuf/compiler/plugin.pb.cc \
380 # Test plugin binary.
/external/chromium_org/ppapi/native_client/tools/browser_tester/browserdata/
H A Dnacltest.js491 // Remember that the plugin started loading - it may be unloaded by the time
497 // Check that the plugin has at least started to load after "timeout" seconds,
508 tester.log('WARNING: WebKit plugin-not-loading error detected; reloading.');
627 // Workaround for WebKit layout bug that caused the NaCl plugin to not
628 // load. If we see that the plugin is not loaded after a timeout, we
630 // layout should make WebKit instantiate the plugin. NB: this could
632 // WebKit bug becomes deterministic or the NaCl plugin fails after
639 rpc.log('WARNING: WebKit plugin-not-loading error detected; reloading.');
813 // plugin - The DOM object for the NaCl plugin
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.update.configurator_3.3.100.v20100512.jar ... INF/ OSGI-INF/bundleGroup.xml about.html plugin.properties org/ org/eclipse/ org/eclipse/update/ org/eclipse ...
/external/chromium_org/content/browser/loader/
H A Dbuffered_resource_handler.cc466 WebPluginInfo plugin; local
470 stale, &plugin, NULL);
/external/chromium_org/content/browser/
H A Dplugin_loader_posix_unittest.cc50 void TestOnPluginLoaded(uint32 index, const WebPluginInfo& plugin) { argument
51 OnPluginLoaded(index, plugin);
69 : plugin1_(ASCIIToUTF16("plugin1"), base::FilePath("/tmp/one.plugin"),
71 plugin2_(ASCIIToUTF16("plugin2"), base::FilePath("/tmp/two.plugin"),
73 plugin3_(ASCIIToUTF16("plugin3"), base::FilePath("/tmp/three.plugin"),
144 // Invalidate the plugin list, then queue up another request.
328 plugin2_.path = base::FilePath("/internal/plugin.plugin");
/external/chromium_org/content/ppapi_plugin/
H A Dppapi_thread.cc32 #include "content/public/plugin/content_plugin_client.h"
251 // In case of crashes, the crash dump doesn't indicate which plugin
257 // This must be set before calling into the plugin so it can get the
263 // binary. If we're being asked to load such a plugin (e.g. the Chromoting
269 // An internal plugin is being loaded, so fetch the entry points.
274 // If the plugin isn't internal then load it from |path|.
277 // Load the plugin from the specified library.
298 LOG(WARNING) << "No PPP_GetInterface in plugin library";
317 LOG(WARNING) << "No PPP_InitializeModule in plugin library";
373 LOG(WARNING) << "No PPP_InitializeBroker in plugin librar
[all...]
/external/chromium_org/third_party/WebKit/Source/core/testing/
H A DInternals.h323 void forcePluginPlaceholder(HTMLElement* plugin, const String& htmlSource, ExceptionState&);
324 void forcePluginPlaceholder(HTMLElement* plugin, const Dictionary& options, ExceptionState&);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/tests/testScripts/
H A Druntests.bat34 REM Install Eclipse and org.eclipse.test plugin
/external/lldb/include/lldb/Target/
H A DProcess.h705 SetProcessPluginName (const char *plugin) argument
707 if (plugin && plugin[0])
708 m_plugin_name.assign (plugin);
915 SetProcessPluginName (const char *plugin) argument
917 if (plugin && plugin[0])
918 m_plugin_name.assign (plugin);
1586 /// then look for a plugin whose PluginInfo's name matches
/external/chromium_org/content/public/renderer/
H A Dcontent_renderer_client.h80 // Returns the bitmap to show when a plugin crashed, or NULL for none.
87 // Allows the embedder to override creating a plugin. If it returns true, then
88 // |plugin| will contain the created plugin, although it could be NULL. If it
89 // returns false, the content layer will create the plugin.
94 blink::WebPlugin** plugin);
102 // Creates a delegate for browser plugin.
237 // Returns true if the given Pepper plugin is external (requiring special
/external/chromium_org/content/renderer/npapi/
H A Dwebplugin_delegate_proxy.h46 // the plugin process.
53 WebPluginDelegateProxy(WebPluginImpl* plugin,
77 // Informs the plugin that its containing content view has gained or lost
81 // Informs the plugin that plugin IME has updated its status.
88 // Informs the plugin that plugin IME has completed.
94 // Informs the plugin that its enclosing window has gained or lost focus.
96 // Informs the plugin that its container (window/tab) has changed visibility.
98 // Informs the plugin tha
[all...]
/external/chromium_org/ppapi/
H A Dgenerate_ppapi_size_checks.py16 # The string that the PrintNamesAndSizes plugin uses to indicate a type is
76 This should match the output of the PrintNamesAndSizes plugin.
246 # PrintNamesAndSizes Clang plugin with 'test_struct_sizes.c' as input, which
248 # plugin multiple times; once for each of a set of targets, some 32-bit and
271 '-p', '--plugin', dest='plugin',
273 help='The path to the PrintNamesAndSizes plugin library.')
294 + " -load " + options.plugin \
295 + " -plugin PrintNamesAndSizes" \
316 # For each 32-bit target, run the PrintNamesAndSizes Clang plugin t
[all...]
/external/chromium_org/ppapi/native_client/src/trusted/weak_ref/
H A Dcall_on_main_thread.h16 // plugin::WeakRefCallOnMainThread(anchor_, 0 /* ms delay */,
43 namespace plugin { namespace
250 } // namespace plugin

Completed in 770 milliseconds

1234567891011>>