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

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

Completed in 387 milliseconds