Searched refs:pluginType (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/webkit/
H A DPluginManager.java174 String pluginType = serviceInfo.metaData.getString(PLUGIN_TYPE);
175 if (!TYPE_NATIVE.equals(pluginType)) {
176 Log.e(LOGTAG, "Unrecognized plugin type: " + pluginType);
/frameworks/base/tests/BrowserTestPlugin/jni/
H A Dmain.cpp37 NPError NPP_New(NPMIMEType pluginType, NPP instance, uint16_t mode, int16_t argc,
132 NPError NPP_New(NPMIMEType pluginType, NPP instance, uint16_t mode, int16_t argc, argument

Completed in 42 milliseconds