HomeSort by relevance Sort by last modified time
    Searched refs:plugin (Results 276 - 300 of 500) sorted by null

<<11121314151617181920

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/welcome/
AdtStartup.java 35 import org.eclipse.core.runtime.Plugin;
56 * when the plugin is initializing.
62 * rather than during the plugin start since this task is run later (when the workspace
299 // In order to not block the plugin loading, so we spawn another thread.
317 private static Version getVersion(Plugin plugin) {
319 String version = (String) plugin.getBundle().getHeaders().get(Constants.BUNDLE_VERSION);
328 // Report the version of the ADT plugin to the stat server
  /external/chromium_org/content/renderer/
renderer_webkitplatformsupport_impl.cc 789 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];
    [all...]
render_view_impl.h 257 // Plugin-related functions --------------------------------------------------
260 // Get/set the plugin which will be used as to handle document find requests.
261 void set_plugin_find_handler(PepperPluginInstanceImpl* plugin) {
262 plugin_find_handler_ = plugin;
274 void set_pepper_last_mouse_event_target(PepperPluginInstanceImpl* plugin) {
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.
    [all...]
  /external/chromium_org/remoting/webapp/
main.css 612 #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 {
session_connector_impl.js 439 // client plugin before instantiating a new one.
489 console.log('Created plugin');
513 console.error('Client plugin reported connection failed: ' + error);
519 // The plugin will be re-created when the host finished refreshing
527 console.error('Unexpected client plugin state: ' + event.current);
528 // This should only happen if the web-app and client plugin get out of
menu_button.js 55 * plugin element does this.
stats_accumulator.js 7 * The webapp reads the plugin's connection statistics frequently (once per
third_party_host_permissions.js 50 // is called from an asynchronous plugin callback, so we have to open a
  /external/chromium_org/third_party/protobuf/src/
Makefile.am 28 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/
Makefile.am 28 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/content/child/npapi/
plugin_instance.cc 31 PluginInstance::PluginInstance(PluginLib* plugin, const std::string& mime_type)
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,
plugin_instance.h 43 // A PluginInstance is an active, running instance of a Plugin.
44 // 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 a
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.update.configurator_3.3.100.v20100512.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.core.runtime_3.9.100.v20131218-1515.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.core.runtime_3.9.0.v20130326-1255.jar 
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
LibraryClasspathContainerInitializer.java 312 AdtPlugin plugin = AdtPlugin.getDefault(); local
313 if (plugin == null) { // This is totally weird, but I've seen it happen!
318 boolean sdkIsLoaded = plugin.getSdkLoadStatus() == LoadStatus.LOADED;
  /external/chromium_org/content/browser/loader/
buffered_resource_handler.cc 466 WebPluginInfo plugin; local
470 stale, &plugin, NULL);
  /external/chromium_org/content/browser/
plugin_loader_posix_unittest.cc 50 void TestOnPluginLoaded(uint32 index, const WebPluginInfo& plugin) {
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/
ppapi_thread.cc 32 #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 library"
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/testing/
Internals.h 323 void forcePluginPlaceholder(HTMLElement* plugin, const String& htmlSource, ExceptionState&);
324 void forcePluginPlaceholder(HTMLElement* plugin, const Dictionary& options, ExceptionState&);
  /external/chromium_org/third_party/WebKit/Source/web/
WebLocalFrameImpl.cpp 406 // 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)
411 : ChromePrintContext(frame), m_plugin(plugin), m_printParams(printParams)
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/tests/testScripts/
runtests.bat 34 REM Install Eclipse and org.eclipse.test plugin
  /hardware/ti/omap3/omx/
Android.mk 125 #call to plugin
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/i18n/
messages.properties 21 DeviceView_ADB_Failed_Restart=Adb failed to restart\!\n\nMake sure the plugin is properly configured.
  /external/chromium_org/content/renderer/npapi/
webplugin_delegate_proxy.h 46 // 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 that its enclosing window's frame has changed
    [all...]

Completed in 455 milliseconds

<<11121314151617181920