Searched refs:plugin (Results 51 - 75 of 120) sorted by relevance

12345

/external/bluetooth/bluez/src/
H A DAndroid.mk24 plugin.c \
45 -DPLUGINDIR=\"/system/lib/bluez-plugin\" \
/external/chromium/chrome/browser/
H A Dplugin_data_remover.cc77 DCHECK(result) << "Error waiting for plugin process";
109 NOTREACHED() << "Couldn't connect to plugin";
124 LOG(DFATAL) << "Couldn't open plugin channel";
171 webkit::npapi::WebPluginInfo plugin; local
174 GURL(), kFlashMimeType, allow_wildcard, &plugin, &mime_type)) {
178 webkit::npapi::PluginGroup::CreateVersionFromString(plugin.version));
184 return webkit::npapi::IsPluginEnabled(plugin) &&
H A Dplugin_exceptions_table_model.cc50 // If we remove the last exception for a plugin, recreate all groups
144 std::string plugin = plugins[i].identifier(); local
147 plugin,
152 plugin,
182 resources_.push_back(plugin);
H A Dplugin_updater.h32 // Get a list of all the plugin groups. The caller should take ownership
36 // Enable or disable a plugin group.
39 // Enable or disable a specific plugin file.
42 // Enable or disable plugin groups as defined by the user's preference file.
63 // Called on the UI thread with the plugin data to save the preferences.
69 // Queues sending the notification that plugin data has changed. This is done
73 // Used for the post task to notify that plugin enabled status changed.
77 const webkit::npapi::WebPluginInfo& plugin);
/external/valgrind/main/exp-bbv/tests/amd64-linux/
H A Drep_prefix.S4 # This test makes sure the bbv plugin counts these instructions properly
/external/webkit/Source/WebKit/chromium/public/
H A DWebPluginContainer.h47 // Returns the element containing this plugin.
65 // Drop any references to script objects allocated by the plugin.
67 // called when the plugin is being destroyed or if it needs to be
72 // containing the plugin.
75 // Executes a "javascript:" URL on behalf of the plugin in the context
76 // of the frame containing the plugin. Returns the result of script
81 // plugin if target is empty). If notifyNeeded is true, then upon
92 virtual WebPlugin* plugin() = 0;
/external/webkit/Source/WebKit/mac/Plugins/
H A DWebPluginController.h50 + (NSView *)plugInViewWithArguments:(NSDictionary *)arguments fromPluginPackage:(WebPluginPackage *)plugin;
H A DWebNetscapePluginStream.mm143 WebNetscapePluginStream::WebNetscapePluginStream(NSURLRequest *request, NPP plugin, bool sendNotification, void* notifyData)
162 WebNetscapePluginView *view = (WebNetscapePluginView *)plugin->ndata;
168 ASSERT(plugin);
170 setPlugin(plugin);
172 streams().add(&m_stream, plugin);
194 void WebNetscapePluginStream::setPlugin(NPP plugin)
196 if (plugin) {
197 m_plugin = plugin;
340 // If the content is encoded (most likely compressed), then don't send its length to the plugin,
403 // (the stream destruction function), so there can be no expectation that a plugin wil
[all...]
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DQtPlatformPlugin.h51 QWebKitPlatformPlugin* plugin();
/external/protobuf/
H A Dgenerate_descriptor_proto.sh32 ./protoc --cpp_out=dllexport_decl=LIBPROTOC_EXPORT:. google/protobuf/compiler/plugin.proto
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
H A DNetscapePluginStream.h48 static PassRefPtr<NetscapePluginStream> create(PassRefPtr<NetscapePlugin> plugin, uint64_t streamID, bool sendNotification, void* notificationData) argument
50 return adoptRef(new NetscapePluginStream(plugin, streamID, sendNotification, notificationData));
/external/opencv/cxcore/src/
H A D_cxipp.h225 #define IPCV_DEF_MIN_MAX_LOC( flavor, srctype, extrtype, plugin ) \
227 "ippiMinMaxIndx_" #flavor "_C1R", plugin, \
233 "ippiMinMaxIndx_" #flavor "_C1MR", plugin, \
254 #define IPCV_DEF_SUM_NOHINT( flavor, srctype, plugin ) \
256 "ippiSum_" #flavor "_C1R", plugin, \
259 "ippiSum_" #flavor "_C2R", plugin, \
262 "ippiSum_" #flavor "_C3R", plugin, \
265 "ippiSum_" #flavor "_C4R", plugin, \
313 #define IPCV_DEF_NORM_NOHINT_C1( flavor, srctype, plugin ) \
315 "ippiNorm_Inf_" #flavor "_C1R", plugin, \
[all...]
/external/webkit/Source/WebKit/chromium/src/
H A DContextMenuClientImpl.cpp218 WebPluginContainerImpl* plugin = static_cast<WebPluginContainerImpl*>(widget); local
219 WebString text = plugin->plugin()->selectionAsText();
225 data.linkURL = plugin->plugin()->linkAtPosition(data.mousePosition);
226 if (plugin->plugin()->supportsPaginatedPrint())
H A DWebPluginContainerImpl.h96 WebPlugin* plugin() { return m_webPlugin; } function in class:WebKit::WebPluginContainerImpl
97 void setPlugin(WebPlugin* plugin) { m_webPlugin = plugin; } argument
99 // Printing interface. The plugin can support custom printing
101 // Whether the plugin supports its own paginated print. The other print
116 // Resource load events for the plugin's source data:
/external/webkit/Source/WebCore/plugins/symbian/
H A DPluginPackageSymbian.cpp93 QObject* plugin = m_pluginLoader->instance(); local
94 if (!plugin) {
102 // Cast plugin to NPInterface,
103 m_npInterface = qobject_cast<NPInterface*>(plugin);
/external/webkit/Source/WebKit2/PluginProcess/
H A DWebProcessConnection.cpp74 void WebProcessConnection::removePluginControllerProxy(PluginControllerProxy* pluginController, Plugin* plugin) argument
84 if (plugin)
85 m_npRemoteObjectMap->pluginDestroyed(plugin);
/external/protobuf/src/google/protobuf/compiler/
H A Dplugin.cc33 #include <google/protobuf/compiler/plugin.h>
52 #include <google/protobuf/compiler/plugin.pb.h>
102 cerr << argv[0] << ": protoc sent unparseable request to plugin." << endl;
122 cerr << argv[0] << ": protoc asked plugin to generate a file but "
/external/bluetooth/bluez/audio/
H A Dgsta2dpsink.h78 gboolean gst_a2dp_sink_plugin_init (GstPlugin * plugin);
H A Dgstavdtpsink.h97 gboolean gst_avdtp_sink_plugin_init(GstPlugin *plugin);
H A Dgstsbcdec.c217 gboolean gst_sbc_dec_plugin_init(GstPlugin *plugin) argument
219 return gst_element_register(plugin, "sbcdec", GST_RANK_PRIMARY,
/external/webkit/Source/WebKit/qt/Api/
H A Dqwebplugindatabase_p.h89 void setPreferredPluginForMimeType(const QString& mimeType, const QWebPluginInfo& plugin);
/external/webkit/Source/WebKit2/Shared/Plugins/
H A DNPObjectMessageReceiver.cpp38 PassOwnPtr<NPObjectMessageReceiver> NPObjectMessageReceiver::create(NPRemoteObjectMap* npRemoteObjectMap, Plugin* plugin, uint64_t npObjectID, NPObject* npObject) argument
40 return adoptPtr(new NPObjectMessageReceiver(npRemoteObjectMap, plugin, npObjectID, npObject));
43 NPObjectMessageReceiver::NPObjectMessageReceiver(NPRemoteObjectMap* npRemoteObjectMap, Plugin* plugin, uint64_t npObjectID, NPObject* npObject) argument
45 , m_plugin(plugin)
H A DNPObjectMessageReceiver.h52 Plugin* plugin() const { return m_plugin; } function in class:WebKit::NPObjectMessageReceiver
H A DNPObjectProxy.cpp41 NPObjectProxy* NPObjectProxy::create(NPRemoteObjectMap* npRemoteObjectMap, Plugin* plugin, uint64_t npObjectID) argument
44 npObjectProxy->initialize(npRemoteObjectMap, plugin, npObjectID);
79 void NPObjectProxy::initialize(NPRemoteObjectMap* npRemoteObjectMap, Plugin* plugin, uint64_t npObjectID) argument
86 ASSERT(plugin);
90 m_plugin = plugin;
/external/chromium/webkit/glue/
H A Dwebkitclient_impl.cc235 const webkit::npapi::WebPluginInfo& plugin = plugins[i]; local
238 plugin.name, plugin.desc,
239 FilePathStringToWebString(plugin.path.BaseName().value()));
241 for (size_t j = 0; j < plugin.mime_types.size(); ++j) {
242 const webkit::npapi::WebPluginMimeType& mime_type = plugin.mime_types[j];

Completed in 1097 milliseconds

12345